|
WebLogic Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.wlpi.common.RoleUserMap
Holds mapping information of a workflow role and its associated users.
Objects of this class override the boolean equals(Object)
and
implement the comparable
interface. Homogeneous collections
containing objects of this class may, therefore, be searched and sorted using
the Collection.contains(Object), List.indexOf(Object),
Collections.sort(List)
methods.
Constructor Summary | |
RoleUserMap(java.lang.String roleId,
java.lang.String orgId)
Create a new RoleUserMap object. |
|
RoleUserMap(java.lang.String roleId,
java.lang.String orgId,
java.util.List users)
Create a new RoleUserMap object. |
Method Summary | |
int |
compareTo(java.lang.Object o)
Compare two RoleUserMap objects. |
boolean |
equals(java.lang.Object obj)
Test two RoleUserMap objects for equality. |
java.lang.Object |
getContents()
|
java.lang.String |
getEntryName()
|
java.lang.String |
getOrgId()
Return the organization within which the role is defined. |
java.lang.String |
getOwnerName()
|
java.util.List |
getReferencedPublishables(java.util.Map publishables)
|
java.lang.String |
getRoleId()
Return the role ID. |
int |
getType()
|
java.util.List |
getUsers()
Return the list of users that are a member of the role. |
boolean |
isPublished()
|
void |
publish()
|
java.lang.String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public RoleUserMap(java.lang.String roleId, java.lang.String orgId)
RoleUserMap
object.
roleId
- The role ID.orgId
- The ID of the organization within which the role is
defined by the external security realm.public RoleUserMap(java.lang.String roleId, java.lang.String orgId, java.util.List users)
RoleUserMap
object.
roleId
- The role ID.orgId
- The ID of the organization within which the role is
defined by the external security realm.users
- A list of UserInfo objects of the users that are members
of this role.Method Detail |
public final java.lang.String getRoleId()
public final java.lang.String getOrgId()
public final java.util.List getUsers()
public boolean equals(java.lang.Object obj)
RoleUserMap
objects for equality.
obj
- Object with which to compare this one.true
if obj
is an instance of
RoleUserMap
with the same role ID and organization ID as this
one.compareTo(java.lang.Object)
public int compareTo(java.lang.Object o)
RoleUserMap
objects.
obj
- Object with which to compare this one. Must be
null
or an instance of RoleUserMap
.roleId
and
orgId
members using the
String.compareTo(Object)
method.o
is not an instance of
RoleUserMap
.equals(java.lang.Object)
public java.lang.Object getContents()
public java.lang.String getEntryName()
public int getType()
public java.lang.String getOwnerName()
public java.lang.String toString()
public boolean isPublished()
public java.util.List getReferencedPublishables(java.util.Map publishables)
public void publish()
|
WebLogic Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |