Oracle Content Management SDK

Uses of Class
oracle.ifs.common.AttributeValue

Packages that use AttributeValue
oracle.ifs.adk.filesystem   
oracle.ifs.beans   
oracle.ifs.common   
oracle.ifs.management.domain   
oracle.ifs.search   
oracle.ifs.server   
 

Uses of AttributeValue in oracle.ifs.adk.filesystem
 

Methods in oracle.ifs.adk.filesystem that return AttributeValue
 AttributeValue FileSystem.getAttribute(PublicObject po, java.lang.String attrName)
          Return a specified attribute of a PublicObject.
 AttributeValue[] FileSystem.getAttributes(PublicObject po, java.lang.String[] attrNames)
          Return the specified attributes of a PublicObject.
 AttributeValue IfsFileSystem.getAttribute(PublicObject po, java.lang.String attrName)
          Return a specified attribute of a PublicObject.
 AttributeValue[] IfsFileSystem.getAttributes(PublicObject po, java.lang.String[] attrNames)
          Return the specified attributes of a PublicObject.
 

Methods in oracle.ifs.adk.filesystem with parameters of type AttributeValue
 void FileSystem.setAttribute(PublicObject po, java.lang.String name, AttributeValue value)
          Set an attribute for a PublicObject in iFS.
 void FileSystem.setAttributes(PublicObject po, java.lang.String[] names, AttributeValue[] values)
          Set attributes for a PublicObject in iFS.
 void IfsFileSystem.setAttribute(PublicObject po, java.lang.String name, AttributeValue value)
          Set an attribute for a PublicObject in iFS.
 void IfsFileSystem.setAttributes(PublicObject po, java.lang.String[] names, AttributeValue[] values)
          Set attributes for a PublicObject in iFS.
 

Uses of AttributeValue in oracle.ifs.beans
 

Fields in oracle.ifs.beans declared as AttributeValue
protected  AttributeValue Property.m_Value
          The attribute value of the Property attribute appropriate for its datatype.
protected  AttributeValue PublicObjectDefinition.m_SecuringPublicObject
          the "secured BY" setting
protected  AttributeValue PublicObjectDefinition.m_LockObj
          lock object
protected  AttributeValue ValueDomainPropertyBundleDefinition.m_Values
          The value of the new ValueDomainPropertyBundle.
protected  AttributeValue ValueDefaultPropertyBundleDefinition.m_Value
          The value of the new ValueDefaultPropertyBundle.
protected  AttributeValue PropertyDefinition.m_Value
          The value.
 

Methods in oracle.ifs.beans that return AttributeValue
 AttributeValue LibraryObject.getAttribute(java.lang.String attr_name)
          Returns an AttributeValue object that holds the value of the requested attribute.
 AttributeValue LibraryObject.getAttributeByUpperCaseName(java.lang.String attr_name)
          Returns the attribute value for the specified attribute.
 AttributeValue[] LibraryObject.getAttributes(java.lang.String[] attrNames)
          Returns an array of AttributeValue objects that holds the values of the requested attributes.
 AttributeValue[] LibraryObject.getAttributesByUpperCaseNames(java.lang.String[] attrNames)
          Returns an array of AttributeValue objects that holds the values of the requested attributes.
 AttributeValue Property.getValue()
          Gets the value of this Property as an AttributeValue.
 AttributeValue LibraryObjectDefinition.getAttribute(java.lang.String name)
          Return an AttributeValue object that holds the value of the requested attribute.
 AttributeValue[] LibraryObjectDefinition.getAttributes()
          Return array of Attribute values that were set for this new instance.
protected  AttributeValue LibraryObjectDefinition.getSystemOptionAsAttributeValue(java.lang.String name)
           
protected  AttributeValue LibraryObjectDefinition.getOptionAsAttributeValue(java.lang.String name)
           
 AttributeValue PropertyBundle.getPropertyValue(java.lang.String name)
          Gets the value of a specific Property by name.
 AttributeValue PropertyBundle.getPropertyValueByUpperCaseName(java.lang.String name)
          Gets the value of a specific Property by name, where the name must be in all uppercase.
 AttributeValue ValueDefaultPropertyBundle.getPropertyValue()
          Gets the value of this ValueDefaultPropertyBundle, as an AttributeValue.
 AttributeValue PublicObjectDefinition.getAddToFolderOption()
          returns the Add To Folder Option for the new PublicObject.
 AttributeValue PublicObjectDefinition.getContentQuotaCopyOption()
          returns the ContentQuota copy Option.
 AttributeValue ValueDomainPropertyBundleDefinition.getPropertyValue()
          Gets the values allowed for the new ValueDomainPropertyBundle, as an array-type AttributeValue.
 AttributeValue ServerConfiguration.getEffectivePropertyValue(java.lang.String name)
          Gets the value of an effective Property specified by name.
 AttributeValue ServerConfiguration.getEffectivePropertyValueByUpperCaseName(java.lang.String name)
          Gets the value of an effective Property specified by name, where the name must be in all uppercase.
 AttributeValue ValueDomain.getPropertyValue()
          Gets the value of the ValueDomainPropertyBundle of this ValueDomain.
 AttributeValue ClassObject.getInheritedPropertyValue(java.lang.String name)
          gets named property, if any, by searching in the target ClassObject's PropertyBundle, or in one of its superclasses PropertyBundle.
 AttributeValue ValueDefault.getPropertyValue()
          Gets the value of the ValueDefaultPropertyBundle of this ValueDefault.
 AttributeValue ValueDomainPropertyBundle.getPropertyValue()
          Gets the values allowed for this ValueDomainPropertyBundle, as an array-type AttributeValue.
static AttributeValue[] LibraryService.getServiceConfigurationProperties(java.lang.String domainName, java.lang.String schemaPassword, java.lang.String serviceConfigurationName)
          Gets service configuration properties from a ServiceConfiguration object.
static AttributeValue[] LibraryService.getServiceConfigurationProperties(java.lang.String databaseUrl, java.lang.String schemaName, java.lang.String schemaPassword, java.lang.String serviceConfigurationName)
          Deprecated. iFS 9.0.3: use startService(String, String, String, String)
static AttributeValue[] LibraryService.getServiceConfigurationProperties(java.lang.String serviceName)
          Deprecated. iFS 9.0.3: use ServiceConfiguration objects instead of service configuration property files
 AttributeValue ValueDefaultPropertyBundleDefinition.getPropertyValue()
          Gets the value of the new ValueDefaultPropertyBundleDefinition, as an AttributeValue.
 AttributeValue PropertyDefinition.getValue()
          Gets the value of the new Property.
 AttributeValue LibrarySession.getDomainPropertyValue(java.lang.String name)
          Gets the value of a domain property, by name.
 AttributeValue LibrarySession.getServiceConfigurationProperty(java.lang.String name)
          Gets the specified service configuration property.
 AttributeValue LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av, long objectId, long attributeId, long auditId, int count)
          Gets a fully resolved array-type AttributeValue with non-transient elements that is a copy of the specified array-type AttributeValue.
protected  AttributeValue LibrarySession.DMGetArrayTypeAttributeValue(long objectId, long attributeId, long auditId, int count)
          Invokes the identically-named remote S_LibrarySession method.
 

Methods in oracle.ifs.beans with parameters of type AttributeValue
 void LibraryObject.setAttribute(java.lang.String attr_name, AttributeValue attr_value)
          Set this object's attribute to the specified value.
 void LibraryObject.setAttribute(AttributeValue attr_value)
          Set this object's attribute to the specified value.
 void LibraryObject.setAttributes(java.lang.String[] attr_names, AttributeValue[] values)
          Set the values for a list of Attributes in the database.
 void LibraryObject.setAttributes(AttributeValue[] attr_values)
          Set this object's attributes to the specified values.
 void SystemObject.putProperty(AttributeValue av)
          Adds a Property to this object's PropertyBundle.
 void SystemObject.putProperty(java.lang.String name, AttributeValue av)
          Adds a Property to this object's PropertyBundle.
 void PublicObject.putProperty(AttributeValue av)
          Adds a Property to this object's PropertyBundle.
 void PublicObject.putProperty(java.lang.String name, AttributeValue av)
          Adds a Property to this object's PropertyBundle.
 void Property.setValue(AttributeValue av)
          Sets the value and data type of this Property.
 void LibraryObjectDefinition.setAttribute(java.lang.String name, AttributeValue value)
          Set an attribute for the new instance.
 void LibraryObjectDefinition.setAttributeByUpperCaseName(java.lang.String attrkey, AttributeValue value)
          Set an attribute for the new instance.
 void LibraryObjectDefinition.setAttribute(AttributeValue value)
          Set an attribute for the new instance.
 void LibraryObjectDefinition.setAttributes(AttributeValue[] values)
          Set a number of attributes for the new instance.
 void PropertyBundle.putPropertyValue(java.lang.String name, AttributeValue av)
          Puts a new value for a Property, replacing any attribute of the same name (analogous to Hashtable.put()).
 void PropertyBundle.putPropertyValue(AttributeValue av)
          Puts a new value for a Property, replacing any attribute of the same name (analogous to Hashtable.put()).
 void ValueDefaultPropertyBundle.setValue(AttributeValue av)
          Sets the value and data type of this ValueDefaultPropertyBundle.
 void PublicObjectDefinition.setContentQuotaCopyOption(AttributeValue quota)
          set the ContentQuota copy Option.
 void PropertyBundleDefinition.addPropertyValue(AttributeValue av)
          Adds a Property Value to the new PropertyBundle.
 void PropertyBundleDefinition.addPropertyValue(java.lang.String name, AttributeValue av)
          Adds a Property Value to the new PropertyBundle.
 void ValueDomainPropertyBundleDefinition.setValues(int domainType, AttributeValue av)
          Sets the domain type, data type, and values of the new ValueDomainPropertyBundle.
 void SchemaObject.putProperty(AttributeValue av)
          add a Property to this object's PropertyBundle.
 void SchemaObject.putProperty(java.lang.String name, AttributeValue av)
          add a Property to this object's PropertyBundle.
 boolean ValueDomain.isAttributeValueInValueDomain(AttributeValue av)
          Determines whether the specified attribute value lies within this ValueDomain.
