|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.project.WTRoleHolder
wt.project.WTActorRoleHolder
wt.project.WTIndirectRoleHolder
WTIndirectRoleHolder is an abstract class which holds role to principal,
role to actor role, or a role to role assignments.
WTIndirectRoleHolder is a reference implementation of the IndirectRoleHolder
interface
Supported API: false
Extendable: false
RoleHolder
,
WTRoleHolder
,
ActorRoleHolder
,
WTActorRoleHolder
,
IndirectRoleHolder
,
Serialized FormField Summary | |
private static String |
CLASSNAME
Deprecated. |
static long |
EXTERNALIZATION_VERSION_UID
Deprecated. |
protected static long |
OLD_FORMAT_VERSION_UID
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private RoleRoleTable |
roleRoleMap
Deprecated. |
(package private) static long |
serialVersionUID
Deprecated. |
Fields inherited from class wt.project.WTActorRoleHolder |
|
Fields inherited from class wt.project.WTRoleHolder |
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.project.IndirectRoleHolder |
ROLE_ROLE_MAP |
Fields inherited from interface wt.project.ActorRoleHolder |
ROLE_ACTOR_ROLE_MAP |
Fields inherited from interface wt.project.RoleHolder |
ROLE_PRINCIPAL_MAP |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
WTIndirectRoleHolder()
Deprecated. |
Method Summary | |
void |
addRole(Role role,
Role assignment)
Deprecated. Add a role to role assignment to the holder Supported API: false |
void |
deleteRole(Role role)
Deprecated. Remove the role principal, role actorRole and role role map entry Supported API: false |
void |
deleteRoleTarget(Role leftRole,
Role rightRole)
Deprecated. Remove role to role assignment pair Supported API: false |
boolean |
equals(Object obj)
Deprecated. Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifier s. |
RoleRoleTable |
getRoleRoleMap()
Deprecated. Gets the value of the attribute: ROLE_ROLE_MAP. |
Enumeration |
getRoles()
Deprecated. Answer an enumeration of roles defined in the rolePrincipalMap, roleActorRoleMap, and the roleRoleMap Supported API: false |
Enumeration |
getRoleTarget(Role leftRole)
Deprecated. Answer an enumeration of the roles associated with a given role. |
int |
hashCode()
Deprecated. Returns a hash code for this object based upon its ObjectIdentifier . |
protected void |
initialize()
Deprecated. Initializes objects created by new-factory methods. |
void |
readExternal(ObjectInput input)
Deprecated. Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Deprecated. Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(WTIndirectRoleHolder thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. Reads the non-transient fields of this class from an external source. |
void |
setRoleRoleMap(RoleRoleTable a_RoleRoleMap)
Deprecated. Sets the value of the attribute: ROLE_ROLE_MAP. |
void |
writeExternal(ObjectOutput output)
Deprecated. Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Deprecated. Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class wt.project.WTActorRoleHolder |
addActorRole, deleteActorRoleTarget, getActorRoleTarget, getRoleActorRoleMap, readVersion, setRoleActorRoleMap |
Methods inherited from class wt.project.WTRoleHolder |
addPrincipal, deletePrincipal, getMembers, getPrincipals, getRolePrincipalMap, mapAsString, readVersion, rolePrincipalMapAsString, setRolePrincipalMap |
Methods inherited from class wt.fc.WTObject |
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, getModifyTimestamp, getPersistInfo, getType, readVersion, setPersistInfo, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wt.project.ActorRoleHolder |
addActorRole, deleteActorRoleTarget, getActorRoleTarget, getRoleActorRoleMap, setRoleActorRoleMap |
Methods inherited from interface wt.project.RoleHolder |
addPrincipal, deletePrincipal, getPrincipals, getRolePrincipalMap, rolePrincipalMapAsString, setRolePrincipalMap |
Methods inherited from interface wt.fc.NetFactor |
getConceptualClassname |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private RoleRoleTable roleRoleMap
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public WTIndirectRoleHolder()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class WTActorRoleHolder
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class WTActorRoleHolder
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WTIndirectRoleHolder thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
writeExternal
in class WTActorRoleHolder
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
readExternal
in class WTActorRoleHolder
input
-
SQLException
DatastoreException
public void addRole(Role role, Role assignment) throws WTException
addRole
in interface IndirectRoleHolder
role
- the 'key' role object to be added to the RoleHolderassignment
- The 'associated' role object that is mapped to another role. At runtime, this role is resolved to a principal.
WTException
public Enumeration getRoleTarget(Role leftRole) throws WTException
getRoleTarget
in interface IndirectRoleHolder
leftRole
- the role object which is the key used to retrieve all the associated roles
WTException
public void deleteRoleTarget(Role leftRole, Role rightRole) throws WTException
deleteRoleTarget
in interface IndirectRoleHolder
leftRole
- the 'key' role object in the role to role assocation that should be removedrightRole
- the 'associated' role in the role to role map that should be removed
WTException
public Enumeration getRoles() throws WTException
getRoles
in interface IndirectRoleHolder
getRoles
in class WTActorRoleHolder
WTException
public void deleteRole(Role role) throws WTException
deleteRole
in interface IndirectRoleHolder
deleteRole
in class WTActorRoleHolder
role
- the role object that should be removed
WTException
public RoleRoleTable getRoleRoleMap()
getRoleRoleMap
in interface IndirectRoleHolder
wt.project.roleRoleTable
public void setRoleRoleMap(RoleRoleTable a_RoleRoleMap) throws WTPropertyVetoException
setRoleRoleMap
in interface IndirectRoleHolder
a_RoleRoleMap
-
WTPropertyVetoException
wt.project.roleRoleTable
public boolean equals(Object obj)
ObjectIdentifier
s.
Changed or stale copies are still considered equal by this method.
Delegates to PersistenceHelper.equals(Persistable,Object)
.
Warning: Certain core Windchill operations may depend upon
equals
being ObjectIdentifier
-based. Changes
to the default implementation should be done with care, if at all.
Supported API: false
equals
in class WTActorRoleHolder
obj
-
public int hashCode()
ObjectIdentifier
.
Delegates to PersistenceHelper.hashCode(Persistable)
.
Warning: Certain core Windchill operations may depend upon
hashCode
being ObjectIdentifier-based
. Changes
to the default implementation should be done with care, if at all.
Supported API: false
hashCode
in class WTActorRoleHolder
protected void initialize() throws WTException
WTObject
initialize
in class WTActorRoleHolder
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |