- cancelCase(String) - Method in interface org.jbpm.casemgmt.api.CaseService
-
Cancels case with given case id (including all attached process instances if any).
- CaseActiveException - Exception in org.jbpm.casemgmt.api
-
Thrown then reopening a case that is already started/reopened
- CaseActiveException(String, Throwable) - Constructor for exception org.jbpm.casemgmt.api.CaseActiveException
-
- CaseActiveException(String) - Constructor for exception org.jbpm.casemgmt.api.CaseActiveException
-
- CaseCancelEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of case close operation
- CaseCancelEvent(String, String, CaseFileInstance, List<Long>) - Constructor for class org.jbpm.casemgmt.api.event.CaseCancelEvent
-
- CaseCloseEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of case close operation
- CaseCloseEvent(String, String, CaseFileInstance, String) - Constructor for class org.jbpm.casemgmt.api.event.CaseCloseEvent
-
- CaseCommentEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of case comment related operation
- CaseCommentEvent(String, String, CaseFileInstance, CommentInstance) - Constructor for class org.jbpm.casemgmt.api.event.CaseCommentEvent
-
- CaseCommentNotFoundException - Exception in org.jbpm.casemgmt.api
-
Thrown then accessing or manipulating case comment that does not exist
- CaseCommentNotFoundException(String, Throwable) - Constructor for exception org.jbpm.casemgmt.api.CaseCommentNotFoundException
-
- CaseCommentNotFoundException(String) - Constructor for exception org.jbpm.casemgmt.api.CaseCommentNotFoundException
-
- CaseDataEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of case data (that is part of case file) related operation
- CaseDataEvent(String, String, CaseFileInstance, String, Map<String, Object>) - Constructor for class org.jbpm.casemgmt.api.event.CaseDataEvent
-
- CaseDefinition - Interface in org.jbpm.casemgmt.api.model
-
Describes case structure and requirements.
- CaseDefinitionNotFoundException - Exception in org.jbpm.casemgmt.api
-
Thrown then accessing case definition that does not exist
- CaseDefinitionNotFoundException(String, Throwable) - Constructor for exception org.jbpm.casemgmt.api.CaseDefinitionNotFoundException
-
- CaseDefinitionNotFoundException(String) - Constructor for exception org.jbpm.casemgmt.api.CaseDefinitionNotFoundException
-
- CaseDestroyEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of case destroy operation
- CaseDestroyEvent(String, String, CaseFileInstance, List<Long>) - Constructor for class org.jbpm.casemgmt.api.event.CaseDestroyEvent
-
- CaseDynamicSubprocessEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of dynamic subprocess add to case operation
- CaseDynamicSubprocessEvent(String, String, CaseFileInstance, String, Map<String, Object>, long) - Constructor for class org.jbpm.casemgmt.api.event.CaseDynamicSubprocessEvent
-
- CaseDynamicSubprocessEvent(String, String, CaseFileInstance, String, Map<String, Object>, long, long) - Constructor for class org.jbpm.casemgmt.api.event.CaseDynamicSubprocessEvent
-
- CaseDynamicTaskEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of dynamic task add to case operation
- CaseDynamicTaskEvent(String, String, CaseFileInstance, String, Map<String, Object>, long) - Constructor for class org.jbpm.casemgmt.api.event.CaseDynamicTaskEvent
-
- CaseEvent - Class in org.jbpm.casemgmt.api.event
-
Represents generic event of case operation
- CaseEvent(String, String, CaseFileInstance) - Constructor for class org.jbpm.casemgmt.api.event.CaseEvent
-
- CaseEventListener - Interface in org.jbpm.casemgmt.api.event
-
Case event listener that is invoked upon various
operation related to a case.
- CaseFileData - Interface in org.jbpm.casemgmt.api.audit
-
- CaseFileDataFilter - Interface in org.jbpm.casemgmt.api.model.instance
-
Provides mechanism to filter case file data to return only expected results.
- CaseFileInstance - Interface in org.jbpm.casemgmt.api.model.instance
-
Represent contextual data of a given Case
- CaseFileItem - Interface in org.jbpm.casemgmt.api.model
-
Simple view on individual CaseFile data item.
- CaseIdGenerator - Interface in org.jbpm.casemgmt.api.generator
-
Responsible for generating and keeping track of generated case identifiers.
- CaseInstance - Interface in org.jbpm.casemgmt.api.model.instance
-
Describes case structure and requirements.
- CaseInstanceMigrationService - Interface in org.jbpm.casemgmt.api.admin
-
- CaseMigrationReport - Class in org.jbpm.casemgmt.api.admin
-
- CaseMigrationReport() - Constructor for class org.jbpm.casemgmt.api.admin.CaseMigrationReport
-
- CaseMilestone - Interface in org.jbpm.casemgmt.api.model
-
Represents intermediate goal within a case
- CaseMilestoneInstance - Interface in org.jbpm.casemgmt.api.model.instance
-
Represents single instance of a milestone in a case.
- CaseNotFoundException - Exception in org.jbpm.casemgmt.api
-
Thrown then accessing case that does not exist
- CaseNotFoundException(String, Throwable) - Constructor for exception org.jbpm.casemgmt.api.CaseNotFoundException
-
- CaseNotFoundException(String) - Constructor for exception org.jbpm.casemgmt.api.CaseNotFoundException
-
- CasePrefixNotFoundException - Exception in org.jbpm.casemgmt.api.generator
-
- CasePrefixNotFoundException(String, Throwable) - Constructor for exception org.jbpm.casemgmt.api.generator.CasePrefixNotFoundException
-
- CasePrefixNotFoundException(String) - Constructor for exception org.jbpm.casemgmt.api.generator.CasePrefixNotFoundException
-
- CaseReopenEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of start case operation
- CaseReopenEvent(String, String, CaseFileInstance, String, String, Map<String, Object>) - Constructor for class org.jbpm.casemgmt.api.event.CaseReopenEvent
-
- CaseReopenEvent(String, String, CaseFileInstance, String, String, Map<String, Object>, Long) - Constructor for class org.jbpm.casemgmt.api.event.CaseReopenEvent
-
- CaseRole - Interface in org.jbpm.casemgmt.api.model
-
Represents single role assigned to a given case.
- CaseRoleAssignmentEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of role assignment on a case operation
- CaseRoleAssignmentEvent(String, String, CaseFileInstance, String, OrganizationalEntity) - Constructor for class org.jbpm.casemgmt.api.event.CaseRoleAssignmentEvent
-
- CaseRoleInstance - Interface in org.jbpm.casemgmt.api.model.instance
-
Defines single role instance with currently available assignments.
- CaseRuntimeDataService - Interface in org.jbpm.casemgmt.api
-
- CaseService - Interface in org.jbpm.casemgmt.api
-
Provides case management operations.
- CaseServiceConfigurator - Interface in org.jbpm.casemgmt.api.utils
-
- CaseStage - Interface in org.jbpm.casemgmt.api.model
-
Represents self contained part of case that does include
number of other activities and potentially other stages
- CaseStageInstance - Interface in org.jbpm.casemgmt.api.model.instance
-
Represents stage within case on runtime, provides information about
active tasks, subprocesses etc.
- CaseStartEvent - Class in org.jbpm.casemgmt.api.event
-
Represents occurrence of start case operation
- CaseStartEvent(String, String, String, String, CaseFileInstance) - Constructor for class org.jbpm.casemgmt.api.event.CaseStartEvent
-
- CaseStartEvent(String, String, String, String, CaseFileInstance, Long) - Constructor for class org.jbpm.casemgmt.api.event.CaseStartEvent
-
- CaseStatus - Enum in org.jbpm.casemgmt.api.model
-
- CaseUtils - Class in org.jbpm.casemgmt.api
-
- CaseUtils() - Constructor for class org.jbpm.casemgmt.api.CaseUtils
-
- CaseVariableIndexer - Interface in org.jbpm.casemgmt.api.audit
-
Dedicated type for custom implementations of VariableIndexer for case variables
- checkAuthorization(String) - Method in interface org.jbpm.casemgmt.api.auth.AuthorizationManager
-
Checks if the caller (based on identity provider) is authorized to work with a case identified by caseId
- checkCommentAuthorization(String, CaseFileInstance, CommentInstance) - Method in interface org.jbpm.casemgmt.api.auth.AuthorizationManager
-
Check if caller (based on identity provider) is authorized to manipulate given comment
- checkDataAuthorization(String, CaseFileInstance, Collection<String>) - Method in interface org.jbpm.casemgmt.api.auth.AuthorizationManager
-
Check if caller (based on identity provider) is authorized to manipulate given data
- checkOperationAuthorization(String, AuthorizationManager.ProtectedOperation) - Method in interface org.jbpm.casemgmt.api.auth.AuthorizationManager
-
Checks if the caller (based on identity provider) is authorized to perform given operation on a case.
- close() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- closeCase(String, String) - Method in interface org.jbpm.casemgmt.api.CaseService
-
Closes case with given case id (including all attached process instances if any).
- CommentInstance - Interface in org.jbpm.casemgmt.api.model.instance
-
Represents single case comment instance that can be attached
to a case at any time by case participants
- CommentSortBy - Enum in org.jbpm.casemgmt.api.model.instance
-
- complete() - Method in class org.jbpm.casemgmt.api.admin.CaseMigrationReport
-
Completes the migration and calculates the status.
- configureServices(String, IdentityProvider) - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- createDeploymentUnit(String, String, String) - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- generate(String, Map<String, Object>) - Method in interface org.jbpm.casemgmt.api.generator.CaseIdGenerator
-
Generates next value for given prefix.
- getAchievedAt() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
-
In case this milestone is achieved, returns date at it was achieved.
- getAchievementCondition() - Method in interface org.jbpm.casemgmt.api.model.CaseMilestone
-
Returns condition that will indicate this mile stone is achieved.
- getActiveNodes() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseStageInstance
-
Returns currently active nodes within this stage
- getActiveNodesForCase(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns active nodes in given case regardless in what process instance they belong to.
- getAdHocFragments() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns available adhoc fragments that can be signaled.
- getAdHocFragments() - Method in interface org.jbpm.casemgmt.api.model.CaseStage
-
Returns names of the adhoc fragments within this stage that can be triggered.
- getAdHocFragments() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseStageInstance
-
Returns names of the adhoc fragments within this stage that can be triggered.
- getAdHocFragmentsForCase(String) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns list of AdHocFragments available in given case.
- getAuthor() - Method in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
-
Author of the comment
- getAuthorizationManager() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getBpmn2Service() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getCardinality() - Method in interface org.jbpm.casemgmt.api.model.CaseRole
-
Returns maximum cardinality for this role - maximum assigned entities per case instance.
- getCase(String, String) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns case definition identified by caseDefinitionId that belongs to given deploymentId.
- getCaseComments(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseService
-
Returns all case comments sorted by date
- getCaseComments(String, CommentSortBy, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseService
-
Returns all case comments sorted with given sortBy
- getCaseDefId() - Method in interface org.jbpm.casemgmt.api.audit.CaseFileData
-
- getCaseDefinitionId() - Method in class org.jbpm.casemgmt.api.event.CaseReopenEvent
-
Returns case definition id
- getCaseDefinitionId() - Method in class org.jbpm.casemgmt.api.event.CaseStartEvent
-
Returns case definition id
- getCaseDefinitionId() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns case definition id
- getCaseDescription() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns case description
- getCaseEndDate() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseFileInstance
-
Returns end date of the associated case
- getCaseFile() - Method in class org.jbpm.casemgmt.api.event.CaseEvent
-
- getCaseFile() - Method in class org.jbpm.casemgmt.api.event.CaseStartEvent
-
Returns case file associated with the case
- getCaseFile() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns case file associated with this case.
- getCaseFileInstance(String) - Method in interface org.jbpm.casemgmt.api.CaseService
-
Returns Case file for give case id
- getCaseId() - Method in interface org.jbpm.casemgmt.api.audit.CaseFileData
-
- getCaseId(KieRuntime) - Static method in class org.jbpm.casemgmt.api.CaseUtils
-
- getCaseId() - Method in class org.jbpm.casemgmt.api.event.CaseEvent
-
Returns case identifier
- getCaseId() - Method in interface org.jbpm.casemgmt.api.model.CaseFileItem
-
Returns unique case identifier that this item belongs to
- getCaseId() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseFileInstance
-
Returns case id this case file is associated with.
- getCaseId() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns case identifier of this case.
- getCaseIdGenerator() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getCaseInstance(String) - Method in interface org.jbpm.casemgmt.api.CaseService
-
Returns case instance (only if it's active) identified by given case id - does not load case file, roles, milestones nor stages.
- getCaseInstance(String, boolean, boolean, boolean, boolean) - Method in interface org.jbpm.casemgmt.api.CaseService
-
Returns case instance (only if it's active) identified by given case id with options on what should be fetched
- getCaseInstanceById(String) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns case instance for given case id if the caller of this class is authorized to see the case instance
- getCaseInstanceDataItems(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns case file data items (as simple descriptions not actual values) for given case instance
- getCaseInstanceDataItemsByName(String, List<String>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns case file data items (as simple descriptions not actual values) for given case instance filtered by item names
- getCaseInstanceDataItemsByType(String, List<String>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns case file data items (as simple descriptions not actual values) for given case instance filtered by item types
- getCaseInstanceMigrationService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getCaseInstanceMilestones(String, boolean, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns milestones for given case instance, identified by case id.
- getCaseInstances(QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all available active case instances
- getCaseInstances(List<CaseStatus>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all available active case instances that match given statuses
- getCaseInstancesAnyRole(List<CaseStatus>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns case instances that given user (via identity provider) is involved in in any role.
- getCaseInstancesByDataItem(String, List<CaseStatus>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all available active case instances that match given statuses and has case file data item with given name
- getCaseInstancesByDataItemAndValue(String, String, List<CaseStatus>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all available active case instances that match given statuses and has case file data item with given name and value
- getCaseInstancesByDefinition(String, List<CaseStatus>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all available case instances;
- getCaseInstancesByDeployment(String, List<CaseStatus>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all available case instances;
- getCaseInstancesByRole(String, List<CaseStatus>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns cases instances that given user (via identity provider) has access to with given role.
- getCaseInstancesOwnedBy(String, List<CaseStatus>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all case instances owned by given user
- getCaseInstanceStages(String, boolean, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns stages of given case instance, identified by case id.
- getCaseMilestones() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns available case milestones for this case.
- getCaseMilestones() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns available case milestones for this case.
- getCaseReopenDate() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseFileInstance
-
Returns reopen date of the associated case
- getCaseRoleAssignments(String) - Method in interface org.jbpm.casemgmt.api.CaseService
-
Returns role assignments for given case
- getCaseRoles() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns case roles for this case.
- getCaseRoles() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns case roles for this case.
- getCaseRuntimeDataService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getCases(QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns available cases.
- getCases(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns available cases which matching filter that applies to case name (usually represented by process id or name).
- getCasesByDeployment(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns available cases for given deployment id
- getCaseService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getCaseStages() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns available case stages in this case.
- getCaseStages() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns available case stages in this case.
- getCaseStartDate() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseFileInstance
-
Returns start date of the associated case
- getCaseTasksAssignedAsBusinessAdmin(String, String, List<Status>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all tasks associated with given case id that are eligible for user to see as business admin role.
- getCaseTasksAssignedAsPotentialOwner(String, String, List<Status>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all tasks associated with given case id that are eligible for user to see.
- getCaseTasksAssignedAsStakeholder(String, String, List<Status>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns all tasks associated with given case id that are eligible for user to see in task stakeholder role.
- getComment() - Method in class org.jbpm.casemgmt.api.event.CaseCloseEvent
-
- getComment() - Method in class org.jbpm.casemgmt.api.event.CaseCommentEvent
-
Returns actual CommentInstance that is added or removed
- getComment() - Method in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
-
Actual comment test
- getCompletedAt() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns completion date of this case
- getCompletedNodesForCase(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns completed nodes in given case regardless in what process instance they belong to.
- getCompletionMessage() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns completion message (if any) of this case
- getCreatedAt() - Method in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
-
Exact date at which comment was added.
- getData() - Method in class org.jbpm.casemgmt.api.event.CaseDataEvent
-
Returns data affected (added or removed)
- getData() - Method in class org.jbpm.casemgmt.api.event.CaseDynamicSubprocessEvent
-
Returns parameters used when starting sub process instance
- getData() - Method in class org.jbpm.casemgmt.api.event.CaseDynamicTaskEvent
-
Returns dynamic task input data
- getData() - Method in class org.jbpm.casemgmt.api.event.CaseReopenEvent
-
Returns case file associated with the case
- getData(CaseFileDataFilter) - Method in interface org.jbpm.casemgmt.api.model.instance.CaseFileInstance
-
Returns filtered available case data for given case.
- getDataAccessRestrictions() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns default case file data restrictions.
- getDefinitionId() - Method in class org.jbpm.casemgmt.api.event.CaseDataEvent
-
- getDeploymentId() - Method in class org.jbpm.casemgmt.api.event.CaseReopenEvent
-
Returns deployment id that case belongs to
- getDeploymentId() - Method in class org.jbpm.casemgmt.api.event.CaseStartEvent
-
Returns deployment id that case belongs to
- getDeploymentId() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns deployment id
- getDeploymentId() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns deployment id
- getDeploymentService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getEndDate() - Method in class org.jbpm.casemgmt.api.admin.CaseMigrationReport
-
Timestamp representing end time of the migration
- getEntity() - Method in class org.jbpm.casemgmt.api.event.CaseRoleAssignmentEvent
-
Returns organizational entity (user or group) that the assignment is changed for
- getId() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns id of the case that shall be used to instantiate new instance of this case
- getId() - Method in interface org.jbpm.casemgmt.api.model.CaseMilestone
-
Returns id of the milestone.
- getId() - Method in interface org.jbpm.casemgmt.api.model.CaseStage
-
Returns id of the stage
- getId() - Method in enum org.jbpm.casemgmt.api.model.CaseStatus
-
- getId() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
-
Returns id of the milestone.
- getId() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseStageInstance
-
Returns id of this stage.
- getId() - Method in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
-
Returns unique id assigned to this comment
- getIdentifier() - Method in interface org.jbpm.casemgmt.api.generator.CaseIdGenerator
-
Identifier of the generator so it can be found and registered at runtime
- getIdentifierPrefix() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns case identifier prefix to be used for every instance of this case.
- getIdentityProvider() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getIndexNames(String) - Method in interface org.jbpm.casemgmt.api.audit.CaseVariableIndexer
-
- getItemName() - Method in interface org.jbpm.casemgmt.api.audit.CaseFileData
-
- getItemType() - Method in interface org.jbpm.casemgmt.api.audit.CaseFileData
-
- getItemValue() - Method in interface org.jbpm.casemgmt.api.audit.CaseFileData
-
- getLastModified() - Method in interface org.jbpm.casemgmt.api.audit.CaseFileData
-
- getLastModified() - Method in interface org.jbpm.casemgmt.api.model.CaseFileItem
-
Returns last modification timestamp for this data item
- getLastModifiedBy() - Method in interface org.jbpm.casemgmt.api.audit.CaseFileData
-
- getLastModifiedBy() - Method in interface org.jbpm.casemgmt.api.model.CaseFileItem
-
Returns user id who made the last modification of this data item
- getMigrationService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getName() - Method in interface org.jbpm.casemgmt.api.model.AdHocFragment
-
Returns name of the ad hoc fragment
- getName() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns case name of this case.
- getName() - Method in interface org.jbpm.casemgmt.api.model.CaseFileItem
-
Returns name of the data item
- getName() - Method in interface org.jbpm.casemgmt.api.model.CaseMilestone
-
Returns name of the milestone.
- getName() - Method in interface org.jbpm.casemgmt.api.model.CaseRole
-
Returns name of the role
- getName() - Method in interface org.jbpm.casemgmt.api.model.CaseStage
-
Returns name of the stage
- getName() - Method in enum org.jbpm.casemgmt.api.model.CaseStatus
-
- getName() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
-
Returns name of the milestone.
- getName() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseStageInstance
-
Returns name of this stage.
- getNodeType() - Method in interface org.jbpm.casemgmt.api.dynamic.TaskSpecification
-
Returns the type of the node that will be added.
- getNodeType() - Method in class org.jbpm.casemgmt.api.event.CaseDynamicTaskEvent
-
Returns type of the node of the dynamic task
- getOwner() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns owner of the case - usually one who started the case
- getParameters() - Method in interface org.jbpm.casemgmt.api.dynamic.TaskSpecification
-
Optional set of parameters to be given to created dynamic task.
- getProcessDefinitions(QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns process definitions that are not considered as case definitions.
- getProcessDefinitions(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns process definitions that are not considered as case definitions and are filtered by process id or name.
- getProcessDefinitionsByDeployment(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns process definitions that are not considered as case definitions that belongs to given deployment.
- getProcessId() - Method in class org.jbpm.casemgmt.api.event.CaseDynamicSubprocessEvent
-
Returns process id of the subprocess to be started
- getProcessInstanceId() - Method in class org.jbpm.casemgmt.api.event.CaseDynamicSubprocessEvent
-
Returns process instance id of the parent process where subprocess is added to
- getProcessInstanceId() - Method in class org.jbpm.casemgmt.api.event.CaseDynamicTaskEvent
-
Returns process instance id of process where dynamic task was added
- getProcessInstanceId() - Method in class org.jbpm.casemgmt.api.event.CaseReopenEvent
-
Returns process instance id of the case process instance
- getProcessInstanceId() - Method in class org.jbpm.casemgmt.api.event.CaseStartEvent
-
Returns process instance id of the case process instance
- getProcessInstanceIds() - Method in class org.jbpm.casemgmt.api.event.CaseCancelEvent
-
Returns list of process instances that were aborted as
part of cancel case operation
- getProcessInstanceIds() - Method in class org.jbpm.casemgmt.api.event.CaseDestroyEvent
-
Returns list of process instances that were aborted as
part of cancel case operation
- getProcessInstancesForCase(String, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns process instances found for given case id.
- getProcessInstancesForCase(String, List<Integer>, QueryContext) - Method in interface org.jbpm.casemgmt.api.CaseRuntimeDataService
-
Returns process instances found for given case id.
- getProcessService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getQueryService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getReports() - Method in class org.jbpm.casemgmt.api.admin.CaseMigrationReport
-
Returns all individual reports that corresponds to single process instance
migrated as part of case instance migration
- getRestrictedTo() - Method in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
-
List of case roles given comment is restricted to
- getRole() - Method in class org.jbpm.casemgmt.api.event.CaseRoleAssignmentEvent
-
Returns name of the role that assignment is changed for
- getRoleAssignments() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseRoleInstance
-
Returns collection of assignments for this case role instance.
- getRoleName() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseRoleInstance
-
Returns case role name this instance is associated with.
- getRuntimeDataService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getSlaCompliance() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns up to date SLA compliance level for case instance
- getSlaDueDate() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns SLA due date if any is set on case instance
- getStartDate() - Method in class org.jbpm.casemgmt.api.admin.CaseMigrationReport
-
Timestamp representing start time of the migration
- getStartedAt() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns start date of this case
- getStatus() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseInstance
-
Returns status of the case
- getStatus() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
-
Returns status of this milestone
- getStatus() - Method in interface org.jbpm.casemgmt.api.model.instance.CaseStageInstance
-
Returns status of this stage
- getSubProcessInstanceId() - Method in class org.jbpm.casemgmt.api.event.CaseDynamicSubprocessEvent
-
Returns subprocess instance id after it was started.
- getType() - Method in interface org.jbpm.casemgmt.api.model.AdHocFragment
-
Returns type of the ad hoc fragment (human task, milestone, service task, etc)
- getType() - Method in interface org.jbpm.casemgmt.api.model.CaseFileItem
-
Returns type of the data item - FQCN
- getUser() - Method in class org.jbpm.casemgmt.api.event.CaseEvent
-
Returns user who performed that operation
- getUserTaskService() - Method in interface org.jbpm.casemgmt.api.utils.CaseServiceConfigurator
-
- getValue() - Method in interface org.jbpm.casemgmt.api.model.CaseFileItem
-
Returns "toString" version of the latest value of the data item
- getVersion() - Method in interface org.jbpm.casemgmt.api.model.CaseDefinition
-
Returns version of this case