| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.bpm.flownode |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
ProcessManagementAPI.getSupportedStates(FlowNodeType nodeType)
Returns the states of the flow node type.
|
| Modifier and Type | Method and Description |
|---|---|
FlowNodeType |
FlowNodeInstance.getType()
Returns the
FlowNodeType that precises the concrete type of this FlowNodeInstance. |
FlowNodeType |
ArchivedFlowNodeInstance.getType() |
static FlowNodeType |
FlowNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowNodeType[] |
FlowNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FlowNodeType |
UserTaskInstanceImpl.getType() |
FlowNodeType |
SubProcessActivityInstanceImpl.getType() |
FlowNodeType |
StartEventInstanceImpl.getType() |
FlowNodeType |
SendTaskInstanceImpl.getType() |
FlowNodeType |
ReceiveTaskInstanceImpl.getType() |
FlowNodeType |
MultiInstanceActivityInstanceImpl.getType() |
FlowNodeType |
ManualTaskInstanceImpl.getType() |
FlowNodeType |
LoopActivityInstanceImpl.getType() |
FlowNodeType |
IntermediateThrowEventInstanceImpl.getType() |
FlowNodeType |
IntermediateCatchEventInstanceImpl.getType() |
FlowNodeType |
GatewayInstanceImpl.getType() |
FlowNodeType |
EndEventInstanceImpl.getType() |
FlowNodeType |
CallActivityInstanceImpl.getType() |
FlowNodeType |
BoundaryEventInstanceImpl.getType() |
FlowNodeType |
AutomaticTaskInstanceImpl.getType() |
FlowNodeType |
ArchivedUserTaskInstanceImpl.getType() |
FlowNodeType |
ArchivedSubProcessActivityInstanceImpl.getType() |
FlowNodeType |
ArchivedSendTaskInstanceImpl.getType() |
FlowNodeType |
ArchivedReceiveTaskInstanceImpl.getType() |
FlowNodeType |
ArchivedMultiInstanceActivityInstanceImpl.getType() |
FlowNodeType |
ArchivedManualTaskInstanceImpl.getType() |
FlowNodeType |
ArchivedLoopActivityInstanceImpl.getType() |
FlowNodeType |
ArchivedGatewayInstanceImpl.getType() |
FlowNodeType |
ArchivedCallActivityInstanceImpl.getType() |
FlowNodeType |
ArchivedAutomaticTaskInstanceImpl.getType() |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.