Class TBusinessRuleTask
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TTask
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBusinessRuleTask
Java class for tBusinessRuleTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tBusinessRuleTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask"> <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.TActivity
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantity
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
incoming, outgoing
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, name
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.TActivity
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantity
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
getIncoming, getOutgoing
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, 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
-
TBusinessRuleTask
public TBusinessRuleTask()
-
-
Method Details