Uses of Class
org.silverpeas.core.admin.ProfiledObjectId
-
Packages that use ProfiledObjectId Package Description org.silverpeas.core.admin org.silverpeas.core.admin.service Provides the services to manage and to access an organizational structure in Silverpeas.org.silverpeas.core.admin.user Provides the classes to represent and to manage the users and the user groups in Silverpeas.org.silverpeas.core.admin.user.model Provides the interfaces modelling a user and a user group in Silverpeas. -
-
Uses of ProfiledObjectId in org.silverpeas.core.admin
Fields in org.silverpeas.core.admin declared as ProfiledObjectId Modifier and Type Field Description static ProfiledObjectId
ProfiledObjectId. NOTHING
Methods in org.silverpeas.core.admin that return ProfiledObjectId Modifier and Type Method Description static ProfiledObjectId
ProfiledObjectId. from(String expressionId)
Constructs from its specified serialized expression aProfiledObjectId
instance.static ProfiledObjectId
ProfiledObjectId. fromNode(String nodeId)
Constructs from the specified node identifier aProfiledObjectId
instance that refers the node as an access right profiled object.Methods in org.silverpeas.core.admin with parameters of type ProfiledObjectId Modifier and Type Method Description static ProfiledObjectIds
ProfiledObjectIds. fromProfileObjectId(ProfiledObjectId profiledObjectId)
Constructs from the specified node identifiers a typed list. -
Uses of ProfiledObjectId in org.silverpeas.core.admin.service
Methods in org.silverpeas.core.admin.service with parameters of type ProfiledObjectId Modifier and Type Method Description List<ProfileInst>
AdminController. getProfilesByObject(ProfiledObjectId objectId, String componentId)
List<ProfileInst>
Administration. getProfilesByObject(ProfiledObjectId objectRef, String componentId)
String[]
Administration. getProfilesByObjectAndGroupId(ProfiledObjectId objectRef, String componentId, String groupId)
String[]
AdminController. getProfilesByObjectAndUserId(ProfiledObjectId objectRef, String componentId, String userId)
String[]
Administration. getProfilesByObjectAndUserId(ProfiledObjectId objectRef, String componentId, String userId)
String[]
DefaultOrganizationController. getUserProfiles(String userId, String componentId, ProfiledObjectId objectId)
List<ProfileInst>
DefaultOrganizationController. getUserProfiles(String componentId, ProfiledObjectId objectId)
String[]
OrganizationController. getUserProfiles(String userId, String componentId, ProfiledObjectId objectId)
Gets all the profiles the user have for the specified resource in the given component instance.List<ProfileInst>
OrganizationController. getUserProfiles(String componentId, ProfiledObjectId objectId)
Gets all the user profiles defined in the specified component instance to access the specified resource.String[]
DefaultOrganizationController. getUsersIdsByRoleNames(String componentId, ProfiledObjectId objectId, List<String> profileNames)
String[]
DefaultOrganizationController. getUsersIdsByRoleNames(String componentId, ProfiledObjectId objectId, List<String> profileNames, boolean includeRemovedUsersAndGroups)
String[]
OrganizationController. getUsersIdsByRoleNames(String componentId, ProfiledObjectId objectId, List<String> profileNames)
Gets the users playing the specified roles for the given protected resource in the specified component instance.String[]
OrganizationController. getUsersIdsByRoleNames(String componentId, ProfiledObjectId objectId, List<String> profileNames, boolean includeRemovedUsersAndGroups)
Gets the users playing the specified roles for the given protected resource in the specified component instance.boolean
Administration. isObjectAvailableToGroup(String componentId, ProfiledObjectId objectRef, String groupId)
boolean
DefaultOrganizationController. isObjectAvailableToGroup(ProfiledObjectId objectId, String componentId, String groupId)
boolean
OrganizationController. isObjectAvailableToGroup(ProfiledObjectId objectId, String componentId, String groupId)
Is the specified resource protected by access rights in the given component instance is allowed to be accessed by the specified group of users?boolean
Administration. isObjectAvailableToUser(String componentId, ProfiledObjectId objectRef, String userId)
boolean
DefaultOrganizationController. isObjectAvailableToUser(ProfiledObjectId objectId, String componentId, String userId)
boolean
OrganizationController. isObjectAvailableToUser(ProfiledObjectId objectId, String componentId, String userId)
Is the specified resource protected by access rights in the given component instance is allowed to be accessed by the specified user? -
Uses of ProfiledObjectId in org.silverpeas.core.admin.user
Methods in org.silverpeas.core.admin.user with parameters of type ProfiledObjectId Modifier and Type Method Description List<ProfileInst>
ProfiledObjectManager. getProfiles(ProfiledObjectId objectRef, int componentId)
String[]
ProfiledObjectManager. getUserProfileNames(ProfiledObjectId objectRef, int componentId, int userId, List<String> groupIds)
-
Uses of ProfiledObjectId in org.silverpeas.core.admin.user.model
Methods in org.silverpeas.core.admin.user.model that return ProfiledObjectId Modifier and Type Method Description ProfiledObjectId
ProfileInst. getObjectId()
Gets the identifier of the object covered by this profile.ProfiledObjectId
ProfileInst. getParentObjectId()
This profile isn't on the actual object but on its one of its parent (in the case the objects are related) whose identifier is returned here.Methods in org.silverpeas.core.admin.user.model with parameters of type ProfiledObjectId Modifier and Type Method Description void
ProfileInst. setObjectId(ProfiledObjectId objectId)
This profile is about the specified object and not on the component instance referred by theProfileInst.getComponentFatherId()
method.void
ProfileInst. setParentObjectId(ProfiledObjectId parentObjectId)
This profile isn't on the actual object but on its one of its parent (in the case the objects are related) whose identifier is set here.
-