FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface Properties

All Superinterfaces:
java.util.Collection, java.util.List, java.io.Serializable

public interface Properties
extends java.util.List, java.io.Serializable

A Properties collection represents a collection of Property objects. For objects that implement the ReadableMetadataObject interface, you can retrieve a Properties collection using one of the getProperties methods. For objects that implement the WriteableMetadataObject interface, you can set properties and persist them to the Content Services server using the setProperties(props) method. When you specify the properties to set in the collection, you need only set the properties you want to change; you do not need to include properties whose values should remain unchanged.

To create an empty Properties collection to which you can add Property objects, use the ObjectFactory interface's getProperties method. You can pass in the returned Properties collection to the createObject method on an ObjectStore object to set properties for the newly-created object.

See Also:
CS Java Connector Developer's Guide

Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 


FileNet Content Services
Java Connector v3.0