Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TExpression
Packages that use TExpression
-
Uses of TExpression in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Subclasses of TExpression in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_modelModifier and TypeClassDescriptionclass
Java class for tFormalExpression complex type.Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TExpressionModifier and TypeFieldDescriptionprotected TExpression
TComplexGateway.activationCondition
protected TExpression
TAdHocSubProcess.completionCondition
protected TExpression
TMultiInstanceLoopCharacteristics.completionCondition
protected TExpression
TConditionalEventDefinition.condition
protected TExpression
TSequenceFlow.conditionExpression
protected TExpression
TAssignment.from
protected TExpression
TMultiInstanceLoopCharacteristics.loopCardinality
protected TExpression
TStandardLoopCharacteristics.loopCondition
protected TExpression
TTimerEventDefinition.timeCycle
protected TExpression
TTimerEventDefinition.timeDate
protected TExpression
TTimerEventDefinition.timeDuration
protected TExpression
TAssignment.to
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with type parameters of type TExpressionModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends TExpression>
TResourceAssignmentExpression.expression
protected jakarta.xml.bind.JAXBElement<? extends TExpression>
TResourceParameterBinding.expression
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TExpressionModifier and TypeMethodDescriptionObjectFactory.createTExpression()
Create an instance ofTExpression
TComplexGateway.getActivationCondition()
Gets the value of the activationCondition property.TAdHocSubProcess.getCompletionCondition()
Gets the value of the completionCondition property.TMultiInstanceLoopCharacteristics.getCompletionCondition()
Gets the value of the completionCondition property.TConditionalEventDefinition.getCondition()
Gets the value of the condition property.TSequenceFlow.getConditionExpression()
Gets the value of the conditionExpression property.TAssignment.getFrom()
Gets the value of the from property.TMultiInstanceLoopCharacteristics.getLoopCardinality()
Gets the value of the loopCardinality property.TStandardLoopCharacteristics.getLoopCondition()
Gets the value of the loopCondition property.TTimerEventDefinition.getTimeCycle()
Gets the value of the timeCycle property.TTimerEventDefinition.getTimeDate()
Gets the value of the timeDate property.TTimerEventDefinition.getTimeDuration()
Gets the value of the timeDuration property.TAssignment.getTo()
Gets the value of the to property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TExpressionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TExpression>
ObjectFactory.createExpression
(TExpression value) jakarta.xml.bind.JAXBElement<? extends TExpression>
TResourceAssignmentExpression.getExpression()
Gets the value of the expression property.jakarta.xml.bind.JAXBElement<? extends TExpression>
TResourceParameterBinding.getExpression()
Gets the value of the expression property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TExpressionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TExpression>
ObjectFactory.createExpression
(TExpression value) void
TComplexGateway.setActivationCondition
(TExpression value) Sets the value of the activationCondition property.void
TAdHocSubProcess.setCompletionCondition
(TExpression value) Sets the value of the completionCondition property.void
TMultiInstanceLoopCharacteristics.setCompletionCondition
(TExpression value) Sets the value of the completionCondition property.void
TConditionalEventDefinition.setCondition
(TExpression value) Sets the value of the condition property.void
TSequenceFlow.setConditionExpression
(TExpression value) Sets the value of the conditionExpression property.void
TAssignment.setFrom
(TExpression value) Sets the value of the from property.void
TMultiInstanceLoopCharacteristics.setLoopCardinality
(TExpression value) Sets the value of the loopCardinality property.void
TStandardLoopCharacteristics.setLoopCondition
(TExpression value) Sets the value of the loopCondition property.void
TTimerEventDefinition.setTimeCycle
(TExpression value) Sets the value of the timeCycle property.void
TTimerEventDefinition.setTimeDate
(TExpression value) Sets the value of the timeDate property.void
TTimerEventDefinition.setTimeDuration
(TExpression value) Sets the value of the timeDuration property.void
TAssignment.setTo
(TExpression value) Sets the value of the to property.Method parameters in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with type arguments of type TExpressionModifier and TypeMethodDescriptionvoid
TResourceAssignmentExpression.setExpression
(jakarta.xml.bind.JAXBElement<? extends TExpression> value) Sets the value of the expression property.void
TResourceParameterBinding.setExpression
(jakarta.xml.bind.JAXBElement<? extends TExpression> value) Sets the value of the expression property.