com.wewebu.ow.server.ecm
Interface OwPrivilege


public interface OwPrivilege

Interface for privileges used in OwPermissionCollection.

To be implemented with the specific ECM system.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Method Summary
 Collection getChilds(boolean recursive_p)
          get the child privileges if any
 String getDescription()
          get a description for the privilege
 String getName()
          get a name for the privilege
 boolean hasChilds()
          check if this privilege consists of child privileges
 

Method Detail

getName

String getName()
get a name for the privilege

Returns:
String

getDescription

String getDescription()
get a description for the privilege

Returns:
String

getChilds

Collection getChilds(boolean recursive_p)
get the child privileges if any

Parameters:
recursive_p -
Returns:
Collection of OwPrivilege

hasChilds

boolean hasChilds()
check if this privilege consists of child privileges

Returns:
boolean


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.