|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use S_Property | |
oracle.ifs.server |
Uses of S_Property in oracle.ifs.server |
Subclasses of S_Property in oracle.ifs.server | |
class |
S_TieProperty
An S_TieProperty allows the Oracle-defined behavior of the PROPERTY classobject (and its subclasses) to be extended or overridden through the server extensibility API. |
Fields in oracle.ifs.server declared as S_Property | |
protected S_Property |
PropertyOperation.m_Property
Property (for update) |
Methods in oracle.ifs.server that return S_Property | |
S_Property[] |
S_PropertyBundle.getProperties(SortSpecification sort)
Gets the properties in this PropertyBundle sorted by the SortSpecification. |
S_Property |
S_PropertyBundle.getProperty(java.lang.String name)
Gets the S_Property of the specified name. |
S_Property |
PropertyOperation.getProperty()
|
Methods in oracle.ifs.server with parameters of type S_Property | |
void |
PropertyOperationSet.updateProperty(java.lang.String name,
S_Property property,
S_LibraryObjectDefinition sdef)
Add an "update property" operation. |
void |
PropertyOperationSet.removeProperty(java.lang.String name,
S_Property property)
Add a "remove property" operation. |
void |
PropertyOperationSet.removeAllProperties(S_Property[] props)
Add "remove property" operations for all Properties. |
Constructors in oracle.ifs.server with parameters of type S_Property | |
PropertyOperation(int type,
S_Property prop,
S_LibraryObjectDefinition def)
Construct a PropertyOperation. |
|
PropertyOperation(int type,
S_Property prop)
Construct a PropertyOperation. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |