com.webmethods.caf.faces.data.task
Interface ITaskConstants

All Known Subinterfaces:
ITaskAudit, ITaskInfo, ITaskSearchQuery
All Known Implementing Classes:
TaskInboxIndexedSearchContentProvider.InboxSearchQuery, TaskInboxSearchContentProvider.InboxSearchQuery, TaskInfo, TaskSearchQuery, TaskSearchQueryV2

public interface ITaskConstants

ITaskConstants defines the constant values used in Task Engine.


Field Summary
static String OPERATION_ACCEPTED
          the operation performed on the task is accepted
static String OPERATION_CREATED
          the operation performed on the task is created
static String OPERATION_DELEGATION_RULE
          the operation performed on the task is rule.delegation
static String OPERATION_DIST_FILTER_RULE
          the operation performed on the task is rule.dist.filter
static String OPERATION_DIST_RULE
          the operation performed on the task is rule.dist
static String OPERATION_ERROR
          the operation performed on the task is error
static String OPERATION_RESUME
          the operation performed on the task is resume
static String OPERATION_REVERTED
          the operation performed on the task is reverted
static String OPERATION_SCHEDULE_RULE
          the operation performed on the task is rule.schedule
static String OPERATION_SUSPEND
          the operation performed on the task is suspend
static String OPERATION_TRIGGER_RULE
          the operation performed on the task is rule.trigger
static String OPERATION_UNACCEPTED
          the operation performed on the task is unaccepted
static String OPERATION_UPDATE
          the operation performed on the task is update
static String PRIORITY_CRITICAL
          task priority is critical.
static String PRIORITY_HIGH
          task priority is high.
static String PRIORITY_LOW
          task priority is low.
static String PRIORITY_MEDIUM
          task priority is medium.
static String PRIORITY_NONE
          task priority is none.
static String STATUS_ACTIVE
          task status is active.
static String STATUS_CANCELLED
          task status is cancelled.
static String STATUS_COMPLETED
          task status is completed.
static String STATUS_ERROR
          task status is error.
static String STATUS_EXPIRED
          task status is expired.
static String STATUS_NEW
          task status is new.
static String STATUS_SUSPENDED
          task status is suspended.
static String STATUS_UNDEFINED
          task status is undefined.
static String TASK_DATA_BINDING
          task data binding expression
static String TASK_DATA_BINDING_PREFIX
          task data binding expression prefix
static String TASK_DATA_PROPERTY_PREFIX
          task data property prefix
static String TASK_FIELD_ACCEPT_BY_CSV
          task field is accpetedByCSV
static String TASK_FIELD_ACCEPT_BY_NAME
          task field is acceptedByName
static String TASK_FIELD_ACCEPT_BY_URI
          task field is acceptedByURI
static String TASK_FIELD_ACCEPTED_BY_CURRENT
          task field is currentUserAccepted
static String TASK_FIELD_ACCEPTED_BY_LIST
          task field is acceptedByList
static String TASK_FIELD_ASSIGNED_TO_CSV
          task field is assignedToCSV
static String TASK_FIELD_ASSIGNED_TO_LIST
          task field is assignedToList
static String TASK_FIELD_ASSIGNED_TO_NAME
          task field is assignedToName
static String TASK_FIELD_ASSIGNED_TO_URI
          task field is assignedToURI
static String TASK_FIELD_ATTRIBUTES
          task field is attributes
static String TASK_FIELD_AUDIT_CONTEXT
          task field is auditContext
static String TASK_FIELD_COLLABORATION_PROCESS_ID
          task field is collaborationProcessID
static String TASK_FIELD_COLLABORATION_STEP_ID
          task field is collaborationStpeID
static String TASK_FIELD_CREATED_BY
          task field is createdBy
static String TASK_FIELD_CREATED_BY_NAME
          task field is createdByName
static String TASK_FIELD_CREATED_BY_URI
          task field is createdByURI
static String TASK_FIELD_CREATED_DATE
          task field is createdByDate
static String TASK_FIELD_CUSTOM_TASK_ID
          task field is customTaskID
static String TASK_FIELD_DELEGATED_FROM_LIST
          task field is delegatedFromList
static String TASK_FIELD_DELEGATED_TO_LIST
          task field is delegatedToList
static String TASK_FIELD_DESCRIPTION
          task field is description
static String TASK_FIELD_ERROR_CODE
          task field is errorCode