static LibraryService LibraryService.startService(java.lang.String serviceName, java.lang.String schemaPassword, AttributeValue[] serviceConfiguration)
          Deprecated. iFS 9.0.3: use startService(String, String, String, String)
 void ValueDefaultPropertyBundleDefinition.setValue(AttributeValue av)
          Sets the value and data type of the new ValueDefaultPropertyBundle.
 java.lang.String Search.explainPlan(java.lang.String planTable, java.lang.String planName, boolean clearRows, AttributeValue[] bindValues)
          Generates the Query plan for the Search.
 void Search.open(AttributeValue[] bindValues)
          Opens the Search.
 void Search.open(AttributeValue[] bindValues, java.lang.String language)
          Opens the Search.
 void Search.open(AttributeValue[] bindValues, java.lang.String language, int timeout)
          Opens the Search.
 void Search.open(java.lang.String sqlHint, AttributeValue[] bindValues)
          Another variation of open.
 int Search.getItemCount(AttributeValue[] bindValues)
          Returns the number of rows in search result.
 int Search.getItemCount(AttributeValue[] bindValues, java.lang.String language)
          Returns the number of rows in search result.
 int Search.getItemCount(AttributeValue[] bindValues, java.lang.String language, int timeout)
          Returns the number of rows in search result.
 void PropertyDefinition.setValue(AttributeValue av)
          Sets the value and data type of the new Property.
 void LibrarySession.postSystemAuditEntry(long operationType, LibraryObject targetObject, LibraryObject assocObject, java.lang.String stringPayload, AttributeValue[] properties, boolean inTransaction)
          Create a System audit entry.
protected  void LibrarySession.DMPostSystemAuditEntry(long operationType, java.lang.Long targetObjectId, java.lang.Long targetObjectClassId, java.lang.Long assocObjectId, java.lang.Long assocObjectClassId, java.lang.String stringPayload, AttributeValue[] properties, boolean inTransaction)
          Invokes the identically-named remote S_LibrarySession method.
protected  java.util.Vector LibrarySession.DMGetArrayReferencingObjects(java.lang.Long attributeId, AttributeValue referencedValue, SortSpecification sort)
          Invokes the identically-named remote S_LibrarySession method.
protected  boolean LibrarySession.DMIsAttributeValueInValueDomain(java.lang.Long id, java.lang.Long classId, AttributeValue av)
          Invokes the identically-named remote S_LibrarySession method.
 

Uses of AttributeValue in oracle.ifs.common
 

Fields in oracle.ifs.common declared as AttributeValue
protected  AttributeValue AccessLevel.m_ExtendedPermissions
          the set of ExtendedPermissions enabled - kept as an AttributeValue (of type MVA-SystemObject)
 

Methods in oracle.ifs.common that return AttributeValue
static AttributeValue AttributeValue.newAttributeValue(int value)
          Constructs a new integer AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Integer value)
          Constructs a new integer AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(long value)
          Constructs a new long AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Long value)
          Constructs a new long AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(double value)
          Constructs a new double AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Double value)
          Constructs a new double AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.String value)
          Constructs a new string AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.util.Date value)
          Constructs a new date AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(boolean value)
          Constructs a new boolean AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Boolean value)
          Constructs a new boolean AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(SchemaObjectInterface value)
          Constructs a new SchemaObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(SystemObjectInterface value)
          Constructs a new SystemObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(PublicObjectInterface value)
          Constructs a new PublicObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(DirectoryObjectInterface value)
          Constructs a new DirectoryObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(int[] values)
          Constructs a new array-type integer AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Integer[] values)
          Constructs a new array-type integer AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(long[] values)
          Constructs a new array-type long AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Long[] values)
          Constructs a new array-type long AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(double[] values)
          Constructs a new array-type double AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Double[] values)
          Constructs a new array-type double AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.String[] values)
          Constructs a new array-type string AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.util.Date[] values)
          Constructs a new array-type date AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(boolean[] values)
          Constructs a new array-type boolean AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Boolean[] values)
          Constructs a new array-type boolean AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(SchemaObjectInterface[] values)
          Constructs a new array-type SchemaObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(SystemObjectInterface[] values)
          Constructs a new array-type SystemObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(PublicObjectInterface[] values)
          Constructs a new array-type PublicObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(DirectoryObjectInterface[] values)
          Constructs a new array-type DirectoryObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(long id, int attributeDataType)
          Internal use only: Constructs a new AttributeValue of the specified data type for the specified id.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Long id, int attributeDataType)
          Internal use only: Constructs a new AttributeValue of the specified data type for the specified id.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Long[] ids, int attributeDataType)
          Internal use only: Constructs a new AttributeValue of the specified data type for the specified array of ids.
static AttributeValue AttributeValue.newAttributeValue(int attributeDataType, long objectId, java.lang.Long attributeId, long auditId, int count)
          Internal use only: Constructs an AttributeValue of specified array-type data type.
static AttributeValue AttributeValue.newAttributeValue(AttributeValue av)
          Constructs a new AttributeValue identical to the specified AttributeValue except with no name.
static AttributeValue AttributeValue.newAttributeValue(java.lang.Object value)
          Constructs a new AttributeValue for the specified object.
static AttributeValue AttributeValue.newAttributeValue()
          Constructs a null AttributeValue of an unknown data type.
static AttributeValue AttributeValue.newNullAttributeValue(int attributeDataType)
          Constructs a null AttributeValue of the specified data type.
static AttributeValue AttributeValue.overrideName(java.lang.String name, AttributeValue av)
          Overrides the name set for this AttributeValue by cloning the AttributeValue if the name is already set.
static AttributeValue[] AttributeValue.hashtableToArray(java.util.Hashtable hashtable)
          Converts a hashtable of AttributeValues to an array.
 AttributeValue AttributeValueArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValueDoubleArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AccessLevel.getExtendedPermissions()
          Get all ExtendedPermissions, as an AttributeValue of type SystemObjectArray.
 AttributeValue AttributeValueLongArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValueSchemaObjectArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValueBooleanArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValueDateArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValuePublicObjectArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValueDirectoryObjectArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValueSystemObjectArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValueIntegerArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue AttributeValueStringArray.processResultSet(java.sql.ResultSet rset)
          Processes the result set containing the elements of the array-type AttributeValue.
 AttributeValue LibrarySessionInterface.getArrayTypeAttributeValue(AttributeValueArray av, long objectId, long attributeId, long auditId, int count)
          Gets a fully resolved array-type AttributeValue with non-transient elements that is a copy of the specified array-type AttributeValue.
 

Methods in oracle.ifs.common with parameters of type AttributeValue
static AttributeValue AttributeValue.newAttributeValue(AttributeValue av)
          Constructs a new AttributeValue identical to the specified AttributeValue except with no name.
static AttributeValue AttributeValue.overrideName(java.lang.String name, AttributeValue av)
          Overrides the name set for this AttributeValue by cloning the AttributeValue if the name is already set.
static java.util.Hashtable AttributeValue.arrayToHashtable(AttributeValue[] attrVals)
          Converts an array of AttributeValues to a hashtable, hashed by name.
protected  void AttributeValueArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValueDoubleArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
 void AccessLevel.enableExtendedPermission(AttributeValue av, LibrarySessionInterface sess)
          Enable an extended perrmission, specified as an AttributeValue
 void AccessLevel.disableExtendedPermission(AttributeValue av, LibrarySessionInterface sess)
          Disable an extended perrmission, specified as an AttributeValue
protected  void AttributeValueLongArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValueSchemaObjectArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValueBooleanArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValueDateArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValuePublicObjectArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValueDirectoryObjectArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValueSystemObjectArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValueIntegerArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
protected  void AttributeValueStringArray.loadElements(AttributeValue source)
          Copies the elements from the specified AttributeValue to this AttributeValue.
 

Uses of AttributeValue in oracle.ifs.management.domain
 

Methods in oracle.ifs.management.domain that return AttributeValue
 AttributeValue ServerInterface.getProperty(java.lang.String name)
          Gets the value of the specified dynamic property for this Server.
 AttributeValue[] ServerInterface.getProperties()
          Gets the values for all dynamic properties for this Server.
 AttributeValue[] DomainController.getServiceConfiguration(java.lang.String name, java.lang.String schemaPassword)
          Gets the properties of the specified SERVICECONFIGURATION.
 AttributeValue ServerManager.getProperty(java.lang.String name)
          Gets the value of the specified dynamic property for this Server.
 AttributeValue[] ServerManager.getProperties()
          Gets the values for all dynamic properties for this Server.
 AttributeValue[] DomainManager.getServiceConfiguration(java.lang.String name)
          Gets the properties of the specified SERVICECONFIGURATION.
 AttributeValue IfsServer.getProperty(java.lang.String name)
          Gets the value of the specified dynamic property for this Server.
 AttributeValue[] IfsServer.getProperties()
          Gets the values for all dynamic properties for this Server.
 AttributeValue[] DomainManagerInterface.getServiceConfiguration(java.lang.String name)
          Gets the properties of the specified SERVICECONFIGURATION.
 AttributeValue[] DomainControllerInterface.getServiceConfiguration(java.lang.String name, java.lang.String schemaPassword)
          Gets the properties of the specified SERVICECONFIGURATION.
 

Methods in oracle.ifs.management.domain with parameters of type AttributeValue
 void ServerInterface.setProperty(AttributeValue av)
          Sets the value of the specified dynamic property for this Server.
 ServiceManagerInterface NodeManagerInterface.startService(java.lang.String serviceName, AttributeValue[] serviceConfiguration)
          Starts a service on this NodeManager.
 void ServerManager.setProperty(AttributeValue av)
          Sets the value of the specified dynamic property for this Server.
 void IfsServer.setProperty(AttributeValue av)
          Sets the value of the specified dynamic property for this Server.
 void IfsServer.setProperty(java.lang.String name, AttributeValue av)
          Sets the value of the specified dynamic property for this Server.
protected  void IfsServer.handlePropertyChangeRequest(AttributeValue av)
          Called when a dynamic property of this Server is set or changed.
 ServiceManagerInterface NodeManager.startService(java.lang.String serviceName, AttributeValue[] serviceConfiguration)
          Starts a service on this NodeManager.
 

Uses of AttributeValue in oracle.ifs.search
 

Fields in oracle.ifs.search declared as AttributeValue
protected  AttributeValue PropertyQualification.m_Value
          The comparison value.
protected  AttributeValue FolderRestrictQualification.m_StartFolderAttributeValue
          For backward compatibility, the Startng folder can be specified as an AttributeValue, which gets validated later.
protected  AttributeValue[] BindValuesInSpecVisitor.m_Values
           
protected  AttributeValue AttributeQualification.m_AVValue
          Comparison Value as an AttributeValue.
protected  AttributeValue[] ViewSpecification.m_BindValues
          Values for dynamic parameters in SearchTree
protected  AttributeValue[] ExistenceQualification.m_Values
          Holds the Attribute Value array supplied by the user.
 

Methods in oracle.ifs.search that return AttributeValue
 AttributeValue PropertyQualification.getValue()
          Return the comparison value.
 AttributeValue[] ViewSpecification.getBindValues()
          Returns Bind Values that are used in this View Specification.
 AttributeValue[] ExistenceQualification.getRightAttributeValue()
          Gets up the Attribute value array for the right hand side.
protected  AttributeValue[] ExistenceQualification.getValues()
          Returns the AttributeValue array of RHS.
 

Methods in oracle.ifs.search with parameters of type AttributeValue
 void PropertyQualification.setValue(AttributeValue av)
          Sets the comparison value.
 void FolderRestrictQualification.setStartFolder(AttributeValue av)
          Sets the startFolder.
 SearchSpecification SearchSpecification.getBoundSpecification(LibrarySession sess, AttributeValue[] bindValues)
          This Specification is cloned and the input bind Values are bound in place in the cloned Specification.
 void AttributeQualification.setValue(AttributeValue av)
          Sets the comparison value.
 void AttributeQualification.setValue(AttributeValue av, LibrarySession sess)
          Sets the comparison Value.
 void ViewSpecification.setBindValues(AttributeValue[] bindVals)
          If the ViewSpecification uses a Late Boudn SearchSpecification, use this function to supply Bind Values.
 void ExistenceQualification.setRightAttributeValue(AttributeValue[] avArray)
          Sets up the Attribute value array for the right hand side.
 

Constructors in oracle.ifs.search with parameters of type AttributeValue
BindValuesInSpecVisitor(LibrarySession sess, AttributeValue[] vals)
           
 

Uses of AttributeValue in oracle.ifs.server
 

Fields in oracle.ifs.server declared as AttributeValue
protected  AttributeValue S_Property.m_Value
          The attribute value of the Property attribute appropriate for its datatype.
protected  AttributeValue[] S_LibraryObjectData.m_Attributes
          The values of the effective attributes of the LIBRARYOBJECT.
 

Methods in oracle.ifs.server that return AttributeValue
 AttributeValue S_LibraryObject.getAttribute(java.lang.String attr_name)
          return an AttributeValue object that holds the value of the requested attribute.
 AttributeValue S_LibraryObject.getAttributeByUpperCaseName(java.lang.String attr_name)
          Gets the attribute value for the specified attribute.
protected  AttributeValue S_LibraryObject.getEventualAttributeByUpperCaseName(java.lang.String attrname, S_LibraryObjectDefinition def)
          Gets the attribute value for the specified attribute from either the target object or from the specified definition.
protected  AttributeValue S_PublicObject.getDefaultAclFromUserProfile(java.lang.Long classid)
          Get the defaultACL for a specified class of object, based on the current user's primaryUserProfile's DEFAULTACLS propertyBundle.
protected  AttributeValue S_PublicObject.createCategory(OperationState opState, S_LibraryObjectDefinition catdef, S_LibraryObjectDefinition podef)
          Add a new Category to an OperationState.
 AttributeValue S_PropertyBundle.getPropertyValue(java.lang.String name)
          Gets the value of a particular property.
 AttributeValue S_ClassObject.getInheritedPropertyValue(java.lang.String name)
          gets the named property, if any, by searching in the target ClassObject's PropertyBundle, or in one of its superclasses PropertyBundle.
 AttributeValue S_ValueDomainPropertyBundle.getPropertyValue()
          Gets the value of this ValueDefaultPropertyBundle.
 AttributeValue S_Property.getPropertyValue()
          Gets the value of the Property.
 AttributeValue S_LibraryService.getServiceConfigurationProperty(java.lang.String name)
          Gets the specified service configuration property.
 AttributeValue S_LibrarySession.getServiceConfigurationProperty(java.lang.String name)
          Gets the specified service configuration property.
 AttributeValue S_LibrarySession.getDomainPropertyValue(java.lang.String name)
          Gets the value of a domain property, by name.
 AttributeValue S_LibrarySession.DMGetArrayTypeAttributeValue(long objectId, long attributeId, long auditId, int count)
          Gets a fully resolved array-type AttributeValue with non-transient elements for the the specified object/attribute combination.
 AttributeValue S_LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av, long objectId, long attributeId, long auditId, int count)
          Gets a fully resolved array-type AttributeValue with non-transient elements that is a copy of the specified array-type AttributeValue.
static AttributeValue S_LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av, long objectId, long attributeId, long auditId, S_LibrarySession session, LibraryConnection lconn, java.sql.Connection conn)
          Gets a fully resolved array-type AttributeValue with non-transient elements that is a copy of the specified array-type AttributeValue.
 AttributeValue S_LibrarySession.createPublicObjectInstance(OperationState opState, S_LibraryObjectDefinition sdef)
          Creates a new S_PublicObject based on the specified S_LibraryObjectDefinition within an OperationState context.
protected  AttributeValue S_LibrarySession.createVersionedPublicObjectInstance(OperationState opState, S_LibraryObjectDefinition sdef)
          Creates a new S_PublicObject based on the specified S_LibraryObjectDefinition within an OperationState context.
 AttributeValue S_LibrarySession.createSystemObjectInstance(OperationState opState, S_LibraryObjectDefinition sdef)
          Creates a new S_SystemObject based on the specified S_LibraryObjectDefinition within an OperationState context.
 AttributeValue S_LibrarySession.createSchemaObjectInstance(OperationState opState, S_LibraryObjectDefinition sdef)
          Creates a new S_SchemaObject based on the specified S_LibraryObjectDefinition within an OperationState context.
static AttributeValue S_LibrarySession.getValueFromResultSet(java.sql.ResultSet rset, int position, int datatype, java.lang.Long attributeId, long auditId)
          Gets the value of the specified bind variable in a ResultSet.
 AttributeValue S_ValueDefault.getPropertyValue()
          Gets the value of the ValueDefaultPropertyBundle of this ValueDefault, as an AttributeValue.
 AttributeValue IfsCredentialManager.getProperty(java.lang.String name)
          Gets the value of the specified dynamic property for this CredentialManager.
 AttributeValue OidCredentialManager.getProperty(java.lang.String name)
          Gets the value of the specified dynamic property for this OidCredentialManager.
 AttributeValue[] S_LibraryObjectData.getAttributes()
          Gets the values of the attributes of the LIBRARYOBJECT represented by this S_LibraryObjectData.
 AttributeValue S_LibraryObjectData.getAttribute(java.lang.String name, S_LibrarySession session)
          Gets the value of the specified attribute for the LIBRARYOBJECT represented by this S_LibraryObjectData.
 AttributeValue S_LibraryObjectData.getAttribute(java.lang.String name, LibrarySession session)
          Gets the value of the specified attribute for the LIBRARYOBJECT represented by this S_LibraryObjectData.
 AttributeValue S_ValueDefaultPropertyBundle.getPropertyValue()
          Gets the value of this ValueDefaultPropertyBundle.
 AttributeValue CredentialManager.getProperty(java.lang.String name)
          Gets the value of the specified dynamic property for this CredentialManager.
 AttributeValue DirectoryService.getProperty(java.lang.String credentialManagerName, java.lang.String name)
          Gets the value of the specified dynamic property for the specified CredentialManager.
 AttributeValue S_ValueDomain.getPropertyValue()
          Gets the value of the ValueDomainPropertyBundle of this ValueDomain, as an AttributeValue.
 AttributeValue S_LibraryObjectDefinition.getAttribute(java.lang.String name)
          return an AttributeValue object that holds the value of the requested attribute.
 AttributeValue S_LibraryObjectDefinition.getUserSetAttribute(java.lang.String name)
          return a User-set AttributeValue object that holds the value of the requested attribute.
 AttributeValue S_LibraryObjectDefinition.getSystemSetAttribute(java.lang.String name)
          return a System set AttributeValue object that holds the value of the requested attribute.
 AttributeValue[] S_LibraryObjectDefinition.getUserSetAttributes()
          return array of Attribute values that were set by the user for this new instance.
 AttributeValue[] S_LibraryObjectDefinition.getSystemSetAttributes()
          Gets the system-set attributes.
 AttributeValue[] S_LibraryObjectDefinition.getAttributes()
          return array of Attribute values that were set for this new instance.
 AttributeValue S_LibrarySessionInterface.DMGetArrayTypeAttributeValue(long objectId, long attributeId, long auditId, int count)
           
protected  AttributeValue S_ExportedLibraryObjectDefinition.extractObjectReferences(java.lang.String attrName, AttributeValue av)
          extract any object references from specified AttributeValue.
 

Methods in oracle.ifs.server with parameters of type AttributeValue
protected  java.lang.String S_LibraryObject.deriveOwnerUniqueName(AttributeValue avName, AttributeValue avOwner)
          Derive a "owner based unique name", which is a composite of the owner's DirectoryUser id and the name.
 void S_LibraryObject.setAttribute(java.lang.String attr_name, AttributeValue attr_value)
          set the object's attribute to the specified value.
 void S_LibraryObject.setAttribute(AttributeValue attr_value)
          set the object's attribute to the specified value.
protected static S_Policy S_LibraryObject.findPolicyFromPropertyBundleAv(S_LibrarySession sess, AttributeValue av, java.lang.String operationName)
          ???
protected  void S_LibraryObject.insertRow(AttributeValue[] avs, S_ClassObjectData clssdata, java.lang.Long auditId)
          ???
protected  S_ValueDomain S_LibraryObject.determineValueDomain(AttributeValue av, S_ClassObjectData classData, S_LibraryObjectDefinition def)
          return the ValueDomain that is in force for the specified AttributeValue.
protected  java.util.Vector S_LibraryObjectSelector.selectArrayReferencingObjects(AttributeValue referencedValue, java.lang.Long attributeId, SortSpecification sort)
           
protected  long S_LibraryObjectSelector.selectArrayReferencingObjectsCount(AttributeValue referencedValue, java.lang.Long attributeId)
           
protected  S_LibraryObjectCursor S_LibraryObjectSelector.selectArrayReferencingObjectsCursor(AttributeValue referencedValue, java.lang.Long attributeId, SortSpecification sort)
           
protected  LibraryQueryStatement S_LibraryObjectSelector.getArrayReferencingObjectsStatement(LibraryConnection lconn, java.sql.Connection conn, AttributeValue referencedValue, SortSpecification sort)
           
protected  LibraryQueryStatement S_LibraryObjectSelector.getArrayReferencingObjectsCountStatement(LibraryConnection lconn, java.sql.Connection conn, AttributeValue referencedValue)
           
 void S_PropertyBundle.putProperty(AttributeValue av)
          Inserts or updates a property in this PropertyBundle.
 boolean S_ValueDomainPropertyBundle.isAttributeValueInValueDomainPropertyBundle(AttributeValue av)
          Determines whether the specified attribute value lies within this ValueDomainPropertyBundle.
static S_LibraryService S_LibraryService.startService(java.lang.String serviceName, java.lang.String schemaPassword, AttributeValue[] serviceConfiguration)
          Starts a new iFS service with the specified name.
protected  S_AccessControlList[] S_AccessControlListSelector.selectAllCompositeAcls(AttributeValue componentAcl)
          return all Composite ACLs that include the specified parameter as a component ACL.
protected  S_AccessControlList[] S_AccessControlListSelector.selectAllCompositeAcls(AttributeValue componentAcl, SortSpecification sort)
          return all Composite ACLs that include the specified parameter as a component ACL.
protected  java.util.Vector S_AccessControlListSelector.selectAllCompositeAclData(AttributeValue componentAcl, SortSpecification sort)
          return Vector of S_LibraryObjectData objects corresponding to all Composite ACLs that include the specified parameter as a component ACL.
protected  java.util.Vector S_ServerConfigurationSelector.selectInheritingServerConfigurationData(AttributeValue sc)
          Gets the ServerConfigurations that inherit the specified ServerConfiguration.
protected  java.lang.Object[] S_LibrarySession.getArrayAttributeValueEntries(int dataType, AttributeValue av)
          Gets the array of objects corresponding to an array-type AttributeValue.
 java.util.Vector S_LibrarySession.DMGetArrayReferencingObjects(java.lang.Long attributeId, AttributeValue referencedValue, SortSpecification sort)
          Gets the set of object data for objects that are instances of the class on which the specified Attribute is defined, and whose array value contains the specified referenced value.
 boolean S_LibrarySession.DMIsAttributeValueInValueDomain(java.lang.Long id, java.lang.Long classId, AttributeValue av)
          Determines whether the specified attribute value lies within this ValueDomain.
 void S_LibrarySession.setValueInStatement(java.sql.PreparedStatement stmt, AttributeValue av, int position, int datatype)
          Sets a bind variable in the specified PreparedStatement, coercing the datatype as necessary.
protected  void S_LibrarySession.setSpecifiedInsertColumns(AttributeValue[] avs, S_ClassObjectData classData, int position_offset, java.sql.PreparedStatement stmt)
          Sets the specified bind variables of the specified INSERT statement for the specified classobject.
protected  java.sql.PreparedStatement S_LibrarySession.generateUpdateStatement(java.lang.String tableName, S_ClassObjectData classData, AttributeValue[] avs, LibraryConnection lconn, java.sql.Connection conn, long id)
          Generates an UPDATE statement for the specified object, classobject, and values.
 void S_LibrarySession.DMPostSystemAuditEntry(long operationType, java.lang.Long targetObjectId, java.lang.Long targetObjectClassId, java.lang.Long assocObjectId, java.lang.Long assocObjectClassId, java.lang.String stringPayload, AttributeValue[] properties, boolean inTransaction)
          Create a System audit entry.
 void S_LibrarySession.postSystemAuditEntry(long operationType, S_LibraryObject targetObject, S_LibraryObject assocObject, java.lang.String stringPayload, AttributeValue[] properties, boolean inTransaction)
          Create a System audit entry.
 void S_LibrarySession.postSystemAuditEntry(long operationType, java.lang.Long targetObjectId, java.lang.Long targetObjectClassId, java.lang.Long assocObjectId, java.lang.Long assocObjectClassId, java.lang.String stringPayload, AttributeValue[] properties, boolean inTransaction)
          Create a System audit entry.
 java.lang.String IfsCredentialManager.createUser(java.lang.String name, java.lang.String password, AttributeValue[] options)
          Creates a new user.
 void IfsCredentialManager.deleteUser(java.lang.String distinguishedName, AttributeValue[] options)
          Deletes the specified user.
 void IfsCredentialManager.setPassword(java.lang.String distinguishedName, java.lang.String password, AttributeValue[] options)
          Sets the password of the specified user.
 java.util.Vector IfsCredentialManager.listUsers(AttributeValue[] options)
          Gets the distinguished names of all users managed by this CredentialManager.
 java.lang.String OidCredentialManager.createUser(java.lang.String name, java.lang.String password, AttributeValue[] options)
          Creates a new user.
 void OidCredentialManager.deleteUser(java.lang.String distinguishedName, AttributeValue[] options)
          Deletes the specified user.
 void OidCredentialManager.setPassword(java.lang.String distinguishedName, java.lang.String password, AttributeValue[] options)
          Sets the password of the specified user.
 java.util.Vector OidCredentialManager.listUsers(AttributeValue[] options)
          Gets the distinguished names of all users managed by this OidCredentialManager.
 java.lang.String CredentialManager.createUser(java.lang.String name, java.lang.String password, AttributeValue[] options)
          Creates a new user.
 void CredentialManager.deleteUser(java.lang.String distinguishedName, AttributeValue[] options)
          Deletes the specified user.
 void CredentialManager.setPassword(java.lang.String distinguishedName, java.lang.String password, AttributeValue[] options)
          Sets the password of the specified user.
 java.util.Vector CredentialManager.listUsers(AttributeValue[] options)
          Gets the distinguished names of all users managed by this CredentialManager.
 void S_Search.validateValue(java.lang.String clss, java.lang.String attribute, AttributeValue av)
          Check if the Value is valid for the Attribute.
 java.lang.String DirectoryService.createUser(java.lang.String credentialManagerName, java.lang.String name, java.lang.String password, AttributeValue[] options)
          Creates a new user in the specified CredentialManager.
 void DirectoryService.deleteUser(java.lang.String credentialManagerName, java.lang.String distinguishedName, AttributeValue[] options)
          Deletes the specified user from the specified CredentialManager.
 void DirectoryService.setPassword(java.lang.String credentialManagerName, java.lang.String distinguishedName, java.lang.String password, AttributeValue[] options)
          Sets the password of the specified user in the specified CredentialManager.
 java.util.Vector DirectoryService.listUsers(java.lang.String credentialManagerName, AttributeValue[] options)
          Gets the distinguished names of all users managed by the specified CredentialManager.
 boolean S_ValueDomain.isAttributeValueInValueDomain(AttributeValue av)
          Determines whether the specified attribute value lies within this ValueDomain.
protected  void S_LibraryObjectDefinition.setAttribute(java.lang.String name, AttributeValue value)
          set an attribute for the new instance.
 void S_LibraryObjectDefinition.setUserSetAttribute(java.lang.String name, AttributeValue value)
          set an attribute for the new instance.
 void S_LibraryObjectDefinition.setUserSetAttribute(AttributeValue value)
          set an attribute for the new instance.
 void S_LibraryObjectDefinition.setSystemSetAttribute(java.lang.String name, AttributeValue value)
          set a system-set attribute for the new instance (or for update).
 void S_LibraryObjectDefinition.setSystemSetAttribute(AttributeValue value)
          set a SystemSet attribute for the new instance.
 java.lang.String SQLGeneration_Helper.convertToString(AttributeValue av)
           
 java.lang.String SQLGeneration_Helper.convertToSQLString(AttributeValue av)
           
 void S_LibrarySessionInterface.DMPostSystemAuditEntry(long operationType, java.lang.Long targetObjectId, java.lang.Long targetObjectClassId, java.lang.Long assocObjectId, java.lang.Long assocObjectClassId, java.lang.String stringPayload, AttributeValue[] properties, boolean inTransaction)
           
 java.util.Vector S_LibrarySessionInterface.DMGetArrayReferencingObjects(java.lang.Long attributeId, AttributeValue referencedValue, SortSpecification sort)
           
 boolean S_LibrarySessionInterface.DMIsAttributeValueInValueDomain(java.lang.Long id, java.lang.Long classId, AttributeValue av)
           
 void S_ExportedLibraryObjectDefinition.setUserSetAttribute(java.lang.String name, AttributeValue value)
          set an attribute for the new instance.
 void S_ExportedLibraryObjectDefinition.setSystemSetAttribute(java.lang.String name, AttributeValue value)
          set a system-set attribute for the new instance.
protected  AttributeValue S_ExportedLibraryObjectDefinition.extractObjectReferences(java.lang.String attrName, AttributeValue av)
          extract any object references from specified AttributeValue.
 

Constructors in oracle.ifs.server with parameters of type AttributeValue
S_LibraryObjectData(java.lang.Long id, java.lang.Long classId, AttributeValue[] attributes, boolean fullySelected, S_LibrarySession session)
          Constructs an S_LibraryObjectData.
S_AttributeData(java.lang.Long id, java.lang.Long classId, AttributeValue[] attributes, boolean isFullySelected, S_LibrarySession session)
          Constructs a S_AttributeData.
S_ClassObjectData(java.lang.Long id, java.lang.Long classId, AttributeValue[] attributes, boolean fullySelected, S_LibrarySession session)
          Constructs an S_ClassObjectData.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.