public final class Plan extends GOElement
Modifier | Constructor and Description |
---|---|
protected |
Plan()
Creates new instance.
|
|
Plan(String modelId,
long processInstanceId,
String contextName,
String name,
PlanState state,
Long planProcessInstanceId)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Collection<GOElement> |
getChildren()
Returns the element children.
|
Long |
getPlanProcessInstanceId()
Returns the plan process instance id.
|
PlanState |
getState()
Returns the plan state.
|
equals, getContextName, getModelId, getName, getProcessInstanceId, hashCode
public Plan(String modelId, long processInstanceId, String contextName, String name, PlanState state, Long planProcessInstanceId)
modelId
- name
- state
- processInstanceId
- contextName
- planProcessInstanceId
- NullPointerException
- if modelId
or name
or state
is nullprotected Plan()
public PlanState getState()
public Long getPlanProcessInstanceId()
public Collection<GOElement> getChildren()
GOElement
getChildren
in class GOElement
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.