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


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 void addBPMNDiagram(com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.BPMNDiagram d)
           
 void addExtension(Extension e)
           
 void addImport(Import i)
           
 void addRootElement(RootElement e)
           
 com.ebmwebsourcing.easyschema10.api.element.Element findImportedElement(javax.xml.namespace.QName eltQName)
           
 java.util.Map<java.lang.String,java.lang.String> findImportPrefixes()
           
 com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.BPMNDiagram[] getBPMNDiagram()
           
 Choreography[] getChoreographies()
           
 Collaboration[] getCollaborations()
           
 DataStore[] getDataStores()
           
 EndPoint getEndPoint(javax.xml.namespace.QName qname)
           
 EndPoint[] getEndPoints()
           
 Error[] getErrors()
           
 Escalation[] getEscalations()
           
 java.lang.String getExporter()
           
 java.lang.String getExporterVersion()
           
 java.lang.String getExpressionLanguage()
           
 Extension[] getExtension()
           
 Import getImport(java.lang.String namespace)
           
 Import[] getImports()
           
 Interface[] getInterfaces()
           
 ItemDefinition[] getItemDefinitions()
           
 Message getMessage(java.lang.String msgName)
           
 Message[] getMessages()
           
 PartnerEntity[] getPartnerEntities()
           
 PartnerRole[] getPartnerRoles()
           
 Process[] getProcesses()
           
 RelationShip[] getRelationship()
           
 RootElement[] getRootElement()
           
 Signal[] getSignals()
           
 java.lang.String getTypeLanguage()
           
 boolean hasBPMNDiagram()
           
 boolean hasExporter()
           
 boolean hasExporterVersion()
           
 boolean hasExpressionLanguage()
           
 boolean hasExtension()
           
 boolean hasId()
           
 boolean hasImport()
           
 boolean hasRelationship()
           
 boolean hasRootElement()
           
 boolean hasTypeLanguage()
           
 void removeBPMNDiagram(com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.BPMNDiagram d)
           
 void removeExtension(Extension e)
           
 void removeImport(Import i)
           
 void removeRootElement(RootElement e)
           
 void setExporter(java.lang.String value)
           
 void setExporterVersion(java.lang.String value)
           
 void setExpressionLanguage(java.lang.String value)
           
 void setTypeLanguage(java.lang.String value)
           
 void unsetBPMNDiagram()
           
 void unsetExtension()
           
 void unsetImport()
           
 void unsetRelationship()
           
 void unsetRootElement()
           
 
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
 

Method Detail

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.