com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.process.activity
Class SendTaskBean

java.lang.Object
  extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
      extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BaseElementBean
          extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.common.FlowElementBean
              extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.common.FlowNodeBean
                  extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.process.activity.ActivityBean
                      extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.process.activity.TaskBean
                          extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.process.activity.SendTaskBean
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration.IInteractionNodeBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowNodeBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.IActivityBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ISendTaskBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ITaskBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataInputAssociationBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataOutputAssociationBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithDefaultSequenceFlow, com.google.gwt.user.client.rpc.IsSerializable

public class SendTaskBean
extends TaskBean
implements com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ISendTaskBean


Constructor Summary
protected SendTaskBean()
           
  SendTaskBean(java.lang.String id)
           
 
Method Summary
 java.lang.String getImplementation()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean getMessage()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean getOperation()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.TaskType getTaskType()
           
 void setImplementation(java.lang.String implementation)
           
 void setMessage(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean message)
           
 void setOperation(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean operation)
           
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.process.activity.ActivityBean
addDataInputAssociation, addDataOutputAssociation, getDataInputAssociations, getDataOutputAssociations, getDefaultSequenceFlow, getIoSpecification, removeDataInputAssociation, removeDataOutputAssociation, setDataInputAssociations, setDataOutputAssociations, setDefaultSequenceFlow, setIoSpecification
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.common.FlowElementBean
getName, getProcess, setName, setProcess
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BaseElementBean
addAttributeExtension, addObjectExtension, equals, getAttributeExtension, getAttributeExtensions, getId, getNSDeclaration, getObjectExtensions, hashCode, removeAttributeExtension, removeObjectExtension, setAttributeExtensions, setId, setNSDeclaration, setObjectExtensions
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.IActivityBean
getIoSpecification, setIoSpecification
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean
getName, getProcess, setName, setProcess
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean
getId, getNSDeclaration
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension
addAttributeExtension, getAttributeExtension, getAttributeExtensions, removeAttributeExtension, setAttributeExtensions
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension
addObjectExtension, getObjectExtensions, removeObjectExtension, setObjectExtensions
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataInputAssociationBean
addDataInputAssociation, getDataInputAssociations, removeDataInputAssociation
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataOutputAssociationBean
addDataOutputAssociation, getDataOutputAssociations, removeDataOutputAssociation
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithDefaultSequenceFlow
getDefaultSequenceFlow, setDefaultSequenceFlow
 

Constructor Detail

SendTaskBean

public SendTaskBean(java.lang.String id)

SendTaskBean

protected SendTaskBean()
Method Detail

getTaskType

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.TaskType getTaskType()
Specified by:
getTaskType in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ITaskBean
Overrides:
getTaskType in class TaskBean

getMessage

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean getMessage()
Specified by:
getMessage in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ISendTaskBean

setMessage

public void setMessage(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean message)
Specified by:
setMessage in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ISendTaskBean

getOperation

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean getOperation()
Specified by:
getOperation in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ISendTaskBean

setOperation

public void setOperation(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean operation)
Specified by:
setOperation in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ISendTaskBean

getImplementation

public java.lang.String getImplementation()
Specified by:
getImplementation in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ISendTaskBean

setImplementation

public void setImplementation(java.lang.String implementation)
Specified by:
setImplementation in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ISendTaskBean


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.