public interface QueryPropertyExtension extends QueryProperty
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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
TYPE_DECIMAL, TYPE_GENERIC, TYPE_NUMBER, TYPE_STRING, TYPE_TIMESTAMP
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns the display name of the process template.
|
PTID |
getProcessTemplateID()
Returns the object ID of the process template that contains the query property.
|
java.lang.String |
getProcessTemplateName()
Returns the name of the process template.
|
java.util.Calendar |
getValidFromTime()
Returns the time the process template became or becomes valid.
|
getMappedType, getName, getNamespace, getType, getVariableName
static final java.lang.String COPYRIGHT
PTID getProcessTemplateID()
java.lang.String getProcessTemplateName()
java.lang.String getDisplayName()
java.util.Calendar getValidFromTime()