当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
InstanceMetaData - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.core.metadata
Class InstanceMetaData
java.lang.Object
org.jboss.portal.core.metadata.InstanceMetaData
- All Implemented Interfaces:
- MetaData
- public class InstanceMetaData
- extends java.lang.Object
- implements MetaData
Represent metadata of an instance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceMetaData
public InstanceMetaData()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getPreferences
public PreferencesMetaData getPreferences()
setPreferences
public void setPreferences(PreferencesMetaData preferences)
getComponentRef
public java.lang.String getComponentRef()
setComponentRef
public void setComponentRef(java.lang.String componentRef)
getSecurityConstraints
protected java.util.Set getSecurityConstraints()
setSecurityConstraints
public void setSecurityConstraints(java.util.Set securityConstraints)
buildMetaData
public static InstanceMetaData buildMetaData(org.w3c.dom.Element instanceElt)
create
public Instance create(InstancesMetaData.BuildContext buildContext)
throws java.lang.Exception
- Throws:
java.lang.Exception