com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard
Class DefinitionsHelper
java.lang.Object
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.DefinitionsHelper
public class DefinitionsHelper
- extends java.lang.Object
|
Method Summary |
java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration.ILaneBean> |
findAllChildLanes(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.IProcessBean process)
|
java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.ICallableElementBean> |
getCallableElements(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
|
BaseElementBean |
getElementById(DefinitionsBean defs,
java.lang.String id)
|
BaseElementBean |
getElementById(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs,
java.lang.String id,
java.lang.String namespace)
|
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean |
getFlowNodeById(java.lang.String id,
ProcessBean proc)
|
java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.ICallableElementBean> |
getImportedCallableElements(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
|
java.util.List<java.lang.String> |
getImportedStructureRefQnames(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
|
java.util.List<java.lang.String> |
getImportedWSDLImplementationRefQnames(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
|
java.util.List<java.lang.String> |
getImportedWSDLOperationsRefQnames(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
|
static DefinitionsHelper |
getInstance()
|
java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway.ISequenceFlowBean> |
getOutgoingSequenceFlows(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowNodeBean fn,
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
|
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.IProcessBean |
getParentProcess(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean fe,
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefinitionsHelper
public DefinitionsHelper()
getInstance
public static DefinitionsHelper getInstance()
getImportedStructureRefQnames
public java.util.List<java.lang.String> getImportedStructureRefQnames(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
getImportedWSDLImplementationRefQnames
public java.util.List<java.lang.String> getImportedWSDLImplementationRefQnames(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
getImportedWSDLOperationsRefQnames
public java.util.List<java.lang.String> getImportedWSDLOperationsRefQnames(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
getParentProcess
public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.IProcessBean getParentProcess(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean fe,
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
getOutgoingSequenceFlows
public java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway.ISequenceFlowBean> getOutgoingSequenceFlows(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowNodeBean fn,
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
getCallableElements
public java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.ICallableElementBean> getCallableElements(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
getImportedCallableElements
public java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.ICallableElementBean> getImportedCallableElements(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs)
getElementById
public BaseElementBean getElementById(DefinitionsBean defs,
java.lang.String id)
getElementById
public BaseElementBean getElementById(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean defs,
java.lang.String id,
java.lang.String namespace)
getFlowNodeById
public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean getFlowNodeById(java.lang.String id,
ProcessBean proc)
findAllChildLanes
public java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration.ILaneBean> findAllChildLanes(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.IProcessBean process)
Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.