static String TASK_FIELD_ERROR_MESSAGE
          task field is errorMessage
static String TASK_FIELD_EXPIRE_DATE
          task field is expireDate
static String TASK_FIELD_FOR_PROCESS
          task field is forProcess
static String TASK_FIELD_LAST_ACCEPTED_BY
          task field is lastAcceptedBy
static String TASK_FIELD_LAST_ACCEPTED_BY_NAME
          task field is lastAcceptedByName
static String TASK_FIELD_LAST_ACCEPTED_DATE
          task field is lastAcceptedDate
static String TASK_FIELD_LAST_MODIFIED_BY
          task field is lastModifiedBy
static String TASK_FIELD_LAST_MODIFIED_BY_NAME
          task field is lastModifiedByName
static String TASK_FIELD_LAST_MODIFIED_BY_URI
          task field is lastModifiedByURI
static String TASK_FIELD_LAST_MODIFIED_DATE
          task field is lastModifiedDate
static String TASK_FIELD_NAME
          task field is name
static String TASK_FIELD_PARENT_TASK_ID
          task field is parentTaskID
static String TASK_FIELD_PRIORITY
          task field is priority
static String TASK_FIELD_PRIORITY_NAME
          task field is priorityName
static String TASK_FIELD_PROCESS_INSTANCE_ID
          task field is processinstanceID
static String TASK_FIELD_PROCESS_ITERATION
          task field is processIteration
static String TASK_FIELD_PROCESS_MODEL_ID
          task field is processinstanceID
static String TASK_FIELD_PROCESS_MODEL_VERSION
          task field is processModelVersion
static String TASK_FIELD_PROCESSED_RULES_LIST
          task field is processRulesList
static String TASK_FIELD_STATUS
          task field is status
static String TASK_FIELD_STATUS_NAME
          task field is statusName
static String TASK_FIELD_STEP_ID
          task field is stepID
static String TASK_FIELD_STEP_ITERATION
          task field is stepIteration
static String TASK_FIELD_TASK_DATA
          task field is taskData
static String TASK_FIELD_TASK_ID
          task field is taskID
static String TASK_FIELD_TASK_TYPE_ID
          task field is taskTypeID
static String TASK_FIELD_TASK_TYPE_NAME
          task field is taskDefinitionName
static String TASK_FIELD_TASK_TYPE_URI
          task field is taskDefinitionURI
static String TASK_FIELD_TASK_URL
          task field is taskURL
static String TASK_FIELD_UNACCEPT_FROM_NAME
          task field is unacceptedByName
static String TASK_FIELD_UNACCEPT_FROM_URI
          task field is unacceptedByURI
static String TASK_FIELD_VERSION
          task field is taskVersion
static String TASK_INFO_BINDING
          task info binding expression
static String TASK_INFO_BINDING_PREFIX
          task info binding expression prefix
static int TASK_OPERATION_ACCEPTED
          the int value represents the operation performed on the task is accepted
static int TASK_OPERATION_ASSIGNMENT_CHANGED
          the int value represents the operation performed on the task is assignment changed
static int TASK_OPERATION_ATTACHMENT_ADDED
          the int value represents the operation performed on the task is added
static int TASK_OPERATION_ATTACHMENT_DELETED
          the int value represents the operation performed on the task is attachment deleted
static int TASK_OPERATION_ATTACHMENT_UPDATED
          the int value represents the operation performed on the task is updated
static int TASK_OPERATION_CANCEL
          the int value represents the operation performed on the task is cancel
static int TASK_OPERATION_COMMENT_ADDED
          the int value represents the operation performed on the task is comment added
static int TASK_OPERATION_COMMENT_DELETED
          the int value represents the operation performed on the task is comment deleted
static int TASK_OPERATION_COMMENT_UPDATED
          the int value represents the operation performed on the task is comment updated
static int TASK_OPERATION_COMPLETE
          the int value represents the operation performed on the task is complete
static int TASK_OPERATION_CREATED
          the int value represents the operation performed on the task is created
static int TASK_OPERATION_DELEGATION_CHANGED
          the int value represents the operation performed on the task is delegation changed
static int TASK_OPERATION_DELEGATION_RULE_FIRED
          the int value represents the operation performed on the task is delegation rule fired
static int TASK_OPERATION_DISTRIBUTION_RULE_FIRED
          the int value represents the operation performed on the task is distribution rule fired
static int TASK_OPERATION_ERROR
          the int value represents the operation performed on the task is error
static int TASK_OPERATION_EXPIRE
          the int value represents the operation performed on the task is expire
static int TASK_OPERATION_NOTIFICATION
          the int value represents the operation performed on the task is notification
static int TASK_OPERATION_REPLY
          the int value represents the operation performed on the task is reply
static int TASK_OPERATION_RESUME
          the int value represents the operation performed on the task is resume
static int TASK_OPERATION_REVERTED
          the int value represents the operation performed on the task is reverted
static int TASK_OPERATION_ROLLEDBACK
          the int value represents the operation performed on the task is rolledback
static int TASK_OPERATION_SCHEDULE_RULE_FIRED
          the int value represents the operation performed on the task is schedule rule fired
static int TASK_OPERATION_SINK_REQUEST
          the int value represents the operation performed on the task is sink request
static int TASK_OPERATION_START
          the int value represents the operation performed on the task is start
static int TASK_OPERATION_STOP
          the int value represents the operation performed on the task is stop
static int TASK_OPERATION_SUSPEND
          the int value represents the operation performed on the task is suspend
static int TASK_OPERATION_TRIGGER_RULE_FIRED
          the int value represents the operation performed on the task is trigger rule fired
static int TASK_OPERATION_UNACCEPTED
          the int value represents the operation performed on the task is unaccepted
static int TASK_OPERATION_UNHANDLED_ERROR
          the int value represents the operation performed on the task is unhandled error
static int TASK_OPERATION_UPDATE
          the int value represents the operation performed on the task is update
static int TASK_PRIORITY_CRITICAL
          the int value represents task priority as critical.
static int TASK_PRIORITY_HIGH
          the int value represents task priority as high.
static int TASK_PRIORITY_LOW
          the int value represents task priority as low.
static int TASK_PRIORITY_MEDIUM
          the int value represents task priority as medium.
static int TASK_PRIORITY_NONE
          the int value represents task priority as none.
static int TASK_STATUS_ACTIVE
          the int value represents task status is active.
static int TASK_STATUS_CANCELLED
          the int value represents task status is cancelled.
static int TASK_STATUS_COMPLETED
          the int value represents task status is completed.
static int TASK_STATUS_ERROR
          the int value represents task status is error.
static int TASK_STATUS_EXPIRED
          the int value represents task status is expired.
static int TASK_STATUS_NEW
          the int value represents task status is new.
static int TASK_STATUS_SUSPENDED
          the int value represents task status is suspended.
static int TASK_STATUS_UNDEFINED
          the int value represents task status is undefined.
static String TASK_TAGS
          Task Tags
 

Field Detail

PRIORITY_NONE

static final String PRIORITY_NONE
task priority is none.

See Also:
Constant Field Values

PRIORITY_LOW

static final String PRIORITY_LOW
task priority is low.

See Also:
Constant Field Values

PRIORITY_MEDIUM

static final String PRIORITY_MEDIUM
task priority is medium.

See Also:
Constant Field Values

PRIORITY_HIGH

static final String PRIORITY_HIGH
task priority is high.

See Also:
Constant Field Values

PRIORITY_CRITICAL

static final String PRIORITY_CRITICAL
task priority is critical.

See Also:
Constant Field Values

TASK_PRIORITY_NONE

static final int TASK_PRIORITY_NONE
the int value represents task priority as none.

See Also:
Constant Field Values

TASK_PRIORITY_CRITICAL

static final int TASK_PRIORITY_CRITICAL
the int value represents task priority as critical.

See Also:
Constant Field Values

TASK_PRIORITY_HIGH

static final int TASK_PRIORITY_HIGH
the int value represents task priority as high.

See Also:
Constant Field Values

TASK_PRIORITY_MEDIUM

static final int TASK_PRIORITY_MEDIUM
the int value represents task priority as medium.

See Also:
Constant Field Values

TASK_PRIORITY_LOW

static final int TASK_PRIORITY_LOW
the int value represents task priority as low.

See Also:
Constant Field Values

STATUS_UNDEFINED

static final String STATUS_UNDEFINED
task status is undefined.

See Also:
Constant Field Values

STATUS_NEW

static final String STATUS_NEW
task status is new.

See Also:
Constant Field Values

STATUS_ACTIVE

static final String STATUS_ACTIVE
task status is active.

See Also:
Constant Field Values

STATUS_SUSPENDED

static final String STATUS_SUSPENDED
task status is suspended.

See Also:
Constant Field Values

STATUS_COMPLETED

static final String STATUS_COMPLETED
task status is completed.

See Also:
Constant Field Values

STATUS_CANCELLED

static final String STATUS_CANCELLED
task status is cancelled.

See Also:
Constant Field Values

STATUS_EXPIRED

static final String STATUS_EXPIRED
task status is expired.

See Also:
Constant Field Values

STATUS_ERROR

static final String STATUS_ERROR
task status is error.

See Also:
Constant Field Values

TASK_STATUS_UNDEFINED

static final int TASK_STATUS_UNDEFINED
the int value represents task status is undefined.

See Also:
Constant Field Values

TASK_STATUS_NEW

static final int TASK_STATUS_NEW
the int value represents task status is new.

See Also:
Constant Field Values

TASK_STATUS_ACTIVE

static final int TASK_STATUS_ACTIVE
the int value represents task status is active.

See Also:
Constant Field Values

TASK_STATUS_SUSPENDED

static final int TASK_STATUS_SUSPENDED
the int value represents task status is suspended.

See Also:
Constant Field Values

TASK_STATUS_COMPLETED

static final int TASK_STATUS_COMPLETED
the int value represents task status is completed.

See Also:
Constant Field Values

TASK_STATUS_ERROR

static final int TASK_STATUS_ERROR
the int value represents task status is error.

See Also:
Constant Field Values

TASK_STATUS_CANCELLED

static final int TASK_STATUS_CANCELLED
the int value represents task status is cancelled.

See Also:
Constant Field Values

TASK_STATUS_EXPIRED

static final int TASK_STATUS_EXPIRED
the int value represents task status is expired.

See Also:
Constant Field Values

OPERATION_CREATED

static final String OPERATION_CREATED
the operation performed on the task is created

See Also:
Constant Field Values

OPERATION_RESUME

static final String OPERATION_RESUME
the operation performed on the task is resume

See Also:
Constant Field Values

OPERATION_SUSPEND

static final String OPERATION_SUSPEND
the operation performed on the task is suspend

See Also:
Constant Field Values

OPERATION_UPDATE

static final String OPERATION_UPDATE
the operation performed on the task is update

See Also:
Constant Field Values

OPERATION_ERROR

static final String OPERATION_ERROR
the operation performed on the task is error

See Also:
Constant Field Values

OPERATION_DIST_RULE

static final String OPERATION_DIST_RULE
the operation performed on the task is rule.dist

See Also:
Constant Field Values

OPERATION_DIST_FILTER_RULE

static final String OPERATION_DIST_FILTER_RULE
the operation performed on the task is rule.dist.filter

See Also:
Constant Field Values

OPERATION_TRIGGER_RULE

static final String OPERATION_TRIGGER_RULE
the operation performed on the task is rule.trigger

See Also:
Constant Field Values

OPERATION_SCHEDULE_RULE

static final String OPERATION_SCHEDULE_RULE
the operation performed on the task is rule.schedule

See Also:
Constant Field Values

OPERATION_DELEGATION_RULE

static final String OPERATION_DELEGATION_RULE
the operation performed on the task is rule.delegation

See Also:
Constant Field Values

OPERATION_REVERTED

static final String OPERATION_REVERTED
the operation performed on the task is reverted

See Also:
Constant Field Values

OPERATION_ACCEPTED

static final String OPERATION_ACCEPTED
the operation performed on the task is accepted

See Also:
Constant Field Values

OPERATION_UNACCEPTED

static final String OPERATION_UNACCEPTED
the operation performed on the task is unaccepted

See Also:
Constant Field Values

TASK_OPERATION_START

static final int TASK_OPERATION_START
the int value represents the operation performed on the task is start

See Also:
Constant Field Values

TASK_OPERATION_STOP

static final int TASK_OPERATION_STOP
the int value represents the operation performed on the task is stop

See Also:
Constant Field Values

TASK_OPERATION_ROLLEDBACK

static final int TASK_OPERATION_ROLLEDBACK
the int value represents the operation performed on the task is rolledback

See Also:
Constant Field Values

TASK_OPERATION_CREATED

static final int TASK_OPERATION_CREATED
the int value represents the operation performed on the task is created

See Also:
Constant Field Values

TASK_OPERATION_RESUME

static final int TASK_OPERATION_RESUME
the int value represents the operation performed on the task is resume

See Also:
Constant Field Values

TASK_OPERATION_SUSPEND

static final int TASK_OPERATION_SUSPEND
the int value represents the operation performed on the task is suspend

See Also:
Constant Field Values

TASK_OPERATION_UPDATE

static final int TASK_OPERATION_UPDATE
the int value represents the operation performed on the task is update

See Also:
Constant Field Values

TASK_OPERATION_ERROR

static final int TASK_OPERATION_ERROR
the int value represents the operation performed on the task is error

See Also:
Constant Field Values

TASK_OPERATION_COMPLETE

static final int TASK_OPERATION_COMPLETE
the int value represents the operation performed on the task is complete

See Also:
Constant Field Values

TASK_OPERATION_CANCEL

static final int TASK_OPERATION_CANCEL
the int value represents the operation performed on the task is cancel

See Also:
Constant Field Values

TASK_OPERATION_EXPIRE

static final int TASK_OPERATION_EXPIRE
the int value represents the operation performed on the task is expire

See Also:
Constant Field Values

TASK_OPERATION_DISTRIBUTION_RULE_FIRED

static final int TASK_OPERATION_DISTRIBUTION_RULE_FIRED
the int value represents the operation performed on the task is distribution rule fired

See Also:
Constant Field Values

TASK_OPERATION_TRIGGER_RULE_FIRED

static final int TASK_OPERATION_TRIGGER_RULE_FIRED
the int value represents the operation performed on the task is trigger rule fired

See Also:
Constant Field Values

TASK_OPERATION_SCHEDULE_RULE_FIRED

static final int TASK_OPERATION_SCHEDULE_RULE_FIRED
the int value represents the operation performed on the task is schedule rule fired

See Also:
Constant Field Values

TASK_OPERATION_DELEGATION_RULE_FIRED

static final int TASK_OPERATION_DELEGATION_RULE_FIRED
the int value represents the operation performed on the task is delegation rule fired

See Also:
Constant Field Values

TASK_OPERATION_REPLY

static final int TASK_OPERATION_REPLY
the int value represents the operation performed on the task is reply

See Also:
Constant Field Values

TASK_OPERATION_REVERTED

static final int TASK_OPERATION_REVERTED
the int value represents the operation performed on the task is reverted

See Also:
Constant Field Values

TASK_OPERATION_ACCEPTED

static final int TASK_OPERATION_ACCEPTED
the int value represents the operation performed on the task is accepted

See Also:
Constant Field Values

TASK_OPERATION_UNACCEPTED

static final int TASK_OPERATION_UNACCEPTED
the int value represents the operation performed on the task is unaccepted

See Also:
Constant Field Values

TASK_OPERATION_ATTACHMENT_ADDED

static final int TASK_OPERATION_ATTACHMENT_ADDED
the int value represents the operation performed on the task is added

See Also:
Constant Field Values

TASK_OPERATION_ATTACHMENT_UPDATED

static final int TASK_OPERATION_ATTACHMENT_UPDATED
the int value represents the operation performed on the task is updated

See Also:
Constant Field Values

TASK_OPERATION_ATTACHMENT_DELETED

static final int TASK_OPERATION_ATTACHMENT_DELETED
the int value represents the operation performed on the task is attachment deleted

See Also:
Constant Field Values

TASK_OPERATION_DELEGATION_CHANGED

static final int TASK_OPERATION_DELEGATION_CHANGED
the int value represents the operation performed on the task is delegation changed

See Also:
Constant Field Values

TASK_OPERATION_ASSIGNMENT_CHANGED

static final int TASK_OPERATION_ASSIGNMENT_CHANGED
the int value represents the operation performed on the task is assignment changed

See Also:
Constant Field Values

TASK_OPERATION_SINK_REQUEST

static final int TASK_OPERATION_SINK_REQUEST
the int value represents the operation performed on the task is sink request

See Also:
Constant Field Values

TASK_OPERATION_NOTIFICATION

static final int TASK_OPERATION_NOTIFICATION
the int value represents the operation performed on the task is notification

See Also:
Constant Field Values

TASK_OPERATION_COMMENT_ADDED

static final int TASK_OPERATION_COMMENT_ADDED
the int value represents the operation performed on the task is comment added

See Also:
Constant Field Values

TASK_OPERATION_COMMENT_DELETED

static final int TASK_OPERATION_COMMENT_DELETED
the int value represents the operation performed on the task is comment deleted

See Also:
Constant Field Values

TASK_OPERATION_COMMENT_UPDATED

static final int TASK_OPERATION_COMMENT_UPDATED
the int value represents the operation performed on the task is comment updated

See Also:
Constant Field Values

TASK_OPERATION_UNHANDLED_ERROR

static final int TASK_OPERATION_UNHANDLED_ERROR
the int value represents the operation performed on the task is unhandled error

See Also:
Constant Field Values

TASK_FIELD_NAME

static final String TASK_FIELD_NAME
task field is name

See Also:
ITaskInfo.getName(), ITaskInfo.setName(String), Constant Field Values

TASK_FIELD_TASK_ID

static final String TASK_FIELD_TASK_ID
task field is taskID

See Also:
ITaskInfo.getTaskID(), Constant Field Values

TASK_FIELD_TASK_TYPE_ID

static final String TASK_FIELD_TASK_TYPE_ID
task field is taskTypeID

See Also:
ITaskInfo.getTaskTypeID(), Constant Field Values

TASK_FIELD_TASK_URL

static final String TASK_FIELD_TASK_URL
task field is taskURL

See Also:
ITaskInfo.getTaskURL(), Constant Field Values

TASK_FIELD_DESCRIPTION

static final String TASK_FIELD_DESCRIPTION
task field is description

See Also:
ITaskInfo.getDescription(), ITaskInfo.setDescription(String), Constant Field Values

TASK_FIELD_STATUS

static final String TASK_FIELD_STATUS
task field is status

See Also:
ITaskInfo.getStatus(), ITaskInfo.setStatus(String), Constant Field Values

TASK_FIELD_STATUS_NAME

static final String TASK_FIELD_STATUS_NAME
task field is statusName

See Also:
ITaskInfo.getStatus(), ITaskInfo.setStatus(String), Constant Field Values

TASK_FIELD_ACCEPT_BY_NAME

static final String TASK_FIELD_ACCEPT_BY_NAME
task field is acceptedByName

See Also:
Constant Field Values

TASK_FIELD_ACCEPT_BY_URI

static final String TASK_FIELD_ACCEPT_BY_URI
task field is acceptedByURI

See Also:
Constant Field Values

TASK_FIELD_ACCEPTED_BY_LIST

static final String TASK_FIELD_ACCEPTED_BY_LIST
task field is acceptedByList

See Also:
ITaskInfo.getAcceptedByList(), ITaskInfo.setAcceptedByList(String[]), Constant Field Values

TASK_FIELD_ACCEPT_BY_CSV

static final String TASK_FIELD_ACCEPT_BY_CSV
task field is accpetedByCSV

See Also:
Constant Field Values

TASK_FIELD_LAST_ACCEPTED_DATE

static final String TASK_FIELD_LAST_ACCEPTED_DATE
task field is lastAcceptedDate

See Also:
ITaskInfo.getLastAcceptedDate(), Constant Field Values

TASK_FIELD_UNACCEPT_FROM_NAME

static final String TASK_FIELD_UNACCEPT_FROM_NAME
task field is unacceptedByName

See Also:
Constant Field Values

TASK_FIELD_UNACCEPT_FROM_URI

static final String TASK_FIELD_UNACCEPT_FROM_URI
task field is unacceptedByURI

See Also:
Constant Field Values

TASK_FIELD_ASSIGNED_TO_NAME

static final String TASK_FIELD_ASSIGNED_TO_NAME
task field is assignedToName

See Also:
Constant Field Values

TASK_FIELD_ASSIGNED_TO_URI

static final String TASK_FIELD_ASSIGNED_TO_URI
task field is assignedToURI

See Also:
Constant Field Values

TASK_FIELD_ASSIGNED_TO_LIST

static final String TASK_FIELD_ASSIGNED_TO_LIST
task field is assignedToList

See Also:
ITaskInfo.getAssignedToList(), ITaskInfo.setAssignedToList(String[]), Constant Field Values

TASK_FIELD_ASSIGNED_TO_CSV

static final String TASK_FIELD_ASSIGNED_TO_CSV
task field is assignedToCSV

See Also:
Constant Field Values

TASK_FIELD_DELEGATED_TO_LIST

