com.ibm.wpc
Class WpcCommandTypeType
java.lang.Object
com.ibm.wpc.WpcCommandTypeType
- All Implemented Interfaces:
- java.io.Serializable
public class WpcCommandTypeType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_ADD
public static final java.lang.String _ADD
- See Also:
- Constant Field Values
_MODIFY
public static final java.lang.String _MODIFY
- See Also:
- Constant Field Values
_DELETE
public static final java.lang.String _DELETE
- See Also:
- Constant Field Values
_SEARCH
public static final java.lang.String _SEARCH
- See Also:
- Constant Field Values
_SEARCH_ITEMSKELETON
public static final java.lang.String _SEARCH_ITEMSKELETON
- See Also:
- Constant Field Values
_ITEMSKELETON
public static final java.lang.String _ITEMSKELETON
- See Also:
- Constant Field Values
_QUERY_TRANSACTION_STATUS
public static final java.lang.String _QUERY_TRANSACTION_STATUS
- See Also:
- Constant Field Values
_QUERY_TRANSACTION_DETAILS
public static final java.lang.String _QUERY_TRANSACTION_DETAILS
- See Also:
- Constant Field Values
_UPLOAD_FILE
public static final java.lang.String _UPLOAD_FILE
- See Also:
- Constant Field Values
_UPLOAD
public static final java.lang.String _UPLOAD
- See Also:
- Constant Field Values
_DOWNLOAD
public static final java.lang.String _DOWNLOAD
- See Also:
- Constant Field Values
_ITEMDETAIL
public static final java.lang.String _ITEMDETAIL
- See Also:
- Constant Field Values
_CLONEITEM
public static final java.lang.String _CLONEITEM
- See Also:
- Constant Field Values
_QUERY_CATALOG_CHILDREN
public static final java.lang.String _QUERY_CATALOG_CHILDREN
- See Also:
- Constant Field Values
_GET_CATALOGS
public static final java.lang.String _GET_CATALOGS
- See Also:
- Constant Field Values
_GET_CATALOG_VIEW
public static final java.lang.String _GET_CATALOG_VIEW
- See Also:
- Constant Field Values
_GET_RESOURCE
public static final java.lang.String _GET_RESOURCE
- See Also:
- Constant Field Values
_GET_WPC_USER_LIST
public static final java.lang.String _GET_WPC_USER_LIST
- See Also:
- Constant Field Values
_GET_ROLES_FOR_USER
public static final java.lang.String _GET_ROLES_FOR_USER
- See Also:
- Constant Field Values
_GET_ALL_COLLAB_AREA
public static final java.lang.String _GET_ALL_COLLAB_AREA
- See Also:
- Constant Field Values
_GET_COLLAB_AREA_DETAILS
public static final java.lang.String _GET_COLLAB_AREA_DETAILS
- See Also:
- Constant Field Values
_GET_ITEMS_IN_COLLAB_AREA_STEP
public static final java.lang.String _GET_ITEMS_IN_COLLAB_AREA_STEP
- See Also:
- Constant Field Values
_COLLAB_AREA_ACTION
public static final java.lang.String _COLLAB_AREA_ACTION
- See Also:
- Constant Field Values
_SEARCH_COLLAB_AREA_STEP_ITEMS
public static final java.lang.String _SEARCH_COLLAB_AREA_STEP_ITEMS
- See Also:
- Constant Field Values
_GET_DOCSTORE_DOC
public static final java.lang.String _GET_DOCSTORE_DOC
- See Also:
- Constant Field Values
_GET_ATTRIBUTE_COLLECTION
public static final java.lang.String _GET_ATTRIBUTE_COLLECTION
- See Also:
- Constant Field Values
_LOOKUP_SKELETON
public static final java.lang.String _LOOKUP_SKELETON
- See Also:
- Constant Field Values
_LOOKUP_SEARCH
public static final java.lang.String _LOOKUP_SEARCH
- See Also:
- Constant Field Values
_EXTENSION
public static final java.lang.String _EXTENSION
- See Also:
- Constant Field Values
_GET_CATALOG_VIEW_LIST
public static final java.lang.String _GET_CATALOG_VIEW_LIST
- See Also:
- Constant Field Values
ADD
public static final WpcCommandTypeType ADD
MODIFY
public static final WpcCommandTypeType MODIFY
DELETE
public static final WpcCommandTypeType DELETE
SEARCH
public static final WpcCommandTypeType SEARCH
SEARCH_ITEMSKELETON
public static final WpcCommandTypeType SEARCH_ITEMSKELETON
ITEMSKELETON
public static final WpcCommandTypeType ITEMSKELETON
QUERY_TRANSACTION_STATUS
public static final WpcCommandTypeType QUERY_TRANSACTION_STATUS
QUERY_TRANSACTION_DETAILS
public static final WpcCommandTypeType QUERY_TRANSACTION_DETAILS
UPLOAD_FILE
public static final WpcCommandTypeType UPLOAD_FILE
UPLOAD
public static final WpcCommandTypeType UPLOAD
DOWNLOAD
public static final WpcCommandTypeType DOWNLOAD
ITEMDETAIL
public static final WpcCommandTypeType ITEMDETAIL
CLONEITEM
public static final WpcCommandTypeType CLONEITEM
QUERY_CATALOG_CHILDREN
public static final WpcCommandTypeType QUERY_CATALOG_CHILDREN
GET_CATALOGS
public static final WpcCommandTypeType GET_CATALOGS
GET_CATALOG_VIEW
public static final WpcCommandTypeType GET_CATALOG_VIEW
GET_RESOURCE
public static final WpcCommandTypeType GET_RESOURCE
GET_WPC_USER_LIST
public static final WpcCommandTypeType GET_WPC_USER_LIST
GET_ROLES_FOR_USER
public static final WpcCommandTypeType GET_ROLES_FOR_USER
GET_ALL_COLLAB_AREA
public static final WpcCommandTypeType GET_ALL_COLLAB_AREA
GET_COLLAB_AREA_DETAILS
public static final WpcCommandTypeType GET_COLLAB_AREA_DETAILS
GET_ITEMS_IN_COLLAB_AREA_STEP
public static final WpcCommandTypeType GET_ITEMS_IN_COLLAB_AREA_STEP
COLLAB_AREA_ACTION
public static final WpcCommandTypeType COLLAB_AREA_ACTION
SEARCH_COLLAB_AREA_STEP_ITEMS
public static final WpcCommandTypeType SEARCH_COLLAB_AREA_STEP_ITEMS
GET_DOCSTORE_DOC
public static final WpcCommandTypeType GET_DOCSTORE_DOC
GET_ATTRIBUTE_COLLECTION
public static final WpcCommandTypeType GET_ATTRIBUTE_COLLECTION
LOOKUP_SKELETON
public static final WpcCommandTypeType LOOKUP_SKELETON
LOOKUP_SEARCH
public static final WpcCommandTypeType LOOKUP_SEARCH
EXTENSION
public static final WpcCommandTypeType EXTENSION
GET_CATALOG_VIEW_LIST
public static final WpcCommandTypeType GET_CATALOG_VIEW_LIST
WpcCommandTypeType
protected WpcCommandTypeType(java.lang.String value)
getValue
public java.lang.String getValue()
fromValue
public static WpcCommandTypeType fromValue(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
fromString
public static WpcCommandTypeType fromString(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object