[][src]Struct bpxe_bpmn_schema::ReceiveTask

pub struct ReceiveTask {
    pub id: Option<Id>,
    pub documentations: Vec<Documentation>,
    pub extension_elements: Option<ExtensionElements>,
    pub name: Option<String>,
    pub auditing: Option<Auditing>,
    pub monitoring: Option<Monitoring>,
    pub category_value_refs: Vec<String>,
    pub incomings: Vec<String>,
    pub outgoings: Vec<String>,
    pub is_for_compensation: Option<bool>,
    pub start_quantity: Option<Integer>,
    pub completion_quantity: Option<Integer>,
    pub default: Option<String>,
    pub io_specification: Option<InputOutputSpecification>,
    pub properies: Vec<Property>,
    pub data_input_associations: Vec<DataInputAssociation>,
    pub data_output_associations: Vec<DataOutputAssociation>,
    pub resource_roles: Vec<ResourceRole>,
    pub loop_characteristics: Option<LoopCharacteristics>,
    pub implementation: Option<String>,
    pub instantiate: Option<bool>,
    pub message_ref: Option<String>,
    pub operation_ref: Option<String>,
}

Auto-generated from BPNM schema

(See codegen-rust.xsl)

Fields

id: Option<Id>documentations: Vec<Documentation>extension_elements: Option<ExtensionElements>name: Option<String>auditing: Option<Auditing>monitoring: Option<Monitoring>category_value_refs: Vec<String>incomings: Vec<String>outgoings: Vec<String>is_for_compensation: Option<bool>start_quantity: Option<Integer>completion_quantity: Option<Integer>default: Option<String>io_specification: Option<InputOutputSpecification>properies: Vec<Property>data_input_associations: Vec<DataInputAssociation>data_output_associations: Vec<DataOutputAssociation>resource_roles: Vec<ResourceRole>loop_characteristics: Option<LoopCharacteristics>implementation: Option<String>instantiate: Option<bool>message_ref: Option<String>operation_ref: Option<String>

Trait Implementations

impl ActivityType for ReceiveTask[src]

impl ActivityTypeMut for ReceiveTask[src]

impl BaseElementType for ReceiveTask[src]

impl BaseElementTypeMut for ReceiveTask[src]

impl Clone for ReceiveTask[src]

impl Debug for ReceiveTask[src]

impl Default for ReceiveTask[src]

impl<'de> Deserialize<'de> for ReceiveTask[src]

impl DocumentElement for ReceiveTask[src]

impl DocumentElementContainer for ReceiveTask[src]

impl FlowElementType for ReceiveTask[src]

impl FlowElementTypeMut for ReceiveTask[src]

impl FlowNodeType for ReceiveTask[src]

impl FlowNodeTypeMut for ReceiveTask[src]

impl From<ReceiveTask> for FlowElement[src]

impl Hash for ReceiveTask[src]

impl PartialEq<ReceiveTask> for ReceiveTask[src]

impl ReceiveTaskType for ReceiveTask[src]

impl ReceiveTaskTypeMut for ReceiveTask[src]

impl Serialize for ReceiveTask[src]

impl StructuralPartialEq for ReceiveTask[src]

impl TaskType for ReceiveTask[src]

impl TaskTypeMut for ReceiveTask[src]

impl<'__input> XmlRead<'__input> for ReceiveTask[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<S> CastArc for S where
    S: CastFromSync + ?Sized
[src]

impl<S> CastBox for S where
    S: CastFrom + ?Sized
[src]

impl<T> CastFrom for T where
    T: 'static + Any
[src]

impl<T> CastFromSync for T where
    T: 'static + Send + Sync
[src]

impl<S> CastMut for S where
    S: CastFrom + ?Sized
[src]

impl<S> CastRc for S where
    S: CastFrom + ?Sized
[src]

impl<S> CastRef for S where
    S: CastFrom + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

impl<T> DynClone for T where
    T: Clone
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> XmlReadOwned for T where
    T: for<'s> XmlRead<'s>, 
[src]