public interface CaseStageInstance
Modifier and Type | Method and Description |
---|---|
Collection<org.jbpm.services.api.model.NodeInstanceDesc> |
getActiveNodes()
Returns currently active nodes within this stage
|
Collection<AdHocFragment> |
getAdHocFragments()
Returns names of the adhoc fragments within this stage that can be triggered.
|
String |
getId()
Returns id of this stage.
|
String |
getName()
Returns name of this stage.
|
StageStatus |
getStatus()
Returns status of this stage
|
String getId()
String getName()
Collection<AdHocFragment> getAdHocFragments()
Collection<org.jbpm.services.api.model.NodeInstanceDesc> getActiveNodes()
StageStatus getStatus()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.