com.ibm.bpe.api

Interface QueryPropertyExtension

All Superinterfaces:
QueryProperty, java.io.Serializable

  1. public interface QueryPropertyExtension
  2. extends QueryProperty
Returns the properties of a variable that can be queried and information about the associated process template.

Query properties can be declared for process-level variables. The type of a query property can be a built-in XML schema simple type or a user-defined simple type based on a built-in XML schema type using restrictions.

Since:
6.1.2

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
Fields inherited from interface com.ibm.bpe.api.QueryProperty
TYPE_DECIMAL, TYPE_GENERIC, TYPE_NUMBER, TYPE_STRING, TYPE_TIMESTAMP

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDisplayName()
Returns the display name of the process template.
  1. PTID
getProcessTemplateID()
Returns the object ID of the process template that contains the query property.
  1. java.lang.String
getProcessTemplateName()
Returns the name of the process template.
  1. java.util.Calendar
getValidFromTime()
Returns the time the process template became or becomes valid.
Methods inherited from interface com.ibm.bpe.api.QueryProperty
getMappedType, getName, getNamespace, getType, getVariableName

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getProcessTemplateID

  1. PTID getProcessTemplateID()
Returns the object ID of the process template that contains the query property.
Returns:
The ID of the process template.

getProcessTemplateName

  1. java.lang.String getProcessTemplateName( )
Returns the name of the process template.
Returns:
The name of the process template.

getDisplayName

  1. java.lang.String getDisplayName( )
Returns the display name of the process template. If there is no display name, null is returned.
Returns:
The display name of the process template.

getValidFromTime

  1. java.util.Calendar getValidFromTime( )
Returns the time the process template became or becomes valid.