Package com.emc.d2fs.interfaces
Interface IPropertyService
- All Superinterfaces:
ID2fsService
Document property services
-
Method Summary
Modifier and TypeMethodDescriptionGet all Documentum properties of document for dump displaygetProperties
(Context context, String id, List<String> attrFilter) Get properties of document with filters optionsaveProperties
(Context context, String id, List<Attribute> parameters) Set properties of documentMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
dump
Get all Documentum properties of document for dump display -
saveProperties
Set properties of document- Parameters:
context
-Context
object containing informations about client/sessionid
- String value of document idparameters
-Attribute
list of object specific and other properties. A attribute named "list" must specify the names of the attributes to be saved. The list should be a single string of attribute names separated by AttributeUtils.SEPARATOR_VALUE character (Literal "¬" or hex "\\u00AC")Parameters:
- list: DF_LIST - List of attribute names to be set on the target object.
- id: DF_STRING -- Id of object to be modified.
- Returns:
- String value of xml process result
- Throws:
Exception
- Since:
- 4.0.1
-
getProperties
Get properties of document with filters option
-