|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.ExternalActivity
public class ExternalActivity
The ExternalActivity is the describes the custom properties, input, and output parameters for use by the client to implement the activity.
Constructor Summary | |
---|---|
ExternalActivity()
|
|
ExternalActivity(java.lang.String reference,
java.lang.String snapshotId,
java.lang.String systemId,
java.lang.String name,
Parameter[] inputParameters,
Parameter[] outputParameters,
CustomProperty[] customProperties)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
CustomProperty[] |
getCustomProperties()
Gets the customProperties value for this ExternalActivity. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Parameter[] |
getInputParameters()
Gets the inputParameters value for this ExternalActivity. |
java.lang.String |
getName()
Gets the name value for this ExternalActivity. |
Parameter[] |
getOutputParameters()
Gets the outputParameters value for this ExternalActivity. |
java.lang.String |
getReference()
Gets the reference value for this ExternalActivity. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSnapshotId()
Gets the snapshotId value for this ExternalActivity. |
java.lang.String |
getSystemId()
Gets the systemId value for this ExternalActivity. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCustomProperties(CustomProperty[] customProperties)
Sets the customProperties value for this ExternalActivity. |
void |
setInputParameters(Parameter[] inputParameters)
Sets the inputParameters value for this ExternalActivity. |
void |
setName(java.lang.String name)
Sets the name value for this ExternalActivity. |
void |
setOutputParameters(Parameter[] outputParameters)
Sets the outputParameters value for this ExternalActivity. |
void |
setReference(java.lang.String reference)
Sets the reference value for this ExternalActivity. |
void |
setSnapshotId(java.lang.String snapshotId)
Sets the snapshotId value for this ExternalActivity. |
void |
setSystemId(java.lang.String systemId)
Sets the systemId value for this ExternalActivity. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalActivity()
public ExternalActivity(java.lang.String reference, java.lang.String snapshotId, java.lang.String systemId, java.lang.String name, Parameter[] inputParameters, Parameter[] outputParameters, CustomProperty[] customProperties)
Method Detail |
---|
public java.lang.String getReference()
public void setReference(java.lang.String reference)
reference
- * The externalized reference to the external activitypublic java.lang.String getSnapshotId()
public void setSnapshotId(java.lang.String snapshotId)
snapshotId
- * The snapshot id of the processpublic java.lang.String getSystemId()
public void setSystemId(java.lang.String systemId)
systemId
- * The system identifier of the external activitypublic java.lang.String getName()
public void setName(java.lang.String name)
name
- * The name of the external activitypublic Parameter[] getInputParameters()
public void setInputParameters(Parameter[] inputParameters)
inputParameters
- * The input parameters that the client can expect in the ExternalActivityDatapublic Parameter[] getOutputParameters()
public void setOutputParameters(Parameter[] outputParameters)
outputParameters
- * The output parameters that the client should return when it
executes the CompleteTask operation
to complete the task for the external activity.public CustomProperty[] getCustomProperties()
public void setCustomProperties(CustomProperty[] customProperties)
customProperties
- * Custom properties that the author added to the External Activity
definition.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |