FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface ValueObject

All Known Subinterfaces:
AccessPermissionDescription, ActiveMarking, Annotation, BaseObject, ChoiceList, ChoiceList, ClassDescription, ClassDescription, ContainableObject, CreatableObject, CustomObject, Document, Document, Domain, DynamicReferentialContainmentRelationship, Event, EventAction, FeatureAddOn, Folder, Folder, GettableObject, Group, Link, LockableObject, Marking, MarkingSet, ObjectStore, ObjectStore, PanagonObject, PropertyDescription, PropertyDescription, PublishRequest, PublishTemplate, ReadableMetadataObject, ReadableSecurityObject, Realm, ReferentialContainmentRelationship, SearchPropertyDescription, SecurityGrantee, SecurityPolicy, SecurityTemplate, StoredSearch, StyleTemplate, Subscription, User, Values, VersionableObject, VersionSeries, WorkflowDefinition, WorkflowSubscription, WorkflowTarget, WriteableMetadataObject, WriteableSecurityObject

public interface ValueObject

An object implementing the ValueObject interface is an object that can be used in a call to Property.setValue(ValueObject objectValue) or value.setValue(ValueObject objectValue). If you attempt to pass in an object to setValue and the object does not implement the ValueObject interface, you will get a compilation error.

See Also:
CS Java Connector Developer's Guide


FileNet Content Services
Java Connector v3.0