com.ebmwebsourcing.easybpmn.bpmn20.api.type
Interface TDefinitions
- All Superinterfaces:
- java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithName, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, com.ebmwebsourcing.easybox.api.with.WithTargetNamespace, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
- All Known Subinterfaces:
- Definitions
public interface TDefinitions
- extends com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, com.ebmwebsourcing.easybox.api.with.WithName, com.ebmwebsourcing.easybox.api.with.WithTargetNamespace
| Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject |
EMPTY_ARRAY |
| Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObject |
duplicateXmlObject, duplicateXmlObjectAs, getXmlContext, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectInScopeNamespaces, getXmlObjectNaturalChildren, setXmlObjectQName |
| Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObjectNode |
getUserData, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseURI, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectQName, getXmlObjectRoot, getXmlObjectTextContent, getXmlObjectValue, hasUserData, setUserData |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithId |
getId, setId |
| Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes |
addOtherAttribute, clearOtherAttributes, getOtherAttribute, getOtherAttributes, hasOtherAttribute, removeOtherAttribute |
| Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithName |
getName, hasName, setName |
| Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithTargetNamespace |
getTargetNamespace, hasTargetNamespace, setTargetNamespace |
getImports
Import[] getImports()
getImport
Import getImport(java.lang.String namespace)
hasImport
boolean hasImport()
unsetImport
void unsetImport()
addImport
void addImport(Import i)
removeImport
void removeImport(Import i)
findImportedElement
com.ebmwebsourcing.easyschema10.api.element.Element findImportedElement(javax.xml.namespace.QName eltQName)
throws BPMNException
- Throws:
BPMNException
findImportPrefixes
java.util.Map<java.lang.String,java.lang.String> findImportPrefixes()
getExtension
Extension[] getExtension()
hasExtension
boolean hasExtension()
unsetExtension
void unsetExtension()
addExtension
void addExtension(Extension e)
removeExtension
void removeExtension(Extension e)
addRootElement
void addRootElement(RootElement e)
removeRootElement
void removeRootElement(RootElement e)
getRootElement
RootElement[] getRootElement()
hasRootElement
boolean hasRootElement()
unsetRootElement
void unsetRootElement()
getProcesses
Process[] getProcesses()
getMessages
Message[] getMessages()
getMessage
Message getMessage(java.lang.String msgName)
getPartnerRoles
PartnerRole[] getPartnerRoles()
getPartnerEntities
PartnerEntity[] getPartnerEntities()
getItemDefinitions
ItemDefinition[] getItemDefinitions()
getCollaborations
Collaboration[] getCollaborations()
getDataStores
DataStore[] getDataStores()
getChoreographies
Choreography[] getChoreographies()
getErrors
Error[] getErrors()
getEndPoints
EndPoint[] getEndPoints()
getEndPoint
EndPoint getEndPoint(javax.xml.namespace.QName qname)
getSignals
Signal[] getSignals()
getEscalations
Escalation[] getEscalations()
getInterfaces
Interface[] getInterfaces()
getBPMNDiagram
com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.BPMNDiagram[] getBPMNDiagram()
hasBPMNDiagram
boolean hasBPMNDiagram()
unsetBPMNDiagram
void unsetBPMNDiagram()
addBPMNDiagram
void addBPMNDiagram(com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.BPMNDiagram d)
removeBPMNDiagram
void removeBPMNDiagram(com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.BPMNDiagram d)
getRelationship
RelationShip[] getRelationship()
hasRelationship
boolean hasRelationship()
unsetRelationship
void unsetRelationship()
hasId
boolean hasId()
getExpressionLanguage
java.lang.String getExpressionLanguage()
setExpressionLanguage
void setExpressionLanguage(java.lang.String value)
hasExpressionLanguage
boolean hasExpressionLanguage()
getTypeLanguage
java.lang.String getTypeLanguage()
setTypeLanguage
void setTypeLanguage(java.lang.String value)
hasTypeLanguage
boolean hasTypeLanguage()
getExporter
java.lang.String getExporter()
setExporter
void setExporter(java.lang.String value)
hasExporter
boolean hasExporter()
getExporterVersion
java.lang.String getExporterVersion()
setExporterVersion
void setExporterVersion(java.lang.String value)
hasExporterVersion
boolean hasExporterVersion()
Copyright © 2011 Petals Link. All Rights Reserved.