-
-
Method Summary
void
Add a property to the current set.
Get the object that owns this property set.
List
Get a List of the properties that belong to this set.
String
Get the setRole attribute on the PropertySet.
void
Remove a property from the set.
void
Set the object that this propertyset modifies.
void
Set the current set of properties to the given set.
void
Set the setRole attribute on the PropertySet.
add, addAccessControl, addAttribute, addAttributes, addDocument, addExtension, addGroup, addImplementor, addKeyword, addNoteTextStore, addNoteTextStore, addObjectProperty, addObjectProperty, addPermissions, addPrompt, addPropertySet, addRemark, addResponsibleParty, addTransactionListener, addUsedByPrototype, checkin, checkout, commit, copyTo, countAssociatedObjects, delete, deleteAttribute, deleteAttributes, destroy, getAccessControls, getAttribute, getAttributes, getAuthorizationUtil, getCreateDate, getCreatedBy, getDescription, getDocuments, getEntityKey, getEntityURL, getExtensions, getGroups, getGUID, getIdentities, getImplementors, getKeywords, getLockedBy, getModifiedBy, getModifyDate, getNoteTextStore, getNoteTextStores, getNoteTextStoresByRole, getObjectProperties, getParent, getParentPath, getParents, getPath, getPaths, getPermission, getPermissions, getPermissions, getPreviousVersionNames, getPrimaryPropertyGroup, getPrompt, getPrompts, getPropertyBag, getPropertySets, getRemarksList, getReposId, getRepository, getRepositoryEntity, getRepositoryName, getReposKey, getResponsibleParties, getState, getTrackingId, getType, getUsageVersion, getUsedByPrototypes, getUsingPrototype, getVersion, isAuthorized, isCompatible, isDeleted, isDestroyed, isObjectAlive, isReadCompatible, mapNameToFilesystem, mapUrlToFilesystem, moveTo, newServiceObject, refresh, removeAccessControl, removeDocument, removeExtension, removeGroup, removeImplementor, removeKeyword, removeNoteTextStore, removeObjectProperty, removePermissions, removePrompt, removePropertySet, removeResponsibleParty, removeResponsiblePartyByIdentity, removeUsedByPrototype, rollback, setAttribute, setAttributes, setDeleted, setDescription, setDocuments, setExtensions, setGroups, setGUID, setKeywords, setName, setNoteTextStores, setObjectProperties, setPermission, setPrimaryPropertyGroup, setPrompt, setPrompts, setRemarksList, setRepository, setUsingPrototype, startTransaction, toByteArray, transactionEvent, uncheckout, update, updateFromBag, version
-
Method Details
-
getSetProperties
Get a List of the properties that belong to this set.
- Returns:
- a List of Property objects.
- Throws:
ServiceException - in the event of repository failure.
RemoteException - in the event of remote object failure.
-
-
-
setSetProperties
Set the current set of properties to the given set. The existing
set is competely replaced with the new set.
- Parameters:
properties - A List of properties to make the current set.
- Throws:
ServiceException - in the event of repository failure.
RemoteException - in the event of remote object failure.
-
-
getOwningObject
Get the object that owns this property set.
- Returns:
- The owner of the property set.
- Throws:
ServiceException - If a repository error occurs.
RemoteException - In the event of remote object failure.
-
setSetRole
Set the setRole attribute on the PropertySet.
- Parameters:
role - A String defining the role of this PropertySet.
- Throws:
ServiceException - If a repository error occurs.
RemoteException - In the event of remote object failure.
-
getSetRole
Get the setRole attribute on the PropertySet.
- Returns:
- The String defining the role of this PropertySet.
- Throws:
ServiceException - If a repository error occurs.
RemoteException - In the event of remote object failure.