Class TProcess
Java class for tProcess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tProcess">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tCallableElement">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}auditing" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}monitoring" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}property" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}laneSet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}flowElement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}artifact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}resourceRole" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}correlationSubscription" maxOccurs="unbounded" minOccurs="0"/>
<element name="supports" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="processType" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tProcessType" default="None" />
<attribute name="isClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isExecutable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="definitionalCollaborationRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TAuditingprotected List<TCorrelationSubscription>protected QNameprotected List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>protected Booleanprotected Booleanprotected TMonitoringprotected TProcessTypeprotected List<jakarta.xml.bind.JAXBElement<? extends TResourceRole>>Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
ioBinding, ioSpecification, name, supportedInterfaceRefFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the artifact property.Gets the value of the auditing property.Gets the value of the correlationSubscription property.Gets the value of the definitionalCollaborationRef property.List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>Gets the value of the flowElement property.Gets the value of the laneSet property.Gets the value of the monitoring property.Gets the value of the processType property.Gets the value of the property property.List<jakarta.xml.bind.JAXBElement<? extends TResourceRole>>Gets the value of the resourceRole property.Gets the value of the supports property.booleanGets the value of the isClosed property.Gets the value of the isExecutable property.voidsetAuditing(TAuditing value) Sets the value of the auditing property.voidSets the value of the definitionalCollaborationRef property.voidsetIsClosed(Boolean value) Sets the value of the isClosed property.voidsetIsExecutable(Boolean value) Sets the value of the isExecutable property.voidsetMonitoring(TMonitoring value) Sets the value of the monitoring property.voidsetProcessType(TProcessType value) Sets the value of the processType property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
getIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setNameMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
auditing
-
monitoring
-
property
-
laneSet
-
flowElement
-
artifact
-
resourceRole
-
correlationSubscription
-
supports
-
processType
-
isClosed
-
isExecutable
-
definitionalCollaborationRef
-
-
Constructor Details
-
TProcess
public TProcess()
-
-
Method Details
-
getAuditing
Gets the value of the auditing property.- Returns:
- possible object is
TAuditing
-
setAuditing
Sets the value of the auditing property.- Parameters:
value- allowed object isTAuditing
-
getMonitoring
Gets the value of the monitoring property.- Returns:
- possible object is
TMonitoring
-
setMonitoring
Sets the value of the monitoring property.- Parameters:
value- allowed object isTMonitoring
-
getProperty
Gets the value of the property property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);Objects of the following type(s) are allowed in the list
TProperty -
getLaneSet
Gets the value of the laneSet property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the laneSet property.For example, to add a new item, do as follows:
getLaneSet().add(newItem);Objects of the following type(s) are allowed in the list
TLaneSet -
getFlowElement
Gets the value of the flowElement property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the flowElement property.For example, to add a new item, do as follows:
getFlowElement().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<TSequenceFlow>JAXBElement<TSubChoreography>JAXBElement<TUserTask>JAXBElement<TCallActivity>JAXBElement<TManualTask>JAXBElement<TSubProcess>JAXBElement<TEndEvent>JAXBElement<TChoreographyTask>JAXBElement<TDataObjectReference>JAXBElement<TTask>JAXBElement<TIntermediateThrowEvent>JAXBElement<TAdHocSubProcess>JAXBElement<TDataStoreReference>JAXBElement<TBoundaryEvent>JAXBElement<TServiceTask>JAXBElement<TEvent>JAXBElement<TReceiveTask>JAXBElement<TParallelGateway>JAXBElement<TTransaction>JAXBElement<TImplicitThrowEvent>JAXBElement<TBusinessRuleTask>JAXBElement<TComplexGateway>JAXBElement<TDataObject>JAXBElement<TEventBasedGateway>JAXBElement<TIntermediateCatchEvent>JAXBElement<TExclusiveGateway>JAXBElement<TStartEvent>JAXBElement<TScriptTask>JAXBElement<TSendTask>JAXBElement<TCallChoreography>JAXBElement<TInclusiveGateway>JAXBElement<TFlowElement> -
getArtifact
Gets the value of the artifact property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the artifact property.For example, to add a new item, do as follows:
getArtifact().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<TTextAnnotation>JAXBElement<TAssociation>JAXBElement<TGroup>JAXBElement<TArtifact> -
getResourceRole
Gets the value of the resourceRole property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the resourceRole property.For example, to add a new item, do as follows:
getResourceRole().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<TPotentialOwner>JAXBElement<THumanPerformer>JAXBElement<TPerformer>JAXBElement<TResourceRole> -
getCorrelationSubscription
Gets the value of the correlationSubscription property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the correlationSubscription property.For example, to add a new item, do as follows:
getCorrelationSubscription().add(newItem);Objects of the following type(s) are allowed in the list
TCorrelationSubscription -
getSupports
Gets the value of the supports property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the supports property.For example, to add a new item, do as follows:
getSupports().add(newItem);Objects of the following type(s) are allowed in the list
QName -
getProcessType
Gets the value of the processType property.- Returns:
- possible object is
TProcessType
-
setProcessType
Sets the value of the processType property.- Parameters:
value- allowed object isTProcessType
-
isIsClosed
public boolean isIsClosed()Gets the value of the isClosed property.- Returns:
- possible object is
Boolean
-
setIsClosed
Sets the value of the isClosed property.- Parameters:
value- allowed object isBoolean
-
isIsExecutable
Gets the value of the isExecutable property.- Returns:
- possible object is
Boolean
-
setIsExecutable
Sets the value of the isExecutable property.- Parameters:
value- allowed object isBoolean
-
getDefinitionalCollaborationRef
Gets the value of the definitionalCollaborationRef property.- Returns:
- possible object is
QName
-
setDefinitionalCollaborationRef
Sets the value of the definitionalCollaborationRef property.- Parameters:
value- allowed object isQName
-