|
Novell exteNd Director 5.0 API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generic interface for component information.
Field Summary | |
static String |
EL_PORTAL_COMPONENT
Component element type. |
Method Summary | |
String |
getComponentAlias()
Deprecated. Use EbiPortalComponentInfo.getComponentName() . |
String[] |
getComponentCategories()
Gets component categories. |
String |
getComponentCategory()
Deprecated. Use EbiPortalComponentInfo.getComponentCategories() . |
String |
getComponentClassName()
Gets the component class name. |
String |
getComponentDataDefinitionID()
Gets the Device Profiling definition ID for the component. |
String |
getComponentDefaultStyleID()
Gets the component default StyleID. |
Properties |
getComponentDefaultValues()
Gets the component default values. |
String |
getComponentDescription()
Gets the component description, which is defined in the deployment descriptor. |
String |
getComponentDescriptor()
Gets the descriptor for the component. |
String |
getComponentDisplayName()
Gets the component display name. |
String[] |
getComponentListRoles()
Gets the list of roles authorized to list the component. |
String |
getComponentName()
Gets the component name. |
EbiComponentOptionInfo |
getComponentOptionInfo(String optionID)
Returns a specific option information, null if the component does not support the specified option. |
EbiComponentOptionInfo[] |
getComponentOptionInfoList()
Returns list of supported options. |
String |
getComponentPreviewImage()
Returns the value of the preview-image tag of the component descriptor |
String |
getComponentPreviewImage(EbiPortalContext context)
Returns the URL to an image that represents the component as a runtime example. |
String[] |
getComponentRunRoles()
Gets the list of roles authorized to run the component. |
String[] |
getComponentStyles()
Gets component style list. |
EbiPortalComponent |
getInstance(EbiPortalContext context,
Map params)
Gets a component instance. |
String |
getPersonalizeURI()
Deprecated. Use EbiPortalComponentInfo.getComponentOptionInfo(String optionID) |
boolean |
isComponentPersonalizable()
Deprecated. Use EbiPortalComponentInfo.getComponentOptionInfo(String optionID) . |
boolean |
isComponentServerLifetime()
Gets the component lifetime flag. |
boolean |
isTitleBarEnabled()
Gets the component enable title bar flag. |
Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement |
getElementUUID,
getLastModified,
getLastModifiedBy,
isEqualTo,
isReadOnly,
resetReadOnly,
setLastModified,
setLastModifiedBy,
setReadOnly |
Methods implemented from interface com.sssw.fw.api.EbiElement |
getType |
Field Detail |
public static final String EL_PORTAL_COMPONENT
Method Detail |
public String getComponentClassName()
public String getComponentDataDefinitionID()
public String getComponentAlias()
EbiPortalComponentInfo.getComponentName()
.
public String getComponentName()
public String getComponentCategory()
EbiPortalComponentInfo.getComponentCategories()
.
EbiPortalComponentInfo.getComponentCategories()
to retrieve the entire list of categories this component belongs to.public String[] getComponentCategories()
public String[] getComponentStyles()
public String getComponentDescriptor()
public String getComponentDisplayName()
public String getComponentDefaultStyleID()
public String getComponentDescription()
public String getPersonalizeURI()
EbiPortalComponentInfo.getComponentOptionInfo(String optionID)
public boolean isComponentPersonalizable()
EbiPortalComponentInfo.getComponentOptionInfo(String optionID)
.
public boolean isTitleBarEnabled()
public boolean isComponentServerLifetime()
public Properties getComponentDefaultValues()
public EbiPortalComponent getInstance(EbiPortalContext context, Map params) throws EboUnrecoverableSystemException, EboSecurityException
context
- A portal context.params
- A set of parameters that is used to initialize this component instance.public String[] getComponentRunRoles()
public String[] getComponentListRoles()
public EbiComponentOptionInfo[] getComponentOptionInfoList()
public EbiComponentOptionInfo getComponentOptionInfo(String optionID)
optionID
- the ID of the option to be returned.public String getComponentPreviewImage(EbiPortalContext context)
context
- A portal context.public String getComponentPreviewImage()
The string is retrieved from the component descriptor, no runtime substitutions are performed
context
- A portal context.
|
Novell exteNd Director 5.0 API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |