Package | Description |
---|---|
at.gv.egovernment.moa.id.process.model |
Modifier and Type | Class and Description |
---|---|
class |
EndEvent
Represents an end event.
|
class |
StartEvent
Represents a start event.
|
class |
TaskInfo
Represents information about a single task to be performed upon process execution.
|
Modifier and Type | Method and Description |
---|---|
ProcessNode |
Transition.getFrom()
Returns the process node (effectively a
StartEvent or Task) the transition is
pointing from. |
ProcessNode |
ProcessDefinition.getProcessNode(String id)
Returns the process node associated with the given
id . |
ProcessNode |
Transition.getTo()
|
Modifier and Type | Method and Description |
---|---|
void |
Transition.setFrom(ProcessNode from)
Sets the process node the transition is pointing from.
|
void |
Transition.setTo(ProcessNode to)
Sets the process node the transition is pointing to.
|
Copyright © 2017. All rights reserved.