|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constants.BPMNObjectType | |
|---|---|
| com.ebmwebsourcing.bpmndiagram.business.domain.to | |
| com.ebmwebsourcing.bpmndiagram.business.domain.util | |
| Uses of Constants.BPMNObjectType in com.ebmwebsourcing.bpmndiagram.business.domain.to |
|---|
| Methods in com.ebmwebsourcing.bpmndiagram.business.domain.to that return Constants.BPMNObjectType | |
|---|---|
Constants.BPMNObjectType |
Flow.getFlowType()
|
Constants.BPMNObjectType |
FlowNode.getType()
|
static Constants.BPMNObjectType |
Constants.BPMNObjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Constants.BPMNObjectType[] |
Constants.BPMNObjectType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.ebmwebsourcing.bpmndiagram.business.domain.to with parameters of type Constants.BPMNObjectType | |
|---|---|
void |
Flow.setFlowType(Constants.BPMNObjectType flowType)
|
void |
FlowNode.setType(Constants.BPMNObjectType type)
|
| Uses of Constants.BPMNObjectType in com.ebmwebsourcing.bpmndiagram.business.domain.util |
|---|
| Methods in com.ebmwebsourcing.bpmndiagram.business.domain.util that return types with arguments of type Constants.BPMNObjectType | |
|---|---|
java.util.ArrayList<Constants.BPMNObjectType> |
CPatHelper.getAvailableFlowNodeTypes()
Gets the availables types in current process |
| Methods in com.ebmwebsourcing.bpmndiagram.business.domain.util with parameters of type Constants.BPMNObjectType | |
|---|---|
java.util.ArrayList<FlowNode> |
CPatHelper.getFlowNodesByType(Constants.BPMNObjectType type)
|
| Method parameters in com.ebmwebsourcing.bpmndiagram.business.domain.util with type arguments of type Constants.BPMNObjectType | |
|---|---|
boolean |
CPatHelper.cpatContainsOnly(java.util.ArrayList<Constants.BPMNObjectType> types)
Check if cpat contains only the specified types otherwise return false |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||