-
Packages that use Property Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.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 Modifier and Type Method and Description PropertyIndependentObject. 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 thepropertyNameparameter and populates its properties according to the filter.PropertyIndependentObject. 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 thepropertyNameparameter and populates its properties according to the filter. -
Uses of Property in com.filenet.api.engine
Methods in com.filenet.api.engine that return Property Modifier and Type Method and Description abstract PropertyHandlerCallContext. getReadProtectedProperty(EngineObject src, java.lang.String propertyName)Returns thePropertyobject representing the normally inaccessible value of a read-protected property. -
Uses of Property in com.filenet.api.property
Subinterfaces of Property in com.filenet.api.property Modifier and Type Interface and Description interfacePropertyBinaryRepresents a Content Engine property that holds abyte(8-bit signed integer) array intended for a binary value.interfacePropertyBinaryListRepresents a Content Engine property that holds aBinaryListobject.interfacePropertyBooleanRepresents a Content Engine property that holds aBooleanvalue.interfacePropertyBooleanListRepresents a Content Engine property that holds aBooleanListobject.interfacePropertyContentRepresents a Content Engine property that holds anInputStreamobject intended for reading bytes of content data from a file source.interfacePropertyDateTimeRepresents a Content Engine property that holds aDateobject for specifying a date and time.interfacePropertyDateTimeListRepresents a Content Engine property that holds aDateTimeListobject.interfacePropertyDependentObjectListRepresents a Content Engine property that holds aDependentObjectListobject.interfacePropertyEngineObjectRepresents a Content Engine property that holds anEngineObjectobject.interfacePropertyFloat64Represents a Content Engine property that holds aDouble(64-bit floating point) value.interfacePropertyFloat64ListRepresents a Content Engine property that holds aFloat64Listobject.interfacePropertyIdRepresents a Content Engine property that holds anId(GUID string) value.interfacePropertyIdListRepresents a Content Engine property that holds anIdListobject.interfacePropertyIndependentObjectSetRepresents a Content Engine property that holds anIndependentObjectSetobject.interfacePropertyInteger32Represents a Content Engine property that holds anInteger(32-bit signed integer) value.interfacePropertyInteger32ListRepresents a Content Engine property that holds anInteger32Listobject.interfacePropertyStringRepresents a Content Engine property that holds aStringvalue.interfacePropertyStringListRepresents a Content Engine property that holds aStringListobject.Methods in com.filenet.api.property that return Property Modifier and Type Method and Description PropertyProperties. find(java.lang.String propertyName)Returns thePropertyobject specified by name in thisPropertiescollection.PropertyProperties. get(java.lang.String propertyName)Returns thePropertyobject specified by name in thisPropertiescollection.Property[]Properties. toArray()Provides a means of traversing the property instances held in the collection using a positional value.
-