|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface PropertySetInterface
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
void |
addSetProperty(PropertyInterface property)
Add a property to the current set. |
MetadataInterface |
getOwningObject()
Get the object that owns this property set. |
java.util.List |
getSetProperties()
Get a List of the properties that belong to this set. |
java.lang.String |
getSetRole()
Get the setRole attribute on the PropertySet. |
void |
removeSetProperty(PropertyInterface property)
Remove a property from the set. |
void |
setOwningObject(MetadataInterface owner)
Set the object that this propertyset modifies. |
void |
setSetProperties(java.util.List properties)
Set the current set of properties to the given set. |
void |
setSetRole(java.lang.String role)
Set the setRole attribute on the PropertySet. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.util.List getSetProperties()
throws ServiceException,
java.rmi.RemoteException
ServiceException - in the event of repository failure.
java.rmi.RemoteException - in the event of remote object failure.
void addSetProperty(PropertyInterface property)
throws ServiceException,
java.rmi.RemoteException
property - A Property object to add to this set.
ServiceException - in the event of repository failure.
java.rmi.RemoteException - in the event of remote object failure.
void removeSetProperty(PropertyInterface property)
throws ServiceException,
java.rmi.RemoteException
property - the Property to remove from the set.
ServiceException - in the event of repository failure.
java.rmi.RemoteException - in the event of remote object failure.
void setSetProperties(java.util.List properties)
throws ServiceException,
java.rmi.RemoteException
properties - A List of properties to make the current set.
ServiceException - in the event of repository failure.
java.rmi.RemoteException - in the event of remote object failure.
void setOwningObject(MetadataInterface owner)
throws ServiceException,
java.rmi.RemoteException
owner - The object that owns this property set
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
MetadataInterface getOwningObject()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setSetRole(java.lang.String role)
throws ServiceException,
java.rmi.RemoteException
role - A String defining the role of this PropertySet.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getSetRole()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||