|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.bpe.clientmodel.bean.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. The return value may be null because converters
are optional.
ActivityServiceTemplateData
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
ACTIVITYDESCRIPTION_PROPERTY
Use the property name to determine labels and converters for the property activity description. |
static java.lang.String |
ACTIVITYDISPLAYNAME_PROPERTY
Use the property name to determine labels and converters for the property activity display name. |
static java.lang.String |
ACTIVITYNAME_PROPERTY
Use the property name to determine labels and converters for the property activity name. |
static java.lang.String |
AVAILABLEACTIONS_PROPERTY
Use the property name to determine labels and converters for the property available actions. |
static java.lang.String |
COPYRIGHT
(C) Copyright IBM Corporation 2004, 2005. |
static java.lang.String |
INPUTMESSAGETYPENAME_PROPERTY
Use the property name to determine labels and converters for the property input message type name. |
static java.lang.String |
INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
Use the property name to determine labels and converters for the property input message type system name. |
static java.lang.String |
OPERATIONNAME_PROPERTY
Use the property name to determine labels and converters for the property operation name. |
static java.lang.String |
PARTNERLINKNAME_PROPERTY
Use the property name to determine labels and converters for the property partner link name. |
static java.lang.String |
PORTTYPENAME_PROPERTY
Use the property name to determine labels and converters for the property port type. |
static java.lang.String |
PORTTYPENAMESPACE_PROPERTY
Use the property name to determine labels and converters for the property port type namespace. |
static java.lang.String |
PROCESSTEMPLATEID_PROPERTY
Use the property name to determine labels and converters for the property process template ID. |
static java.lang.String |
SERVICETEMPLATEID_PROPERTY
Use the property name to determine labels and converters for the property service template ID. |
Constructor Summary | |
---|---|
ActivityServiceTemplateBean(com.ibm.bpe.api.ActivityServiceTemplateData activityTemplate,
BFMConnection bfmConnection)
Constructs a new ActivityServiceTemplateBean from an original
ActivityServiceTemplateData object. |
Method Summary | |
---|---|
java.lang.String |
getActivityDescription()
Returns the property activityDescription . |
java.lang.String |
getActivityDisplayName()
Returns the property activityDisplayName . |
java.lang.String |
getActivityName()
Returns the property activityName . |
com.ibm.bpe.api.ATID |
getActivityTemplateID()
Returns the property activityTemplateID . |
int[] |
getAvailableActions()
Returns the property availableActions . |
static SimpleConverter |
getConverter(java.lang.String propertyName)
Returns the default converter for a given property. |
com.ibm.bpe.api.OID |
getID()
Returns the property ID . |
java.lang.String |
getInputMessageTypeName()
Returns the property inputMessageTypeName . |
java.lang.String |
getInputMessageTypeTypeSystemName()
Returns the property inputMessageTypeTypeSystemName . |
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 for a property from the resource bundle. |
java.lang.String |
getOperationName()
Returns the property operationName . |
java.lang.String |
getPartnerLinkName()
Returns the property partnerLinkName . |
java.lang.String |
getPortTypeName()
Returns the property portTypeName . |
java.lang.String |
getPortTypeNamespace()
Returns the property portTypeNamespace . |
ProcessTemplateBean |
getProcessTemplate()
Returns a ProcessTemplateBean object for the associated ProcessTemplateData object. |
com.ibm.bpe.api.PTID |
getProcessTemplateID()
Returns the property processTemplateID . |
java.lang.String |
getProcessTemplateName()
Returns the property processTemplateName . |
com.ibm.bpe.api.VTID |
getServiceTemplateID()
Returns the property serviceTemplateID . |
static boolean |
isValid(java.lang.String propertyName)
Checks if 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(com.ibm.bpe.api.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 for the property.
public static java.lang.String getLabel(java.lang.String propertyName)
propertyName
- The name for 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.
public java.lang.String getActivityDescription()
activityDescription
.
getActivityDescription
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getActivityDescription()
public java.lang.String getActivityDisplayName()
activityDisplayName
.
getActivityDisplayName
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getActivityDisplayName()
public java.lang.String getActivityName()
activityName
.
getActivityName
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getActivityName()
public com.ibm.bpe.api.ATID getActivityTemplateID()
activityTemplateID
.
getActivityTemplateID
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getActivityTemplateID()
public int[] getAvailableActions()
availableActions
.
getAvailableActions
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getAvailableActions()
public com.ibm.bpe.api.OID getID()
ID
.
Addition to the interface to guarantee that this object has an identifier.
public java.lang.String getInputMessageTypeName()
inputMessageTypeName
.
getInputMessageTypeName
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getInputMessageTypeName()
public java.lang.String getInputMessageTypeTypeSystemName()
inputMessageTypeTypeSystemName
.
getInputMessageTypeTypeSystemName
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getInputMessageTypeTypeSystemName()
public java.lang.String getOperationName()
operationName
.
getOperationName
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getOperationName()
public java.lang.String getPartnerLinkName()
partnerLinkName
.
getPartnerLinkName
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getPartnerLinkName()
public java.lang.String getPortTypeName()
portTypeName
.
getPortTypeName
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getPortTypeName()
public java.lang.String getPortTypeNamespace()
portTypeNamespace
.
getPortTypeNamespace
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getPortTypeNamespace()
public com.ibm.bpe.api.PTID getProcessTemplateID()
processTemplateID
.
getProcessTemplateID
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getProcessTemplateID()
public java.lang.String getProcessTemplateName()
processTemplateName
.
getProcessTemplateName
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getProcessTemplateName()
public com.ibm.bpe.api.VTID getServiceTemplateID()
serviceTemplateID
.
getServiceTemplateID
in interface com.ibm.bpe.api.ActivityServiceTemplateData
ActivityServiceTemplateData.getServiceTemplateID()
public ProcessTemplateBean getProcessTemplate() throws ClientException
ProcessTemplateBean
object for the associated ProcessTemplateData
object.
ClientException
public MessageWrapper getInputMessageWrapper() throws ClientException
ClientException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |