public interface CaseDefinition
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PREFIX |
Modifier and Type | Method and Description |
---|---|
Collection<AdHocFragment> |
getAdHocFragments()
Returns available adhoc fragments that can be signaled.
|
Collection<CaseMilestone> |
getCaseMilestones()
Returns available case milestones for this case.
|
Collection<CaseRole> |
getCaseRoles()
Returns case roles for this case.
|
Collection<CaseStage> |
getCaseStages()
Returns available case stages in this case.
|
Map<String,List<String>> |
getDataAccessRestrictions()
Returns default case file data restrictions.
|
String |
getDeploymentId()
Returns deployment id
|
String |
getId()
Returns id of the case that shall be used to instantiate new instance of this case
|
String |
getIdentifierPrefix()
Returns case identifier prefix to be used for every instance of this case.
|
String |
getName()
Returns case name of this case.
|
String |
getVersion()
Returns version of this case
|
static final String DEFAULT_PREFIX
String getId()
String getVersion()
String getName()
String getIdentifierPrefix()
String getDeploymentId()
Collection<CaseStage> getCaseStages()
Collection<CaseMilestone> getCaseMilestones()
Collection<CaseRole> getCaseRoles()
Collection<AdHocFragment> getAdHocFragments()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.