ServiceTaskType

Trait ServiceTaskType 

Source
pub trait ServiceTaskType:
    TaskType
    + Downcast
    + Debug
    + Send
    + DynClone {
    // Required methods
    fn implementation(&self) -> &Option<String>;
    fn operation_ref(&self) -> &Option<String>;
}
Expand description

Access to serviceTask

Required Methods§

Source

fn implementation(&self) -> &Option<String>

Get value of attribute implementation

Source

fn operation_ref(&self) -> &Option<String>

Get value of attribute operationRef

Implementations§

Source§

impl dyn ServiceTaskType

Source

pub fn is<__T: ServiceTaskType>(&self) -> bool

Returns true if the trait object wraps an object of type __T.

Source

pub fn downcast<__T: ServiceTaskType>( self: Box<Self>, ) -> Result<Box<__T>, Box<Self>>

Returns a boxed object from a boxed trait object if the underlying object is of type __T. Returns the original boxed trait if it isn’t.

Source

pub fn downcast_rc<__T: ServiceTaskType>( self: Rc<Self>, ) -> Result<Rc<__T>, Rc<Self>>

Returns an Rc-ed object from an Rc-ed trait object if the underlying object is of type __T. Returns the original Rc-ed trait if it isn’t.

Source

pub fn downcast_ref<__T: ServiceTaskType>(&self) -> Option<&__T>

Returns a reference to the object within the trait object if it is of type __T, or None if it isn’t.

Source

pub fn downcast_mut<__T: ServiceTaskType>(&mut self) -> Option<&mut __T>

Returns a mutable reference to the object within the trait object if it is of type __T, or None if it isn’t.

Trait Implementations§

Source§

impl Cast<dyn ServiceTaskType> for Activity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for AdHocSubProcess

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Artifact

Source§

fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>

Source§

impl Cast<dyn ServiceTaskType> for Assignment

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Association

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Auditing

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for BaseElement

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for BaseElementWithMixedContent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for BoundaryEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for BusinessRuleTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CallActivity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CallChoreography

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CallConversation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CallableElement

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CancelEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CatchEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Category

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CategoryValue

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Choreography

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ChoreographyActivity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ChoreographyTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Collaboration

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CompensateEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ComplexBehaviorDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ComplexGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ConditionalEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Conversation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ConversationAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ConversationNode

Source§

fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>

Source§

impl Cast<dyn ServiceTaskType> for CorrelationKey

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CorrelationProperty

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CorrelationPropertyBinding

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CorrelationPropertyRetrievalExpression

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for CorrelationSubscription

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataInput

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataInputAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataObject

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataObjectReference

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataOutput

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataOutputAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataState

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataStore

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for DataStoreReference

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Definitions

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Documentation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for EndEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for EndPoint

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Error

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ErrorEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Escalation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for EscalationEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Event

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for EventBasedGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for EventDefinition

Source§

fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>

Source§

impl Cast<dyn ServiceTaskType> for ExclusiveGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Expr

Source§

fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>

Source§

impl Cast<dyn ServiceTaskType> for Expression

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Extension

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ExtensionElements

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for FlowElement

Source§

fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>

Source§

impl Cast<dyn ServiceTaskType> for FlowNode

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for FormalExpression

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Gateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for GlobalBusinessRuleTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for GlobalChoreographyTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for GlobalConversation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for GlobalManualTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for GlobalScriptTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for GlobalTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for GlobalUserTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Group

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for HumanPerformer

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ImplicitThrowEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Import

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for InclusiveGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for InputOutputBinding

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for InputOutputSpecification

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for InputSet

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Interface

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for IntermediateCatchEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for IntermediateThrowEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ItemDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Lane

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for LaneSet

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for LinkEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for LoopCharacteristics

Source§

fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>

Source§

impl Cast<dyn ServiceTaskType> for ManualTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Message

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for MessageEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for MessageFlow

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for MessageFlowAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Monitoring

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for MultiInstanceLoopCharacteristics

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Operation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for OutputSet

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ParallelGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Participant

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ParticipantAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ParticipantMultiplicity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for PartnerEntity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for PartnerRole

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Performer

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for PotentialOwner

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Process

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Property

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ReceiveTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Relationship

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Rendering

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Resource

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ResourceAssignmentExpression

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ResourceParameter

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ResourceParameterBinding

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ResourceRole

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for RootElement

Source§

fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>

Source§

impl Cast<dyn ServiceTaskType> for Script

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ScriptTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for SendTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for SequenceFlow

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ServiceTask

Source§

fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>

Source§

impl Cast<dyn ServiceTaskType> for Signal

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for SignalEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for StandardLoopCharacteristics

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for StartEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for SubChoreography

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for SubConversation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for SubProcess

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Task

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for TerminateEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Text

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for TextAnnotation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for ThrowEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for TimerEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for Transaction

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ServiceTaskType> for UserTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Implementors§