|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
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. |
List |
getSetProperties()
Get a List of the properties that belong to this set. |
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(List properties)
Set the current set of properties to the given set. |
void |
setSetRole(String role)
Set the setRole attribute on the PropertySet. |
| Method Detail |
public List getSetProperties()
throws ServiceException,
RemoteException
ServiceException - in the event of repository failure.RemoteException - in the event of remote object failure.
public void addSetProperty(PropertyInterface property)
throws ServiceException,
RemoteException
property - A Property object to add to this set.ServiceException - in the event of repository failure.RemoteException - in the event of remote object failure.
public void removeSetProperty(PropertyInterface property)
throws ServiceException,
RemoteException
property - the Property to remove from the set.ServiceException - in the event of repository failure.RemoteException - in the event of remote object failure.
public void setSetProperties(List properties)
throws ServiceException,
RemoteException
properties - A List of properties to make the current set.ServiceException - in the event of repository failure.RemoteException - in the event of remote object failure.
public void setOwningObject(MetadataInterface owner)
throws ServiceException,
RemoteException
owner - The object that owns this property setServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public MetadataInterface getOwningObject()
throws ServiceException,
RemoteException
ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public void setSetRole(String role)
throws ServiceException,
RemoteException
role - A String defining the role of this PropertySet.ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public String getSetRole()
throws ServiceException,
RemoteException
ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||