static final String TASK_FIELD_DELEGATED_TO_LIST
task field is delegatedToList

See Also:
ITaskInfo.getDelegatedToList(), ITaskInfo.setDelegatedToList(String[]), Constant Field Values

TASK_FIELD_DELEGATED_FROM_LIST

static final String TASK_FIELD_DELEGATED_FROM_LIST
task field is delegatedFromList

See Also:
ITaskInfo.getDelegatedFromList(), ITaskInfo.setDelegatedFromList(String[]), Constant Field Values

TASK_FIELD_PROCESSED_RULES_LIST

static final String TASK_FIELD_PROCESSED_RULES_LIST
task field is processRulesList

See Also:
Constant Field Values

TASK_FIELD_PRIORITY

static final String TASK_FIELD_PRIORITY
task field is priority

See Also:
ITaskInfo.getPriority(), ITaskInfo.setPriority(String), Constant Field Values

TASK_FIELD_PRIORITY_NAME

static final String TASK_FIELD_PRIORITY_NAME
task field is priorityName

See Also:
ITaskInfo.getPriority(), ITaskInfo.setPriority(String), Constant Field Values

TASK_FIELD_EXPIRE_DATE

static final String TASK_FIELD_EXPIRE_DATE
task field is expireDate

See Also:
ITaskInfo.getExpireDate(), ITaskInfo.setExpireDate(java.util.Date), Constant Field Values

TASK_FIELD_LAST_MODIFIED_BY_NAME

static final String TASK_FIELD_LAST_MODIFIED_BY_NAME
task field is lastModifiedByName

See Also:
ITaskInfo.getLastModifiedBy(), Constant Field Values

TASK_FIELD_LAST_MODIFIED_BY_URI

static final String TASK_FIELD_LAST_MODIFIED_BY_URI
task field is lastModifiedByURI

See Also:
Constant Field Values

TASK_FIELD_LAST_MODIFIED_BY

static final String TASK_FIELD_LAST_MODIFIED_BY
task field is lastModifiedBy

See Also:
ITaskInfo.getLastModifiedBy(), Constant Field Values

TASK_FIELD_LAST_MODIFIED_DATE

static final String TASK_FIELD_LAST_MODIFIED_DATE
task field is lastModifiedDate

See Also:
ITaskInfo.getLastModifiedDate(), Constant Field Values

TASK_FIELD_LAST_ACCEPTED_BY

static final String TASK_FIELD_LAST_ACCEPTED_BY
task field is lastAcceptedBy

See Also:
ITaskInfo.getLastAcceptedBy(), Constant Field Values

TASK_FIELD_LAST_ACCEPTED_BY_NAME

static final String TASK_FIELD_LAST_ACCEPTED_BY_NAME
task field is lastAcceptedByName

See Also:
ITaskInfo.getLastAcceptedBy(), Constant Field Values

TASK_FIELD_CREATED_BY_NAME

static final String TASK_FIELD_CREATED_BY_NAME
task field is createdByName

See Also:
ITaskInfo.getCreatedBy(), Constant Field Values

TASK_FIELD_CREATED_BY_URI

static final String TASK_FIELD_CREATED_BY_URI
task field is createdByURI

See Also:
Constant Field Values

TASK_FIELD_CREATED_BY

static final String TASK_FIELD_CREATED_BY
task field is createdBy

See Also:
ITaskInfo.getCreatedBy(), Constant Field Values

TASK_FIELD_CREATED_DATE

static final String TASK_FIELD_CREATED_DATE
task field is createdByDate

See Also:
ITaskInfo.getCreatedDate(), Constant Field Values

TASK_FIELD_TASK_TYPE_NAME

static final String TASK_FIELD_TASK_TYPE_NAME
task field is taskDefinitionName

See Also:
Constant Field Values

TASK_FIELD_TASK_TYPE_URI

static final String TASK_FIELD_TASK_TYPE_URI
task field is taskDefinitionURI

See Also:
Constant Field Values

TASK_FIELD_VERSION

static final String TASK_FIELD_VERSION
task field is taskVersion

See Also:
Constant Field Values

TASK_FIELD_COLLABORATION_PROCESS_ID

static final String TASK_FIELD_COLLABORATION_PROCESS_ID
task field is collaborationProcessID

See Also:
ITaskInfo.getCollaborationProcessID(), ITaskInfo.setCollaborationProcessID(String), Constant Field Values

TASK_FIELD_COLLABORATION_STEP_ID

static final String TASK_FIELD_COLLABORATION_STEP_ID
task field is collaborationStpeID

See Also:
ITaskInfo.getCollaborationStepID(), ITaskInfo.setCollaborationStepID(String), Constant Field Values

TASK_FIELD_FOR_PROCESS

static final String TASK_FIELD_FOR_PROCESS
task field is forProcess

See Also:
ITaskInfo.isForProcess(), ITaskInfo.setForProcess(boolean), Constant Field Values

TASK_FIELD_PARENT_TASK_ID

static final String TASK_FIELD_PARENT_TASK_ID
task field is parentTaskID

See Also:
ITaskInfo.getParentTaskID(), ITaskInfo.setParentTaskID(String), Constant Field Values

TASK_FIELD_TASK_DATA

static final String TASK_FIELD_TASK_DATA
task field is taskData

See Also:
ITaskData, Constant Field Values

TASK_FIELD_PROCESS_INSTANCE_ID

static final String TASK_FIELD_PROCESS_INSTANCE_ID
task field is processinstanceID

See Also:
ITaskInfo.getProcessInstanceID(), Constant Field Values

TASK_FIELD_PROCESS_MODEL_ID

static final String TASK_FIELD_PROCESS_MODEL_ID
task field is processinstanceID

See Also:
ITaskInfo.getProcessInstanceID(), Constant Field Values

TASK_FIELD_PROCESS_MODEL_VERSION

static final String TASK_FIELD_PROCESS_MODEL_VERSION
task field is processModelVersion

See Also:
ITaskInfo.getProcessModelVersion(), Constant Field Values

TASK_FIELD_STEP_ID

static final String TASK_FIELD_STEP_ID
task field is stepID

See Also:
ITaskInfo.getStepID(), Constant Field Values

TASK_FIELD_PROCESS_ITERATION

static final String TASK_FIELD_PROCESS_ITERATION
task field is processIteration

See Also:
ITaskInfo.getProcessIteration(), Constant Field Values

TASK_FIELD_STEP_ITERATION

static final String TASK_FIELD_STEP_ITERATION
task field is stepIteration

See Also:
ITaskInfo.getStepIteration(), Constant Field Values

TASK_FIELD_AUDIT_CONTEXT

static final String TASK_FIELD_AUDIT_CONTEXT
task field is auditContext

See Also:
Constant Field Values

TASK_FIELD_CUSTOM_TASK_ID

static final String TASK_FIELD_CUSTOM_TASK_ID
task field is customTaskID

See Also:
ITaskInfo.getCustomTaskID(), ITaskInfo.setCustomTaskID(String), Constant Field Values

TASK_FIELD_ERROR_CODE

static final String TASK_FIELD_ERROR_CODE
task field is errorCode

See Also:
ITaskInfo.getErrorCode(), ITaskInfo.setErrorCode(String), Constant Field Values

TASK_FIELD_ERROR_MESSAGE

static final String TASK_FIELD_ERROR_MESSAGE
task field is errorMessage

See Also:
ITaskInfo.getErrorMessage(), ITaskInfo.setErrorMessage(String), Constant Field Values

TASK_FIELD_ATTRIBUTES

static final String TASK_FIELD_ATTRIBUTES
task field is attributes

See Also:
Constant Field Values

TASK_FIELD_ACCEPTED_BY_CURRENT

static final String TASK_FIELD_ACCEPTED_BY_CURRENT
task field is currentUserAccepted

See Also:
Constant Field Values

TASK_DATA_PROPERTY_PREFIX

static final String TASK_DATA_PROPERTY_PREFIX
task data property prefix

See Also:
Constant Field Values

TASK_DATA_BINDING_PREFIX

static final String TASK_DATA_BINDING_PREFIX
task data binding expression prefix

See Also:
Constant Field Values

TASK_DATA_BINDING

static final String TASK_DATA_BINDING
task data binding expression

See Also:
Constant Field Values

TASK_INFO_BINDING_PREFIX

static final String TASK_INFO_BINDING_PREFIX
task info binding expression prefix

See Also:
Constant Field Values

TASK_INFO_BINDING

static final String TASK_INFO_BINDING
task info binding expression

See Also:
Constant Field Values

TASK_TAGS

static final String TASK_TAGS
Task Tags

See Also:
Constant Field Values