A B C D E F G I K M O P R S T U

A

addAttributeValue(String, String) - Method in class com.ibm.bct.rp.cms.MemberXML
Add a string value to the List of values of an attribute.

B

bugpw - Static variable in class com.ibm.bct.rp.cms.MemberXML
 

C

com.ibm.bct.rp.cms - package com.ibm.bct.rp.cms
 
createOrgEntity() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Create an OrgEntity in WMS based on attributes in this OrgEntity object.
createUser() - Method in class com.ibm.bct.rp.cms.UserXML
Create a User in WMS based on attributes in this User object.

D

deleteMember(String, boolean) - Method in class com.ibm.bct.rp.cms.MemberXML
Delete a member record from WMS.
deleteOrgEntity(boolean) - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Delete an OrgEntity from WMS represented by this OrgEntity object.
deleteUser(boolean) - Method in class com.ibm.bct.rp.cms.UserXML
Delete a User from WMS represented by this User object.

E

extAttributes - Variable in class com.ibm.bct.rp.cms.MemberXML
 

F

findMemberAttributes(String, String, String, String) - Method in class com.ibm.bct.rp.cms.MemberXML
Find all members based on an attribute value and return specific set of requested attributes.
findMembers(String, String, String) - Method in class com.ibm.bct.rp.cms.MemberXML
Find all members based on an attribute value.
findOrgEntities(String, String) - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Find all OrgEntities based on an attribute value returning unique OrgEntity identifiers.
findOrgEntityNames(String, String) - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Find all OrgEntities based on an attribute value returning OrgEntity names.
findUserIDs(String, String) - Method in class com.ibm.bct.rp.cms.UserXML
Find all Users based on an attribute value returning User logon IDs.
findUsers(String, String) - Method in class com.ibm.bct.rp.cms.UserXML
Find all Users based on an attribute value returning unique User identifiers.
fromXML(String) - Method in class com.ibm.bct.rp.cms.UserXML
Create a User object from XML.
fromXML(String) - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Create an OrgEntity object from XML.
fromXML(String, String) - Static method in class com.ibm.bct.rp.cms.MemberXML
Create an member object from XML to attribute Map.

G

getAllAttributeValues() - Method in class com.ibm.bct.rp.cms.MemberXML
Get all attribute values.
getAncestorOrgEntityIdentifiers() - Method in class com.ibm.bct.rp.cms.UserXML
Get a List of ancestor OrgEntityies for this User object.
getAncestorOrgEntityIdentifiers() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Get a List of ancestor OrgEntityies for this OrgEntity.
getAttributeValue(String) - Method in class com.ibm.bct.rp.cms.MemberXML
Get the 1st value of an attribute as string.
getAttributeValue(String, String) - Method in class com.ibm.bct.rp.cms.MemberXML
Get the 1st value of an attribute as string or default value if attribute not set.
getAttributeValues(String) - Method in class com.ibm.bct.rp.cms.MemberXML
Get all the values of an attribute as a List.
getChildrenOrgEntityIdentifiers() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Get a List of child OrgEntityies for this OrgEntity.
getChildrenUserIdentifiers() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Get a List of child User records for this OrgEntity.
getDescendantOrgEntityIdentifiers() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Get a List of descendant OrgEntityies for this OrgEntity.
getDescendantUserIdentifiers() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Get a List of descendant Users for this OrgEntity.
getIiopNode() - Method in class com.ibm.bct.rp.cms.MemberXML
Get the current node for MemberServices (depracated).
getMemberGroupsIdentifiers() - Method in class com.ibm.bct.rp.cms.UserXML
Get a List of Member Groups for this User object.
getMemberID() - Method in class com.ibm.bct.rp.cms.MemberXML
Get the value of the unique member identifier.
getMemberService() - Method in class com.ibm.bct.rp.cms.MemberXML
Get a reference to the MemberServices access bean.
getOrgEntity() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Get the OrgEntity Value Object for this OrgEntityXML object.
getOrgEntity(String) - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Retrieve from WMS the OrgEntity for the specified OrgEntity identifier.
getParentOrgEntityIdentifier() - Method in class com.ibm.bct.rp.cms.UserXML
Get the parent OrgEntity for this User object.
getParentOrgEntityIdentifier() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Get the parent OrgEntity for this OrgEntity.
getServiceAttributes() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Return a Map of all service related attributes for this OrgEntity object.
getServiceAttributes(String) - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Return a Map of all related attributes that start with the specified prefix for this OrgEntity object.
getTypeFromValue(List) - Method in class com.ibm.bct.rp.cms.MemberXML
Get the type name of value of list element.
getUser() - Method in class com.ibm.bct.rp.cms.UserXML
Get the User Value Object for this UserXML object.
getUser(String) - Method in class com.ibm.bct.rp.cms.UserXML
Retrieve from WMS the User for the specified User identifier.
getUser(String, String) - Method in class com.ibm.bct.rp.cms.UserXML
Retrieve from WMS the User for the specified OrgEntity and User identifier.

I

iiopNode - Variable in class com.ibm.bct.rp.cms.MemberXML
 
init() - Method in class com.ibm.bct.rp.cms.MemberXML
Initialize MemberServices.
initIiop() - Method in class com.ibm.bct.rp.cms.MemberXML
Initialize IIOP node for CMS.

K

KnownAttrib - Static variable in class com.ibm.bct.rp.cms.MemberXML
 

M

member - Variable in class com.ibm.bct.rp.cms.MemberXML
 
memberService - Variable in class com.ibm.bct.rp.cms.MemberXML
 
MemberXML - class com.ibm.bct.rp.cms.MemberXML.
The class MemberXML contains methods for performing basic operations on member objects in the WebSphere Member Subsystem.
MemberXML() - Constructor for class com.ibm.bct.rp.cms.MemberXML
Default MemberXML constructor.

O

OrgEntityXML - class com.ibm.bct.rp.cms.OrgEntityXML.
The class OrgEntityXML contains methods for performing basic operations on OrgEntity objects in the WebSphere Member Subsystem.
OrgEntityXML() - Constructor for class com.ibm.bct.rp.cms.OrgEntityXML
Blank OrgEntityXML constructor.
OrgEntityXML(OrgEntityVO) - Constructor for class com.ibm.bct.rp.cms.OrgEntityXML
OrgEntityXML constructor from OrgEntityVO object.
OrgEntityXML(String) - Constructor for class com.ibm.bct.rp.cms.OrgEntityXML
OrgEntityXML constructor from XML attribute definition.
OrgEntityXML(String, String) - Constructor for class com.ibm.bct.rp.cms.OrgEntityXML
OrgEntityXML constructor from existing OrgEntity CMS record.
OrgEntityXML(String, String, String) - Constructor for class com.ibm.bct.rp.cms.OrgEntityXML
OrgEntityXML constructor from existing OrgEntity CMS record.

P

PARTNER_SCOPE_LOCAL - Static variable in class com.ibm.bct.rp.cms.MemberXML
The PARTNER_SCOPE_* values are the valid values stored in the partnerScope attribute in OrgEntity members in WMS.
PARTNER_SCOPE_REMOTE - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
PARTNER_STATUS_ACTIVE - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
PARTNER_STATUS_DEACTIVATED - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
PARTNER_STATUS_DEACTIVATING - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
PARTNER_STATUS_DELETED - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
PARTNER_STATUS_GUEST - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
PARTNER_STATUS_HOST - Static variable in class com.ibm.bct.rp.cms.MemberXML
The PARTNER_STATUS_* values are the valid values stored in the partnerStatus attribute in OrgEntity members in WMS.
PARTNER_STATUS_PENDING - Static variable in class com.ibm.bct.rp.cms.MemberXML
 

R

removeBlankAttributes() - Method in class com.ibm.bct.rp.cms.MemberXML
Get all attribute values with blank (empty) attributes removed.
removeGarbage(Map) - Static method in class com.ibm.bct.rp.cms.MemberXML
Remove any generated attributes.

S

saveAttributeDef(String, String) - Method in class com.ibm.bct.rp.cms.MemberXML
Create and save in WMS an attribute definition.
searchMembers(String, String, String, List) - Method in class com.ibm.bct.rp.cms.MemberXML
Find all members based on an attribute value and return a list of attribute Maps.
searchOrgEntities(String, String, List) - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Find all OrgEntities based on an attribute value and return a list of attribute Maps.
searchUsers(String, String, List) - Method in class com.ibm.bct.rp.cms.UserXML
Find all Users based on an attribute value and return a list of attribute Maps.
SERV_DISERVICE_ENABLED - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_DISERVICE_FILENAME - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_DISERVICE_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The SERV_DISERVICE_PREFIX value is the prefix used for all DI Service related attributes in OrgEntity members in WMS.
SERV_DOC_EXCHANGE_ENABLED - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_DOC_EXCHANGE_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The SERV_DOC_EXCHANGE_PREFIX value is the prefix used for all Document Exchange Service related attributes in OrgEntity members in WMS.
SERV_EBXML_ENABLED - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_EBXML_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The SERV_EBXML_PREFIX value is the prefix used for all ebXML Service related attributes in OrgEntity members in WMS.
SERV_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The SERV_PREFIX value is the prefix used for all service related attributes in OrgEntity members in WMS.
SERV_PROFILE_UPLOAD_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The SERV_PROFILE_UPLOAD_PREFIX value is the prefix used for all Profile Upload Service related attributes in OrgEntity members in WMS.
SERV_TPICONNECTOR_BINMIMETYPE - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_TPICONNECTOR_EDIMIMETYPE - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_TPICONNECTOR_ENABLED - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_TPICONNECTOR_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The SERV_TPICONNECTOR_PREFIX value is the prefix used for all TPI Connector related attributes in OrgEntity members in WMS.
SERV_TPICONNECTOR_XMLMIMETYPE - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_TPISERVER_ENABLED - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_TPISERVER_FILENAME - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_TPISERVER_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The SERV_TPISERVER_PREFIX value is the prefix used for all TPI Server related attributes in OrgEntity members in WMS.
SERV_WSGW_ENABLED - Static variable in class com.ibm.bct.rp.cms.MemberXML
 
SERV_WSGW_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The SERV_WSGW_PREFIX value is the prefix used for all Web Services Gateway Service related attributes in OrgEntity members in WMS.
setAllAttributeValues(Map) - Method in class com.ibm.bct.rp.cms.MemberXML
Set all attribute values.
setAttributeValue(String, String) - Method in class com.ibm.bct.rp.cms.MemberXML
Set (replace) a List of values of an attribute with a single string value.
setAttributeValues(String, List) - Method in class com.ibm.bct.rp.cms.MemberXML
Set (replace) a List of values of an attribute.
setIiopNode(String) - Method in class com.ibm.bct.rp.cms.MemberXML
Set the node for MemberServices (depracated)
setOperator(String, List) - Static method in class com.ibm.bct.rp.cms.MemberXML
Setup operation for WMS search operations from a List.
setOperator(String, String) - Static method in class com.ibm.bct.rp.cms.MemberXML
Setup operation for WMS search operations from a string.

T

theMemberID - Variable in class com.ibm.bct.rp.cms.MemberXML
 
toAttribXML(String, List) - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Convert this OrgEntity object to XML with values output as attributes.
toAttribXML(String, List, Map) - Static method in class com.ibm.bct.rp.cms.MemberXML
Convert an attribute map to XML with values output as XML tag attributes.
toXML() - Method in class com.ibm.bct.rp.cms.UserXML
Convert User to XML.
toXML() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Convert OrgEntity to XML.
toXML(String, Map) - Static method in class com.ibm.bct.rp.cms.MemberXML
Convert an attribute map to XML.

U

updateExtAttributes() - Method in class com.ibm.bct.rp.cms.MemberXML
Update the values of all attributes for this object in WMS.
updateOrgEntity() - Method in class com.ibm.bct.rp.cms.OrgEntityXML
Create or update if it already exists on an OrgEntity in WMS based on attributes in this OrgEntity object.
updateUser() - Method in class com.ibm.bct.rp.cms.UserXML
Create or update if it already exists a User in WMS based on attributes in this User object
USERDN_PREFIX - Static variable in class com.ibm.bct.rp.cms.MemberXML
The USERDN_PREFIX value is the prefix used for all user type members in WMS.
UserXML - class com.ibm.bct.rp.cms.UserXML.
The class UserXML contains methods for performing basic operations on User objects in the WebSphere Member Subsystem.
UserXML() - Constructor for class com.ibm.bct.rp.cms.UserXML
Blank UserXML constructor.
UserXML(String) - Constructor for class com.ibm.bct.rp.cms.UserXML
UserXML constructor from XML attribute definition.
UserXML(String, String) - Constructor for class com.ibm.bct.rp.cms.UserXML
UserXML constructor from existing User CMS record.
UserXML(String, String, String) - Constructor for class com.ibm.bct.rp.cms.UserXML
UserXML constructor from existing User CMS record.
UserXML(UserVO) - Constructor for class com.ibm.bct.rp.cms.UserXML
UserXML constructor from UserVO object.

A B C D E F G I K M O P R S T U