com.plumtree.remote.prc.content.security
Interface IFolderACLEntry


public interface IFolderACLEntry

Represents a single entry into a folder's access control list (ACL) in Publisher.


Method Summary
 MemberType getMemberType()
          Returns the member type associated with this entry (user or group).
 int getObjectID()
          Returns the user or group object ID associated with this entry.
 RoleType getRoleType()
          Returns the role associated with this entry.
 

Method Detail

getMemberType

public MemberType getMemberType()
Returns the member type associated with this entry (user or group).

Returns:
the MemberType

getObjectID

public int getObjectID()
Returns the user or group object ID associated with this entry.

Returns:
the portal object ID corresponding to the user or group entry

getRoleType

public RoleType getRoleType()
Returns the role associated with this entry.

Returns:
the RoleType associated with this ACL entry


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.