|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicySet
The PolicySet
interface provides methods for creating and manipulating policy sets.
Policies can also have one or more of the following properties defined:
publisher ids
description
name
creation time
modify time
visible user and group ids
coordinator and their perms
Method Summary | |
---|---|
java.util.ArrayList |
getCoordinatorAndPerms()
retrieves the co-ordinators and their permissions for the policy set |
java.util.Date |
getCreationTime()
retrieves the creation time of the policy set |
java.lang.String |
getDescription()
retrieves the description for the policy set |
java.lang.String |
getId()
Retrieves the identification value of the policy set. |
java.util.Date |
getModifyTime()
retrieves the modification time of the policy set |
java.lang.String |
getName()
retrieves the name of the policy set |
java.util.List |
getPolicyList()
retrieves the policies for the policy set |
java.util.ArrayList |
getPublisherIds()
retrieves the publisher ids for the policy set |
java.util.ArrayList |
getVisibleUserGroupIds()
retrieves the visible users and group ids for the policy set |
void |
setCoordinatorAndPerms(java.util.ArrayList coordinatorAndPermsList)
Sets the co-ordinators and their permissions for the policy set |
void |
setCreationTime(java.util.Date creationTime)
Sets the creation time for the policy set |
void |
setDescription(java.lang.String description)
Sets the description for the policy set |
void |
setId(java.lang.String value)
Sets the id of the policy set |
void |
setModifyTime(java.util.Date modifyTime)
Sets the modify time for the policy set |
void |
setName(java.lang.String name)
Sets the name for the policy set |
void |
setPolicyList(java.util.List policyList)
Sets the policies for the policy set |
void |
setPublisherIds(java.util.ArrayList publisherIds)
Sets the publisher ids for the policy set |
void |
setVisibleUserGroupIds(java.util.ArrayList visibleUserGroupIds)
Sets the visible users and group ids for the policy set |
Method Detail |
---|
java.lang.String getId()
java.lang.String
that specifies the identification value of the policy set and null
if this
Policy Set
object represents a
policy set not yet registered with the Rights Management service.void setId(java.lang.String value)
A
- java.lang.String
that specifies the identification value of the policy set.
This is not to be used in normal scenarios as id is set internally after the policy set is registered
with the Rights Management service.java.util.ArrayList getPublisherIds()
void setPublisherIds(java.util.ArrayList publisherIds)
publisherIds
- The publisherIds to set.java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- The description to set.java.lang.String getName()
void setName(java.lang.String name)
name
- The name to set.java.util.Date getCreationTime()
void setCreationTime(java.util.Date creationTime)
creationTime
- The creationTime to set.java.util.Date getModifyTime()
void setModifyTime(java.util.Date modifyTime)
modifyTime
- The modifyTime to set.java.util.ArrayList getVisibleUserGroupIds()
void setVisibleUserGroupIds(java.util.ArrayList visibleUserGroupIds)
VisibleUserGroupIds
- The VisibleUserGroupIds to set.void setCoordinatorAndPerms(java.util.ArrayList coordinatorAndPermsList)
coordinatorAndPermsList
- The CoordinatorAndPerms to set.java.util.ArrayList getCoordinatorAndPerms()
java.util.List getPolicyList()
void setPolicyList(java.util.List policyList)
policyList
- the policyList to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |