ContentEntitlementHelper Class

com.bea.content.manager
ContentEntitlementHelper Class

public class ContentEntitlementHelper

    extends Object

Hierarchy
Object
  ContentEntitlementHelper

Field Summary

public static final String
BROWSE
String
public static final String
CAN_DELETE
The CAN_DELETE capability.
public static final String
CAN_MANAGE
The CAN_MANAGE capability.
public static final String
CAN_PUBLISH
The CAN_PUBLISH capability.
public static final String
CREATE
String
public static final String
DELETE
String
public static final String
REPOSITORY_ROOT
The root of all the repositories
public static final String
RESOURCE_CONTENT
The prefix denoting the type of the resource (ie content or type)
public static final String
RESOURCE_REPOSITORY
String
public static final String
RESOURCE_TYPE
String
public static final String
UPDATE
String
public static final String
VIEW
String
 

Constructor Summary

ContentEntitlementHelper()

 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

BROWSE

public static final String BROWSE


CAN_DELETE

public static final String CAN_DELETE
The CAN_DELETE capability. This should be the same as the one defined in HierarchyServlet.properties


CAN_MANAGE

public static final String CAN_MANAGE
The CAN_MANAGE capability. This should be the same as the one defined in HierarchyServlet.properties


CAN_PUBLISH

public static final String CAN_PUBLISH
The CAN_PUBLISH capability. This should be the same as the one defined in HierarchyServlet.properties


CREATE

public static final String CREATE


DELETE

public static final String DELETE


REPOSITORY_ROOT

public static final String REPOSITORY_ROOT
The root of all the repositories


RESOURCE_CONTENT

public static final String RESOURCE_CONTENT
The prefix denoting the type of the resource (ie content or type)


RESOURCE_REPOSITORY

public static final String RESOURCE_REPOSITORY


RESOURCE_TYPE

public static final String RESOURCE_TYPE


UPDATE

public static final String UPDATE


VIEW

public static final String VIEW

 

Constructor Detail

ContentEntitlementHelper

public ContentEntitlementHelper()