Class WebServiceActivityBehavior

    • Constructor Detail

      • WebServiceActivityBehavior

        public WebServiceActivityBehavior​(org.flowable.bpmn.model.BpmnModel bpmnModel)
    • Method Detail

      • initializeIoSpecification

        protected void initializeIoSpecification​(org.flowable.bpmn.model.IOSpecification activityIoSpecification,
                                                 DelegateExecution execution,
                                                 org.flowable.bpmn.model.BpmnModel bpmnModel)
      • fillDefinitionMaps

        protected void fillDefinitionMaps​(org.flowable.bpmn.model.BpmnModel bpmnModel)
      • createItemDefinitions

        protected void createItemDefinitions​(org.flowable.bpmn.model.BpmnModel bpmnModel)
      • createMessages

        public void createMessages​(org.flowable.bpmn.model.BpmnModel bpmnModel)
      • createOperations

        protected void createOperations​(org.flowable.bpmn.model.BpmnModel bpmnModel)
      • fillImporterInfo

        protected void fillImporterInfo​(org.flowable.bpmn.model.Import theImport,
                                        String sourceSystemId)
      • returnMessage

        protected void returnMessage​(List<org.flowable.bpmn.model.DataAssociation> dataOutputAssociations,
                                     DelegateExecution execution)
      • fillMessage

        protected void fillMessage​(List<org.flowable.bpmn.model.DataAssociation> dataInputAssociations,
                                   DelegateExecution execution)
      • createDataInputAssociation

        protected AbstractDataAssociation createDataInputAssociation​(org.flowable.bpmn.model.DataAssociation dataAssociationElement)
      • createDataOutputAssociation

        protected AbstractDataAssociation createDataOutputAssociation​(org.flowable.bpmn.model.DataAssociation dataAssociationElement)