|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.bpe.clientmodel.bean.ActivityServiceTemplateBean
public class ActivityServiceTemplateBean
Accesses the properties of the original ActivityServiceTemplateData
object
and adds metadata for national language support and converters.
An ActivityServiceTemplateBean
object can be instantiated from an ActivityServiceTemplateData
object.
Use the static method getLabel(String, Locale)
to
retrieve the localized label for a property.
Use the static method getConverter(String)
to
retrieve a converter for a property. As converters
are optional, the return value might be null.
ActivityServiceTemplateData
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
ACTIVITYDESCRIPTION_PROPERTY
Use the property name to determine labels and converters for the "activity description" property. |
static java.lang.String |
ACTIVITYDISPLAYNAME_PROPERTY
Use the property name to determine labels and converters for the "activity display name" property. |
static java.lang.String |
ACTIVITYNAME_PROPERTY
Use the property name to determine labels and converters for the "activity name" property. |
static java.lang.String |
AVAILABLEACTIONS_PROPERTY
Use the property name to determine labels and converters for the "available actions" property. |
static java.lang.String |
COPYRIGHT
(C) Copyright IBM Corporation 2004, 2008. |
static java.lang.String |
INPUTMESSAGETYPENAME_PROPERTY
Use the property name to determine labels and converters for the "input message type name" property. |
static java.lang.String |
INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
Deprecated. |
static java.lang.String |
OPERATIONNAME_PROPERTY
Use the property name to determine labels and converters for the "operation name" property. |
static java.lang.String |
PARTNERLINKNAME_PROPERTY
Use the property name to determine labels and converters for the "partner link name" property. |
static java.lang.String |
PORTTYPENAME_PROPERTY
Use the property name to determine labels and converters for the "port type" property. |
static java.lang.String |
PORTTYPENAMESPACE_PROPERTY
Use the property name to determine labels and converters for the "port type namespace" property. |
static java.lang.String |
PROCESSTEMPLATEID_PROPERTY
Use the property name to determine labels and converters for the "process template ID" property. |
static java.lang.String |
SERVICETEMPLATEID_PROPERTY
Use the property name to determine labels and converters for the "service template ID" property. |
Constructor Summary | |
---|---|
ActivityServiceTemplateBean(ActivityServiceTemplateData activityTemplate,
BFMConnection bfmConnection)
Constructs a new ActivityServiceTemplateBean from an original
ActivityServiceTemplateData object. |
Method Summary | |
---|---|
java.lang.String |
getActivityDescription()
Returns the activityDescription property. |
java.lang.String |
getActivityDisplayName()
Returns the activityDisplayName property. |
java.lang.String |
getActivityName()
Returns the activityName property. |
ATID |
getActivityTemplateID()
Returns the activityTemplateID property. |
int[] |
getAvailableActions()
Returns the availableActions property. |
static SimpleConverter |
getConverter(java.lang.String propertyName)
Returns the default converter for a given property. |
OID |
getID()
Returns the ID property. |
java.lang.String |
getInputMessageTypeName()
Returns the inputMessageTypeName property. |
java.lang.String |
getInputMessageTypeTypeSystemName()
Deprecated. |
MessageWrapper |
getInputMessageWrapper()
Retrieves the input message. |
static java.lang.String |
getLabel(java.lang.String propertyName)
Returns the resource bundle key for a property. |
static java.lang.String |
getLabel(java.lang.String propertyName,
java.util.Locale locale)
Returns the label of a property from the resource bundle. |
java.lang.String |
getOperationName()
Returns the operationName property. |
java.lang.String |
getPartnerLinkName()
Returns the partnerLinkName property. |
java.lang.String |
getPortTypeName()
Returns the portTypeName property. |
java.lang.String |
getPortTypeNamespace()
Returns the portTypeNamespace property. |
ProcessTemplateBean |
getProcessTemplate()
Returns a ProcessTemplateBean object for the associated ProcessTemplateData object. |
PTID |
getProcessTemplateID()
Returns the processTemplateID property. |
java.lang.String |
getProcessTemplateName()
Returns the processTemplateName property. |
VTID |
getServiceTemplateID()
Returns the serviceTemplateID property. |
TKTID |
getTaskTemplateID()
Returns the taskTemplateID property. |
boolean |
isTwoWayOperation()
Returns the twoWayOperation property. |
static boolean |
isValid(java.lang.String propertyName)
Checks that the property is valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String ACTIVITYDESCRIPTION_PROPERTY
public static final java.lang.String ACTIVITYDISPLAYNAME_PROPERTY
public static final java.lang.String ACTIVITYNAME_PROPERTY
public static final java.lang.String AVAILABLEACTIONS_PROPERTY
public static final java.lang.String INPUTMESSAGETYPENAME_PROPERTY
public static final java.lang.String INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
public static final java.lang.String OPERATIONNAME_PROPERTY
public static final java.lang.String PARTNERLINKNAME_PROPERTY
public static final java.lang.String PORTTYPENAME_PROPERTY
public static final java.lang.String PORTTYPENAMESPACE_PROPERTY
public static final java.lang.String PROCESSTEMPLATEID_PROPERTY
public static final java.lang.String SERVICETEMPLATEID_PROPERTY
Constructor Detail |
---|
public ActivityServiceTemplateBean(ActivityServiceTemplateData activityTemplate, BFMConnection bfmConnection)
ActivityServiceTemplateBean
from an original
ActivityServiceTemplateData
object.
activityTemplate
- The original data object.bfmConnection
- The connection to the BusinessFlowManagerService API.Method Detail |
---|
public static SimpleConverter getConverter(java.lang.String propertyName)
propertyName
- The name of the property.
public static java.lang.String getLabel(java.lang.String propertyName)
propertyName
- The name of the property.
public static java.lang.String getLabel(java.lang.String propertyName, java.util.Locale locale)
propertyName
- The name for the property.locale
- The locale.
public static boolean isValid(java.lang.String propertyName)
propertyName
- The name of the property to be checked.
propertyName
is a known property for an object of this
class.public java.lang.String getActivityDescription()
activityDescription
property.
getActivityDescription
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getActivityDescription()
public java.lang.String getActivityDisplayName()
activityDisplayName
property.
getActivityDisplayName
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getActivityDisplayName()
public java.lang.String getActivityName()
activityName
property.
getActivityName
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getActivityName()
public ATID getActivityTemplateID()
activityTemplateID
property.
getActivityTemplateID
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getActivityTemplateID()
public int[] getAvailableActions()
availableActions
property.
getAvailableActions
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getAvailableActions()
public OID getID()
ID
property.
Addition to the interface to guarantee that this object has an identifier.
public java.lang.String getInputMessageTypeName()
inputMessageTypeName
property.
getInputMessageTypeName
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getInputMessageTypeName()
public java.lang.String getInputMessageTypeTypeSystemName()
inputMessageTypeTypeSystemName
property.
getInputMessageTypeTypeSystemName
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getInputMessageTypeTypeSystemName()
public java.lang.String getOperationName()
operationName
property.
getOperationName
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getOperationName()
public java.lang.String getPartnerLinkName()
partnerLinkName
property.
getPartnerLinkName
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getPartnerLinkName()
public java.lang.String getPortTypeName()
portTypeName
property.
getPortTypeName
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getPortTypeName()
public java.lang.String getPortTypeNamespace()
portTypeNamespace
property.
getPortTypeNamespace
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getPortTypeNamespace()
public PTID getProcessTemplateID()
processTemplateID
property.
getProcessTemplateID
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getProcessTemplateID()
public TKTID getTaskTemplateID()
taskTemplateID
property.
getTaskTemplateID
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getTaskTemplateID()
public java.lang.String getProcessTemplateName()
processTemplateName
property.
getProcessTemplateName
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getProcessTemplateName()
public VTID getServiceTemplateID()
serviceTemplateID
property.
getServiceTemplateID
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.getServiceTemplateID()
public boolean isTwoWayOperation()
twoWayOperation
property.
isTwoWayOperation
in interface ActivityServiceTemplateData
ActivityServiceTemplateData.isTwoWayOperation()
public ProcessTemplateBean getProcessTemplate() throws ClientException
ProcessTemplateBean
object for the associated ProcessTemplateData
object.
ClientException
public MessageWrapper getInputMessageWrapper() throws ClientException
ClientException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |