Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletModelAutoRegistration


public interface EbiPortletModelAutoRegistration

This interface represents the auto registration information for a portlet.

Since:
v5.0

Method Summary
 String[] getCategories()
          Returns the registration time categories.
 String getRegistrationID()
          Returns the auto-reg reg-id.
 boolean isEnabled()
          Indicates whether or not the auto-reg is enabled.
 boolean isExecuteRestricted()
          If true, the portlet registration will have the execute permission on the registration's ACL restricted.
 boolean isListRestricted()
          If true, the portlet registration's ACL will have the list permission restricted.
 

Method Detail

isEnabled

public boolean isEnabled()
Indicates whether or not the auto-reg is enabled.
Returns:
true if the autoregistration is enabled.
Since:
v5.0

getRegistrationID

public String getRegistrationID()
Returns the auto-reg reg-id.
Returns:
String with the id to be used for auto registration.
Since:
v5.0

getCategories

public String[] getCategories()
Returns the registration time categories.
Returns:
String[] with the categories used for auto registration.
Since:
v5.0

isListRestricted

public boolean isListRestricted()
If true, the portlet registration's ACL will have the list permission restricted. This means that only user's with administrative privledge will be able to view the portlet from the registration list provided in the portlet selector. This defaults to false if no value has been specified.
Returns:
boolean true if the registration's ACL is to have its List permission resricted.
Since:
v5.0

isExecuteRestricted

public boolean isExecuteRestricted()
If true, the portlet registration will have the execute permission on the registration's ACL restricted. This means that only persons with administrative access will be able to execute the portlet. This defaults to false if no value has been specified.
Returns:
boolean true if the registration's ACL is to have its Execute permission resricted.
Since:
v5.0

Novell exteNd
Director 5.2 API