Class TGlobalBusinessRuleTask
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalBusinessRuleTask
Java class for tGlobalBusinessRuleTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGlobalBusinessRuleTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGlobalTask"> <attribute name="implementation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplementation" default="##unspecified" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
resourceRole
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
ioBinding, ioSpecification, name, supportedInterfaceRef
Fields 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 implementation property.void
setImplementation
(String value) Sets the value of the implementation property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
getResourceRole
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
getIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setName
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
implementation
-
-
Constructor Details
-
TGlobalBusinessRuleTask
public TGlobalBusinessRuleTask()
-
-
Method Details