Modifier and Type | Method and Description |
---|---|
Collection<AdHocFragment> |
CaseRuntimeDataService.getAdHocFragmentsForCase(String caseId)
Returns list of AdHocFragments available in given case.
|
Modifier and Type | Method and Description |
---|---|
Collection<AdHocFragment> |
CaseStage.getAdHocFragments()
Returns names of the adhoc fragments within this stage that can be triggered.
|
Collection<AdHocFragment> |
CaseDefinition.getAdHocFragments()
Returns available adhoc fragments that can be signaled.
|
Modifier and Type | Method and Description |
---|---|
Collection<AdHocFragment> |
CaseStageInstance.getAdHocFragments()
Returns names of the adhoc fragments within this stage that can be triggered.
|
Modifier and Type | Method and Description |
---|---|
Collection<AdHocFragment> |
CaseRuntimeDataServiceImpl.getAdHocFragmentsForCase(String caseId) |
Modifier and Type | Class and Description |
---|---|
class |
AdHocFragmentImpl |
Modifier and Type | Method and Description |
---|---|
Collection<AdHocFragment> |
CaseStageImpl.getAdHocFragments() |
Collection<AdHocFragment> |
CaseDefinitionImpl.getAdHocFragments() |
Constructor and Description |
---|
CaseDefinitionImpl(ProcessAssetDesc processDef,
String identifierPrefix,
Collection<CaseStage> caseStages,
Collection<CaseMilestone> caseMilestones,
Collection<CaseRole> caseRoles,
Collection<AdHocFragment> adHocFragments,
Map<String,List<String>> dataAccessRestrictions) |
CaseStageImpl(String id,
String name,
Collection<AdHocFragment> adHocFragments) |
Modifier and Type | Method and Description |
---|---|
Collection<AdHocFragment> |
CaseStageInstanceImpl.getAdHocFragments() |
Constructor and Description |
---|
CaseStageInstanceImpl(String id,
String name,
Collection<AdHocFragment> adHocFragments,
Collection<NodeInstanceDesc> activeNodes) |
CaseStageInstanceImpl(String id,
String name,
Collection<AdHocFragment> adHocFragments,
Collection<NodeInstanceDesc> activeNodes,
StageStatus status) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.