Package com.codingapi.flow.pojo.response
Class ProcessNode
java.lang.Object
com.codingapi.flow.pojo.response.ProcessNode
流程审批节点
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionProcessNode(IFlowNode flowNode, List<IFlowOperator> operators) ProcessNode(FlowRecord flowRecord, Workflow workflow) -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessNodecreateEndNode(Workflow workflow) booleaninthashCode()booleanisFlowNode(IFlowNode currentNode) booleanvoid
-
Field Details
-
STATE_HISTORY
public static final int STATE_HISTORY- See Also:
-
STATE_CURRENT
public static final int STATE_CURRENT- See Also:
-
STATE_NEXT
public static final int STATE_NEXT- See Also:
-
-
Constructor Details
-
ProcessNode
-
ProcessNode
-
-
Method Details