Uses of Interface
com.filenet.api.property.Property

Packages that use Property
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.property Provides classes and interfaces related to Content Engine object properties. 
 

Uses of Property in com.filenet.api.core
 

Methods in com.filenet.api.core that return Property
 Property IndependentObject.fetchProperty(java.lang.String propertyName, PropertyFilter filter)
          Refreshes this object and retrieves from the server the object referenced by the object-valued property specified by the propertyName parameter and populates its properties according to the filter.
 Property IndependentObject.fetchProperty(java.lang.String propertyName, PropertyFilter filter, java.lang.Integer pageSize)
          Refreshes this object and retrieves from the server the object referenced by the object-valued property specified by the propertyName parameter and populates its properties according to the filter.
 

Uses of Property in com.filenet.api.property
 

Subinterfaces of Property in com.filenet.api.property
 interface PropertyBinary
          Represents a Content Engine property that holds a byte (8-bit signed integer) array intended for a binary value.
 interface PropertyBinaryList
          Represents a Content Engine property that holds a BinaryList object.
 interface PropertyBoolean
          Represents a Content Engine property that holds a Boolean value.
 interface PropertyBooleanList
          Represents a Content Engine property that holds a BooleanList object.
 interface PropertyContent
          Represents a Content Engine property that holds an InputStream object intended for reading bytes of content data from a file source.
 interface PropertyDateTime
          Represents a Content Engine property that holds a Date object for specifying a date and time.
 interface PropertyDateTimeList
          Represents a Content Engine property that holds a DateTimeList object.
 interface PropertyDependentObjectList
          Represents a Content Engine property that holds a DependentObjectList object.
 interface PropertyEngineObject
          Represents a Content Engine property that holds an EngineObject object.
 interface PropertyFloat64
          Represents a Content Engine property that holds a Double (64-bit floating point) value.
 interface PropertyFloat64List
          Represents a Content Engine property that holds a Float64List object.
 interface PropertyId
          Represents a Content Engine property that holds an Id (GUID string) value.
 interface PropertyIdList
          Represents a Content Engine property that holds an IdList object.
 interface PropertyIndependentObjectSet
          Represents a Content Engine property that holds an IndependentObjectSet object.
 interface PropertyInteger32
          Represents a Content Engine property that holds an Integer (32-bit signed integer) value.
 interface PropertyInteger32List
          Represents a Content Engine property that holds an Integer32List object.
 interface PropertyString
          Represents a Content Engine property that holds a String value.
 interface PropertyStringList
          Represents a Content Engine property that holds a StringList object.
 

Methods in com.filenet.api.property that return Property
 Property Properties.get(java.lang.String propertyName)
          Returns the Property object specified by name in this Properties collection.
 Property[] Properties.toArray()
          Provides a means of traversing the property instances held in the collection using a positional value.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.