|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SummaryComponent
Summary view of a Component
object.
Information about the component content and containing categories
is not available in its summary view.
In general, the summary view of a component can be more efficiently retrieved than the component itself. Accordingly, it is recommended that clients which only need access to the data provided within the summary view retrieve and use the summary view rather than the complete component.
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Returns the author of this component. |
java.lang.String |
getDescription()
Returns the description of this object. |
java.lang.String |
getExtendsTypeName()
Returns the name of the base component type extended by this component, or null if this is a non-derived component. |
java.lang.String |
getFullName()
Returns the full name of the component, which is defined as the full path prepended to the name. |
ComponentID |
getID()
Returns the ID of this object, or null if this object has not yet been saved. |
java.lang.String |
getLabel()
Returns the label of this object. |
java.lang.String[] |
getLocalIgnorePaths()
Returns the locally declared paths to ignore when comparing the snapshots created by this component. |
java.lang.String |
getLocalInstallPath()
Returns the locally declared install path of this component. |
java.lang.String |
getLocalLimitToHostSet()
Returns the locally declared name of the host set whose members define the allowed targets for this component. |
Modifier |
getModifier()
Returns the modifier of this component. |
java.lang.String |
getName()
Returns the name of this object. |
FolderID |
getPath()
Returns the path that this component is located in. |
java.lang.String |
getPlatform()
Returns the name of the platform host set whose members define the allowed physical targets for this component. |
ComponentID |
getRootID()
Returns the root ID of this object. |
java.lang.String |
getSoftwareVendor()
Returns the software vendor that created this component. |
java.util.Date |
getTimeStamp()
Returns the timestamp representing the time that this component was saved, or null if this object has not yet been saved. |
UserID |
getUserID()
Returns the user id of the user that saved this component. |
VersionNumber |
getVersionNumber()
Returns the current version of this component. |
Visibility |
getVisibility()
Returns the current visibility of this object. |
boolean |
isDerivedComponent()
Returns true if this component is derived from another component, false otherwise. |
boolean |
isSimpleComponent()
Returns true if this component is a simple component, false if this component is a composite component. |
Methods inherited from interface com.sun.n1.sps.model.PluginMember |
---|
getPluginID |
Method Detail |
---|
ComponentID getID()
FolderID getPath()
java.lang.String getFullName()
java.lang.String getLabel()
java.lang.String getLocalLimitToHostSet()
Component.getLimitToHostSet()
java.lang.String getExtendsTypeName()
isDerivedComponent()
java.lang.String getSoftwareVendor()
java.lang.String getAuthor()
java.lang.String getLocalInstallPath()
java.lang.String[] getLocalIgnorePaths()
boolean isDerivedComponent()
getExtendsTypeName()
boolean isSimpleComponent()
ComponentID getRootID()
Modifier getModifier()
Modifier.NONE
.
VersionNumber getVersionNumber()
java.lang.String getPlatform()
java.util.Date getTimeStamp()
UserID getUserID()
Visibility getVisibility()
java.lang.String getName()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |