Modifier and Type | Method and Description |
---|---|
protected static void |
CredentialManagerConfiguration.showAttributeValue(String prefix,
AttributeValue av,
LibrarySession session)
Prints the specified AttributeValue.
|
Modifier and Type | Method and Description |
---|---|
static NodeConfiguration |
DomainConfiguration.createNodeConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isActive,
NodeConfiguration superNC,
Hashtable props,
DomainConfiguration.DefaultServiceDefinition[] services,
DomainConfiguration.DefaultServerDefinition[] servers,
boolean verboseLogging,
String logPrefix)
Creates NODECONFIGURATION object.
|
static ServerConfiguration |
DomainConfiguration.createServerConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isAbstract,
ServerConfiguration[] inheritedSCs,
ServerConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVERCONFIGURATION object.
|
static ServiceConfiguration |
DomainConfiguration.createServiceConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
ServiceConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVICECONFIGURATION object.
|
protected static void |
DomainConfiguration.showAttributeValue(String prefix,
AttributeValue av,
LibrarySession session)
Prints the specified AttributeValue.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeValue[] |
AdminManager.getAVArrayFromBooleanNamedTokenArray(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getAVArrayFromBooleanNamedTokenArray() - get an AV[] from
token of the form {name1 : false, name2 : true}.
|
protected AttributeValue[] |
AdminManager.getAVArrayFromStringNamedTokenArray(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getAVArrayFromStringNamedTokenArray() - get an AV[] from
token of the form {name1 : value1, name2 : value2}.
|
protected AttributeValue |
AdminManager.getBooleanArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getBooleanArrayAVFromToken() - get an AV of type
Boolean array from a token.
|
protected AttributeValue |
AdminManager.getBooleanAVFromToken(LibrarySession sess,
String token,
String valueDelim)
getBooleanAVFromToken() - get an AV of type Boolean
from a token.
|
protected AttributeValue |
AdminManager.getClassObjectArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getClassObjectArrayAVFromToken() - get an AV of type
ClassObject array from a token.
|
protected AttributeValue |
AdminManager.getDateArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim,
String valueFormatDelim)
getDateArrayAVFromToken() - get an AV of type
Date array from a token.
|
protected AttributeValue |
AdminManager.getDateAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String valueformatDelim)
getDateAVFromToken() - get an AV of type Date
from a token.
|
protected AttributeValue |
AdminManager.getDoubleArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim,
String valueFormatDelim)
getDoubleArrayAVFromToken() - get an AV of type
Double array from a token.
|
protected AttributeValue |
AdminManager.getDoubleAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String valueformatDelim)
getDoubleAVFromToken() - get an AV of type Date
from a token.
|
protected AttributeValue |
AdminManager.getIntegerArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getIntegerArrayAVFromToken() - get an AV of type
Integer array from a token.
|
protected AttributeValue |
AdminManager.getIntegerAVFromToken(LibrarySession sess,
String token,
String valueDelim)
getIntegerAVFromToken() - get an AV of type Integer
from a token.
|
protected AttributeValue |
AdminManager.getLongArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getLongArrayAVFromToken() - get an AV of type
Long array from a token.
|
protected AttributeValue |
AdminManager.getLongAVFromToken(LibrarySession sess,
String token,
String valueDelim)
getLongAVFromToken() - get an AV of type Long
from a token.
|
protected AttributeValue |
AdminManager.getPolicyArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getPolicyArrayAVFromToken() - get an AV of type
SystemObject array from a token.
|
protected AttributeValue |
AdminManager.getStringArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getStringArrayAVFromToken() - get an AV of type
String array from a token.
|
protected AttributeValue |
AdminManager.getStringAVFromToken(LibrarySession sess,
String token,
String valueDelim)
getStringAVFromToken() - get an AV of type String
from a token.
|
AttributeValue |
AttributeValueAdmin.lookupAttributeValue(String idname) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyBundleAdmin.addProperties(LibrarySession sess,
PropertyBundle pb,
AttributeValue[] avs)
internal variant of addProperties
|
void |
PropertyBundleAdmin.addProperties(LibrarySession sess,
String idname,
AttributeValue[] avs,
ParameterTable params)
internal variant of addProperties
|
protected String |
SelectorObjectAdmin.formatAttr(LibrarySession sess,
AttributeValue av)
Format an attribute value as a string
|
protected String |
SelectorObjectAdmin.getAttributeValueSearchString(LibrarySession sess,
AttributeValue av)
return an AV converted to a String suitable for use in a Selector
SelectQualification.
|
protected void |
ValueDefaultAdmin.setValueDefaultValue(LibrarySession sess,
String name,
AttributeValue av)
internal variant of Modify ValueDefault
|
Modifier and Type | Method and Description |
---|---|
static UpgradeDriverManager |
UpgradeDriverFactory.createUpgradeDriver(DataSource dataSource,
InputStream upgradeScript,
AttributeValue[] defaultProperties)
Constructs a schema upgrade driver.
|
void |
UpgradeAction.initialize(UpgradeActionContext uac,
String name,
AttributeValue[] properties)
Initializes the upgrade action.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeValue[] |
AbstractUpgradeAction.getProperties()
Gets the upgrade action properties.
|
protected AttributeValue |
AbstractUpgradeAction.getProperty(String propertyName)
Gets the upgrade action property with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractUpgradeAction.initialize(UpgradeActionContext uac,
String name,
AttributeValue[] properties)
Initializes the upgrade action.
|
Modifier and Type | Method and Description |
---|---|
void |
OPatchSchemaOperations.rollback(InputStream upgradeScript,
AttributeValue[] defaultProperties)
Performs schema operations required by OPATCH rollback.
|
void |
OPatchSchemaOperations.upgrade(InputStream upgradeScript,
AttributeValue[] defaultProperties,
boolean onlineUpgrade)
Performs schema operations required by OPATCH upgrade.
|
Constructor and Description |
---|
UpgradeDriver(DataSource dataSource,
InputStream upgradeScript,
AttributeValue[] defaultProperties)
Constructs an UpgradeDriver.
|
Modifier and Type | Method and Description |
---|---|
protected ValueDefault |
CreateNamedPropertyBundle.createValueDefault(LibrarySession session,
String name,
String description,
AttributeValue value)
Create a ValueDefault
|
protected void |
CreateNamedPropertyBundle.putPropertyValue(PropertyBundle pb,
String propertyName,
AttributeValue value)
Update or add a property to a property bundle.
|
protected void |
CreateNamedPropertyBundle.putPropertyValue(PropertyBundle pb,
String propertyName,
AttributeValue value,
boolean skipIfExists)
Update or add a property to a property bundle.
|
protected void |
CreateNamedPropertyBundle.updateValueDefaultValue(ValueDefault vdef,
AttributeValue value)
Update the value of a ValueDefault.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeValue |
LibraryObjectDefinition.m_ClassObjectValue |
protected AttributeValue |
Property.m_Value
The attribute value of the Property attribute appropriate for its
datatype.
|
Modifier and Type | Method and Description |
---|---|
static AttributeValue |
PreparedSelector.createSearchTarget(String classAndAlias)
Create a search target specification, from a single space-delimited String
that has the ClassObject name and alias.
|
static AttributeValue |
PreparedSelector.createSearchTarget(String className,
String alias)
Create a search target specification, from a ClassObject name and alias.
|
static AttributeValue |
PreparedSelector.createSearchTarget(String className,
String alias,
String viewName)
Create a search target specification, from an optional ClassObject name,
an alias, and an explicit table or view name.
|
protected AttributeValue |
LibrarySession.DMGetArrayTypeAttributeValue(long objectId,
long attributeId,
Long priClassId,
int count)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMGetAuditTypesForClass(String className,
boolean includeNested)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMGetAuditTypesForCreateOperations()
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMGetAuditTypesForFreeOperations()
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMGetCustomAuditTypes()
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue |
LibrarySession.DMGetMapTypeAttributeValue(int dataType,
long objectId,
long attributeId,
int count)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue |
LibrarySession.DMGetProperty(Long propertyBundleId,
Long propertyBundleClassId,
String propertyName)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMSelectAggregateAuditEventColumns(Long auditSpec,
String aggFuncName,
String[] columnNames,
String[] aggColumnNames,
String filterClause,
String sortClause)
Invokes the identically-named remote S_LibrarySession method.
|
AttributeValue |
PublicObjectDefinition.getAddToFolderOption()
Deprecated.
CM SDK 10gR2: use getAddToFolderValue()
|
AttributeValue |
PublicObjectDefinition.getAddToFolderValue()
returns the Add To Folder Option for the new PublicObject.
|
AttributeValue |
LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av,
long objectId,
long attributeId,
Long priClassId,
int count)
Gets a fully resolved array-type AttributeValue with non-transient
elements that is a copy of the specified array-type AttributeValue.
|
AttributeValue |
LibraryObject.getAttribute(String attr_name)
Returns an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
LibraryObjectDefinition.getAttribute(String name)
Return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
LibraryObjectDefinition.getAttribute(String name,
boolean policyMode)
Return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
LibraryObject.getAttributeByUpperCaseName(String attr_name)
Returns the attribute value for the specified attribute.
|
AttributeValue[] |
LibraryObjectDefinition.getAttributes()
Return array of Attribute values that were set for this
new instance.
|
AttributeValue[] |
LibraryObjectDefinition.getAttributes(boolean policyMode)
Return array of Attribute values that were set for this
new instance.
|
AttributeValue[] |
LibraryObject.getAttributes(String[] attrNames)
Returns an array of AttributeValue objects
that holds the values of the requested attributes.
|
AttributeValue[] |
LibraryObject.getAttributesByUpperCaseNames(String[] attrNames)
Returns an array of AttributeValue objects
that holds the values of the requested attributes.
|
AttributeValue[] |
LibraryObjectDefinition.getAttributesSorted()
Return array of Attribute values sorted by the Attribute
name used for each, so that a predictable ordering occurs.
|
AttributeValue[] |
LibrarySession.getAuditTypesForClass(String className,
boolean includeNested)
Gets the audit operation type values for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
AttributeValue[] |
LibrarySession.getAuditTypesForCreateOperations()
Gets the audit operation type values that correspond to "CREATED"
operations.
|
AttributeValue[] |
LibrarySession.getAuditTypesForFreeOperations()
Gets the audit operation type values that correspond to "FREE" operations.
|
AttributeValue[] |
PreparedSelector.getAuxiliarySearchTargets()
Returns the auxiliary search targets.
|
AttributeValue[] |
EventNotificationSelector.getBindValues()
Gets the bind values to use in the select statement.
|
AttributeValue[] |
PreparedSelector.getBindValues()
Gets the bind values to use in the select statement.
|
AttributeValue |
PublicObjectDefinition.getCascadeCopyRelationshipsOptionValue()
Return the value of the CascadeCopyRelationships option.
|
AttributeValue[] |
SystemObjectDefinition.getCategoriesForDelete()
Get any categories that have been added to this definition
for the purpose of being removed/deleted from this SystemObject.
|
AttributeValue |
LibraryObjectDefinition.getClassObjectValue()
Return the ClassObject value for the new instance, as an AttributeValue.
|
AttributeValue |
LibrarySession.getClassObjectValueByName(String name)
Gets an AttributeValue representation of a CLASSOBJECT that has the
specified name.
|
AttributeValue |
PublicObjectDefinition.getContentQuotaCopyOption()
returns the ContentQuota copy Option.
|
AttributeValue |
ContentObjectDefinition.getContentSizeValue()
Gets the previously set media (of null if none set).
|
AttributeValue |
ContentObjectDefinition.getCopiedContent()
Gets the content as a reference to an existing ContentObject.
|
AttributeValue |
LibraryObjectDefinition.getCopiedObjectValue()
Get the Copied object value option.
|
AttributeValue[] |
LibrarySession.getCustomAuditTypes()
Gets the custom audit operation type values.
|
AttributeValue |
LibrarySession.getDomainPropertyValue(String name)
Gets the value of a domain property, by name.
|
AttributeValue |
ServerConfiguration.getEffectivePropertyValue(String name)
Gets the value of an effective Property specified by name.
|
AttributeValue |
ServerConfiguration.getEffectivePropertyValueByUpperCaseName(String name)
Gets the value of an effective Property specified by name, where the name
must be in all uppercase.
|
AttributeValue |
LibraryObject.getEventualAttributeByUpperCaseName(String attrName,
LibraryObjectDefinition def)
Gets the attribute value for the specified attribute from either
the target object or from the specified definition.
|
AttributeValue |
AccessControlEntryDefinition.getGranteeValue()
Returns the grantee value to be associated with this definition.
|
AttributeValue |
ClassObject.getInheritedPropertyValue(String name)
Gets named property, if any, by searching in the target
ClassObject's PropertyBundle, or in one of its
superclasses PropertyBundle.
|
AttributeValue |
ClassObject.getInheritedPropertyValue(String name,
boolean bypassNulls)
Gets named property, if any, by searching in the target
ClassObject's PropertyBundle, or in one of its
superclasses PropertyBundle.
|
AttributeValue |
AccessControlEntryDefinition.getInsertAfterAccessControlEntryValue()
Returns the reference ACE set using setInsertAfterAccessControlEntryValue.
|
AttributeValue |
AccessControlEntryDefinition.getInsertBeforeAccessControlEntryValue()
Returns the reference ACE set using setInsertBeforeAccessControlEntryValue.
|
AttributeValue |
LockObjectDefinition.getLockHolderValue()
Get the lock holder for lock
|
AttributeValue |
PublicObjectDefinition.getLockObjectValue()
get the LockObject to be set on this PO
|
AttributeValue |
LockObjectDefinition.getLockStateValue()
get the value for the lockstate of this lock
|
protected AttributeValue[] |
PublicObject.getLockTypeAuditProperties(int lockType)
Gets the audit event properties to add that describe
a Lock type.
|
AttributeValue |
LibrarySession.getMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count)
Gets a fully resolved map-type AttributeValue with non-transient
elements that is a copy of the specified map-type AttributeValue.
|
AttributeValue[] |
ContentObjectDefinition.getMediaOptions()
Gets name/value pairs whose semantics are specific to the ContentObject's
MEDIA.
|
AttributeValue |
ContentObjectDefinition.getMediaValue()
Deprecated.
CM SDK 10gR2: use getAttribute
|
AttributeValue |
DocumentDefinition.getNextLifecyclePolicyEntryValue()
Gets the next LifecyclePolicyEntry to be used as the state
of the document.
|
AttributeValue |
SimplePropertyTableList.getObjectPropertyAsValue(String propName)
Gets the object property value for the property name specified.
|
protected AttributeValue |
LibraryObjectDefinition.getOptionAsAttributeValue(String name) |
AttributeValue |
AccessControlEntryDefinition.getPermissionBundlesValue()
Returns set of PermissionBundles that are specified.
|
AttributeValue |
PreparedSelector.getPrimarySearchTarget()
Returns the primary search target.
|
AttributeValue |
SimplePropertyTable.getPropertyAsValue(String propName)
Gets the property value for the property name specified.
|
AttributeValue |
ValueDefault.getPropertyValue()
Gets the value of the ValueDefaultPropertyBundle of this ValueDefault.
|
AttributeValue |
ValueDefaultPropertyBundle.getPropertyValue()
Gets the value of this ValueDefaultPropertyBundle, as an AttributeValue.
|
AttributeValue |
ValueDefaultPropertyBundleDefinition.getPropertyValue()
Gets the value of the new ValueDefaultPropertyBundleDefinition,
as an AttributeValue.
|
AttributeValue |
ValueDomain.getPropertyValue()
Gets the value of the ValueDomainPropertyBundle of this ValueDomain.
|
AttributeValue |
ValueDomainPropertyBundle.getPropertyValue()
Gets the values allowed for this ValueDomainPropertyBundle, as an
array-type AttributeValue.
|
AttributeValue |
ValueDomainPropertyBundleDefinition.getPropertyValue()
Gets the values allowed for the new ValueDomainPropertyBundle, as an
array-type AttributeValue.
|
AttributeValue |
LibraryObject.getPropertyValue(String key)
Returns a property from the PropertyBundle associated with this instance.
|
AttributeValue |
PropertyBundle.getPropertyValue(String name)
Gets the value of a specific Property by name.
|
AttributeValue |
PropertyBundle.getPropertyValueByUpperCaseName(String name)
Gets the value of a specific Property by name, where the name must be
in all uppercase.
|
AttributeValue[] |
PropertyBundle.getPropertyValues()
Gets the values of all the properties in this PropertyBundle.
|
AttributeValue |
VersionDescriptionDefinition.getPublicObjectValue()
Returns the previously specified PublicObject, or null
if no value was specified.
|
AttributeValue |
DocumentDefinition.getReferringLibraryObjectValue()
Gets the referring LibraryObject through which access is granted to the
shared ContentObject
or null if no existing ContentObject was specified.
|
AttributeValue |
PublicObjectDefinition.getSecuringPublicObjectValue()
returns the object responsible for providing security
settings for the target object.
|
static AttributeValue[] |
LibraryService.getServiceConfigurationProperties(String serviceConfigurationName,
DataSource ds)
Gets service configuration properties from a ServiceConfiguration
object.
|
static AttributeValue[] |
LibraryService.getServiceConfigurationProperties(String domainName,
String schemaPassword,
String serviceConfigurationName)
Deprecated.
9.2.5: use
getServiceConfigurationProperties(String, DataSource) |
static AttributeValue[] |
LibraryService.getServiceConfigurationProperties(String schemaPassword,
String serviceConfigurationName,
String databaseUrl,
String schemaName)
Deprecated.
9.2.5: use
getServiceConfigurationProperties(String, DataSource) |
AttributeValue |
LibrarySession.getServiceConfigurationProperty(String name)
Gets the specified service configuration property.
|
AttributeValue |
ContentObjectDefinition.getSharedContent()
Gets the content shared as an existing ContentObject.
|
AttributeValue |
DocumentDefinition.getSharedContentObjectValue()
Gets the existing ContentObject with which this Document will share content.
|
AttributeValue |
LibraryObject.getSimplePropertyValue(String attrName,
String propName)
Gets the SimpleProperty value for the property name specified,
for the specified attribute.
|
AttributeValue |
CompositeGroupDefinition.getSortedMembersValue()
Gets the sorted direct members value.
|
protected AttributeValue |
LibraryObjectDefinition.getSystemOptionAsAttributeValue(String name) |
AttributeValue |
ClassObjectDefinition.getUniqueNameValue()
Get the value set for the UniqueName.
|
AttributeValue |
Property.getValue()
Gets the value of this Property as an AttributeValue.
|
AttributeValue |
PropertyDefinition.getValue()
Gets the value of the new Property.
|
AttributeValue |
SimpleProperty.getValue()
Gets the value represented as an AttributeValue.
|
AttributeValue[] |
LibrarySession.selectAggregateAuditEventColumns(Long auditSpec,
String aggFuncName,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemObjectDefinition.addCategoryDefinitionForUpdate(AttributeValue av,
SystemCategoryDefinition def)
Adds a new SystemCategory Definition and a Category as an av
to this systemobject definition.
|
void |
SystemObjectDefinition.addCategoryForDelete(AttributeValue av)
Add a Category that should be removed from the list of
Categories for this SystemObject.
|
void |
SimplePropertyTableList.addObjectProperty(String key,
AttributeValue value)
Adds an obejct property for this object.
|
void |
AccessControlEntryDefinition.addPermissionBundles(AttributeValue av)
Adds a set of permission bundles to the definition.
|
void |
LibraryObjectDefinition.addProperty(String key,
AttributeValue value)
Add a property definition to the definition.
|
void |
SimplePropertyTable.addProperty(String key,
AttributeValue value)
Adds a property (SimpleProperty) for this object.
|
void |
PropertyBundleDefinition.addPropertyValue(AttributeValue av)
Adds a Property Value to the new PropertyBundle.
|
void |
PropertyBundleDefinition.addPropertyValue(String name,
AttributeValue av)
Adds a Property Value to the new PropertyBundle.
|
void |
LibraryObject.addSimpleProperty(String attrName,
String key,
AttributeValue value)
Adds a property (SimpleProperty) for this object, and the specified attribute.
|
void |
LibraryObject.addSimpleProperty(String attrName,
String key,
AttributeValue value,
boolean updateLastModInfo)
Adds a property (SimpleProperty) for this object, and the specified attribute.
|
static String |
LibraryObject.deriveDomainUniqueName(LibrarySession session,
AttributeValue avName,
AttributeValue avDomain,
String delim)
Derive a "Domain based unique name", which is a composite of an object
which acts as an Domain for scoping purposes, and the object name.
|
String |
PreparedSelector.deriveViewFromTarget(AttributeValue target)
Derives the view name from the specified search target.
|
protected Vector |
LibrarySession.DMGetArrayReferencingObjects(Long attributeId,
AttributeValue referencedValue,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValueTable[] |
LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValueTable[] |
LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValueTable[] |
LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsAttributeValueInValueDomain(Long id,
Long classId,
AttributeValue av)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected AuditEvent[] |
LibrarySession.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
String |
Search.explainPlan(String planTable,
String planName,
boolean clearRows,
AttributeValue[] bindValues)
Generates the Query plan for the Search.
|
static String |
PreparedSelector.getAliasFromTarget(AttributeValue target)
Returns the alias name from the specified search target.
|
static String |
PreparedSelector.getAliasFromTarget(LibrarySessionInterface session,
AttributeValue target)
Deprecated.
9.3.3.0 use variant without a session context
|
protected String |
PreparedSelector.getClassFromTarget(AttributeValue target)
Deprecated.
9.3.3.0 use
getClassNameFromTarget |
static String |
PreparedSelector.getClassNameFromTarget(AttributeValue target)
Returns the class name from the specified search target.
|
int |
Search.getItemCount(AttributeValue[] bindValues)
Returns the number of rows in search result.
|
int |
Search.getItemCount(AttributeValue[] bindValues,
String language)
Returns the number of rows in search result.
|
int |
Search.getItemCount(AttributeValue[] bindValues,
String language,
int timeout)
Returns the number of rows in search result.
|
static SimplePropertyTable |
SimplePropertyTable.getSimplePropertyTable(AttributeValue av,
LibrarySession session)
Gets a SimplePropertyTable for the specified AttributeValue.
|
static String |
PreparedSelector.getViewFromTarget(AttributeValue target)
Returns the overridden view name from the specified search target.
|
static String |
PreparedSelector.getViewFromTarget(LibrarySessionInterface session,
AttributeValue target)
Deprecated.
9.3.3.0 use variant without a session context
|
boolean |
ValueDomain.isAttributeValueInValueDomain(AttributeValue av)
Determines whether the specified attribute value
lies within this ValueDomain.
|
void |
Search.open(AttributeValue[] bindValues)
Opens the Search.
|
void |
Search.open(AttributeValue[] bindValues,
String language)
Opens the Search.
|
void |
Search.open(AttributeValue[] bindValues,
String language,
int timeout)
Opens the Search.
|
void |
Search.open(String sqlHint,
AttributeValue[] bindValues)
Another variation of open.
|
void |
LibraryObject.putProperty(AttributeValue av)
Adds a Property to this object's PropertyBundle.
|
void |
PropertyBundle.putProperty(AttributeValue av)
Adds a Property to this object's PropertyBundle.
|
void |
LibraryObject.putProperty(String name,
AttributeValue av)
Adds a Property to this object's PropertyBundle.
|
void |
PropertyBundle.putPropertyValue(AttributeValue av)
Puts a new value for a Property, replacing any attribute of the
same name (analogous to Hashtable.put()).
|
void |
PropertyBundle.putPropertyValue(String name,
AttributeValue av)
Puts a new value for a Property, replacing any attribute of the
same name (analogous to Hashtable.put()).
|
AuditEvent[] |
LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
void |
PublicObjectDefinition.setAddToFolderValue(AttributeValue av)
set the Add To Folder Option for the new PublicObject.
|
void |
LibraryObject.setAttribute(AttributeValue attr_value)
Set this object's attribute to the
specified value.
|
void |
LibraryObjectDefinition.setAttribute(AttributeValue value)
Set an attribute for the new instance.
|
void |
LibraryObjectDefinition.setAttribute(AttributeValue value,
boolean policyMode)
Set an attribute for the new instance.
|
void |
LibraryObject.setAttribute(String attr_name,
AttributeValue attr_value)
Set this object's attribute to the
specified value.
|
void |
LibraryObjectDefinition.setAttribute(String name,
AttributeValue value)
Set an attribute for the new instance.
|
void |
LibraryObjectDefinition.setAttributeByUpperCaseName(String attrkey,
AttributeValue value)
Set an attribute for the new instance.
|
void |
LibraryObjectDefinition.setAttributeByUpperCaseName(String attrkey,
AttributeValue value,
boolean policyMode)
Set an attribute for the new instance.
|
void |
LibraryObject.setAttributes(AttributeValue[] attrValues)
Set this object's attributes to the
specified values.
|
void |
LibraryObjectDefinition.setAttributes(AttributeValue[] values)
Set a number of attributes for the new instance.
|
void |
LibraryObject.setAttributes(String[] attrNames,
AttributeValue[] values)
Set the values for a list of Attributes
in the database.
|
void |
PreparedSelector.setAuxiliarySearchTargets(AttributeValue[] targets)
Sets the auxiliary search targets.
|
void |
EventNotificationSelector.setBindValues(AttributeValue[] bindValues)
Sets the bind values to use in the select statement.
|
void |
PreparedSelector.setBindValues(AttributeValue[] bindValues)
Sets the bind values to use in the select statement.
|
void |
LibraryObjectDefinition.setClassObjectValue(AttributeValue av)
Set the ClassObject for the new instance.
|
void |
PublicObjectDefinition.setContentQuotaCopyOption(AttributeValue quota)
set the ContentQuota copy Option.
|
void |
ContentObjectDefinition.setCopiedContent(AttributeValue av)
Sets the content as a reference to an existing ContentObject.
|
void |
LibraryObjectDefinition.setCopiedObjectValue(AttributeValue obj)
Set the copied object value option.
|
void |
ValueDomain.setEnumeratedValue(AttributeValue value)
Sets the enumerated values of the ValueDomainPropertyBundle
of this ValueDomain.
|
void |
ValueDomainPropertyBundle.setEnumeratedValue(AttributeValue av)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
LockEntryDefinition.setExceptedUserValue(AttributeValue av)
Set the excepted user to be associated with this instance.
|
void |
AccessControlEntryDefinition.setGranteeValue(AttributeValue dirobject)
Set the grantee to be associated with this ACE.
|
void |
AccessControlEntryDefinition.setInsertAfterAccessControlEntryValue(AttributeValue av)
Set a reference ACE, so that the new ACE has a sort sequence greater than
the reference ACE.
|
void |
AccessControlEntryDefinition.setInsertBeforeAccessControlEntryValue(AttributeValue av)
Set a reference ACE, so that the new ACE has a sort sequence less than
the reference ACE.
|
void |
LockObjectDefinition.setLockHolderValue(AttributeValue av)
Set the lock holder for lock
|
void |
PublicObjectDefinition.setLockObjectValue(AttributeValue lobj)
set the LockObject directly on the PO to an existing lockobject
this allows for sharing of lockobject's
|
void |
LockObjectDefinition.setLockStateValue(AttributeValue av)
Set the LockState for the LockObject
|
void |
ContentObjectDefinition.setMediaOptions(AttributeValue[] avs)
Sets name/value pairs whose semantics are specific to the ContentObject's
MEDIA.
|
void |
ContentObjectDefinition.setMediaValue(AttributeValue av)
Deprecated.
CM SDK 10gR2: use setAttribute
|
void |
DocumentDefinition.setNextLifecyclePolicyEntryValue(AttributeValue av)
Sets the next LifecyclePolicyEntry to be used as the state
of the document.
|
void |
AccessControlEntryDefinition.setPermissionBundlesValue(AttributeValue av)
Defines a set of permission bundles to the definition.
|
void |
PreparedSelector.setPrimarySearchTarget(AttributeValue target)
Sets the primary search target.
|
void |
LibraryObject.setPropertyValue(String key,
AttributeValue value)
Sets a property on the PropertyBundle associated with this instance.
|
void |
PropertyBundle.setPropertyValue(String key,
AttributeValue value)
Sets a property on the PropertyBundle associated with this instance.
|
void |
VersionDescriptionDefinition.setPublicObjectValue(AttributeValue value)
Set the Version Description definition to reference an
exiting PublicObject.
|
void |
PublicObjectDefinition.setSecuringPublicObjectValue(AttributeValue av)
set the object responsible for providing security
settings for the target object.
|
void |
ContentObjectDefinition.setSharedContent(AttributeValue av)
Sets the content by sharing an existing ContentObject.
|
void |
DocumentDefinition.setSharedContentObjectValue(AttributeValue contentObjectValue,
AttributeValue refObjValue)
Shares the content of an existing object.
|
void |
CompositeGroupDefinition.setSortedMembersValue(AttributeValue av)
Set the sorted direct members value.
|
void |
ClassObjectDefinition.setUniqueNameValue(AttributeValue av)
Set the value set for the UniqueName.
|
void |
Property.setValue(AttributeValue av)
Sets the value and data type of this Property.
|
void |
PropertyDefinition.setValue(AttributeValue av)
Sets the value and data type of the new Property.
|
void |
SimpleProperty.setValue(AttributeValue val)
Updates the property value.
|
void |
SimplePropertyDefinition.setValue(AttributeValue value)
Set the SimpleProperty's value.
|
void |
ValueDefaultPropertyBundle.setValue(AttributeValue av)
Sets the value and data type of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(AttributeValue av)
Sets the value and data type of the new ValueDefaultPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValues(int domainType,
AttributeValue av)
Sets the domain type, data type, and values of the new
ValueDomainPropertyBundle.
|
void |
ValueDefault.updatePropertyValue(AttributeValue value)
Sets the value of the ValueDefaultPropertyBundle of this ValueDefault.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeValueArray
An AttributeValueArray represents the value of an array-type Attribute.
|
class |
AttributeValueBooleanArray
An AttributeValueBooleanArray represents the value of a boolean array-type
Attribute in a LibraryObject.
|
class |
AttributeValueDateArray
An AttributeValueDateArray represents the value of a date array-type
Attribute in a LibraryObject.
|
class |
AttributeValueDirectoryObjectArray
An AttributeValueDirectoryObjectArray represents the value of a DirectoryObject
array-type Attribute in a LibraryObject.
|
class |
AttributeValueDoubleArray
An AttributeValueDoubleArray represents the value of a double array-type
Attribute in a LibraryObject.
|
class |
AttributeValueIntegerArray
An AttributeValueIntegerArray represents the value of an integer array-type
Attribute in a LibraryObject.
|
class |
AttributeValueLongArray
An AttributeValueLongArray represents the value of a long array-type
Attribute in a LibraryObject.
|
class |
AttributeValueLongLongMap
An AttributeValueLongLongMap represents the value of a
long-long map-type Attribute in a LibraryObject.
|
class |
AttributeValueLongStringMap
An AttributeValueLongStringMap represents the value of a
long-string map-type Attribute in a LibraryObject.
|
class |
AttributeValueMap
An AttributeValueMap represents the value of an map-type Attribute.
|
class |
AttributeValuePublicObjectArray
An AttributeValuePublicObjectArray represents the value of a PublicObject
array-type Attribute in a LibraryObject.
|
class |
AttributeValueScalar
An AttributeValueScalar represents the value of a non-array type Attribute.
|
class |
AttributeValueSchemaObjectArray
An AttributeValueSchemaObjectArray represents the value of a SchemaObject
array-type Attribute in a LibraryObject.
|
class |
AttributeValueSimpleObjectArray
An AttributeValueSimpleObjectArray represents the value of a SimpleObject
array-type Attribute in a LibraryObject.
|
class |
AttributeValueStringArray
An AttributeValueStringArray represents the value of a string array-type
Attribute in a LibraryObject.
|
class |
AttributeValueStringDoubleMap
An AttributeValueStringDoubleMap represents the value of a
string-double map-type Attribute in a LibraryObject.
|
class |
AttributeValueStringLongMap
An AttributeValueStringLongMap represents the value of a
string-long map-type Attribute in a LibraryObject.
|
class |
AttributeValueStringStringMap
An AttributeValueStringStringMap represents the value of a
string-string map-type Attribute in a LibraryObject.
|
class |
AttributeValueSystemObjectArray
An AttributeValueSystemObjectArray represents the value of a SystemObject
array-type Attribute in a LibraryObject.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeValue |
AccessLevel.m_ExtendedPermissions
the set of ExtendedPermissions enabled - kept as an AttributeValue (of
type MVA-SystemObject)
|
protected AttributeValue[] |
RetainedEvent.m_Values
The set of values for this RetainedEvent.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
LibrarySessionInterface.getArrayTypeAttributeValue(AttributeValueArray av,
long objectId,
long attributeId,
Long priClassId,
int count)
Gets a fully resolved array-type AttributeValue with non-transient
elements that is a copy of the specified array-type AttributeValue.
|
AttributeValue |
CredentialManagerUser.getAttribute(String attrKey)
Return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
LibraryObjectInterface.getAttributeByUpperCaseName(String attr_name)
Gets the attribute value for the specified attribute.
|
AttributeValue[] |
CredentialManagerUser.getAttributes()
Return array of all Attribute values that were set for this
new instance.
|
AttributeValue |
OperationContext.getAttributeValueReturnValue()
Get the AttributeValue result from the operation state.
|
AttributeValue |
LibrarySessionInterface.getClassObjectValueByName(String name)
Gets an AttributeValue representation of a CLASSOBJECT that has the
specified name.
|
static AttributeValue |
ClusteringUtilities.getClusteringProperty(LibrarySession session,
String key)
Deprecated.
Gets a clustering property by key.
|
AttributeValue |
ContentStreamSerializer.getCopiedContent()
Get the content as an AttributeValue reference to another
ContentObject.
|
AttributeValue |
LocalContentStream.getCopiedContent()
Get the content as an AttributeValue reference to another
ContentObject.
|
AttributeValue |
AccessLevel.getExtendedPermissions()
Get all ExtendedPermissions, as an AttributeValue of type
SystemObjectArray.
|
AttributeValue |
AuditEvent.getFolderContextValue()
Returns the folder context established for this event during
pre-insert processing.
|
AttributeValue |
LibrarySessionInterface.getMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count)
Gets a fully resolved map-type AttributeValue with non-transient
elements that is a copy of the specified map-type AttributeValue.
|
AttributeValue[] |
AuditEvent.getProperties()
Gets the properties associated with this event.
|
AttributeValue[] |
AuditEvent.getProperties(AuditExecutor executor)
Gets the properties associated with this event.
|
AttributeValue |
ContentStreamSerializer.getSharedContent()
Get the content as an AttributeValue reference to another
ContentObject.
|
AttributeValue |
LocalContentStream.getSharedContent()
Get the content as an AttributeValue reference to another
ContentObject.
|
AttributeValue |
AggregateExceptionEntry.getTarget()
Gets the target object involved in the
individual operation failure
|
AttributeValue |
OperationContext.getTargetObjectValue()
Returns the object that is the target of the operation.
|
AttributeValue[] |
RetainedEvent.getValues()
Gets the column values for this instance
|
static AttributeValue[] |
AttributeValue.hashtableToArray(Hashtable hashtable)
Converts a hashtable of AttributeValues to an array.
|
static AttributeValue |
AttributeValue.newAttributeValue()
Constructs a null AttributeValue of an unknown 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(boolean value)
Constructs a new boolean AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Boolean value)
Constructs a new boolean AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(boolean[] values)
Constructs a new array-type boolean AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Boolean[] values)
Constructs a new array-type boolean AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Date value)
Constructs a new date AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Date[] values)
Constructs a new array-type date AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(DirectoryObjectInterface value)
Constructs a new DirectoryObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(DirectoryObjectInterface[] values)
Constructs a new array-type DirectoryObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(double value)
Constructs a new double AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Double value)
Constructs a new double AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(double[] values)
Constructs a new array-type double AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Double[] values)
Constructs a new array-type double AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(int value)
Constructs a new integer AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(int[] values)
Constructs a new array-type integer AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Integer value)
Constructs a new integer AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Integer[] values)
Constructs a new array-type integer AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(int attributeDataType,
long objectId,
Long attributeId,
int count)
Internal use only: Constructs an AttributeValue of specified map-type
data type.
|
static AttributeValue |
AttributeValue.newAttributeValue(int attributeDataType,
long objectId,
Long attributeId,
Long priClassId,
int count)
Internal use only: Constructs an AttributeValue of specified array-type
data type.
|
static AttributeValue |
AttributeValue.newAttributeValue(long value)
Constructs a new long AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Long value)
Constructs a new long AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(long[] values)
Constructs a new array-type long AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Long[] values)
Constructs a new array-type long AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(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(Long[] ids,
Long primaryClassId,
int attributeDataType)
Internal use only: Constructs a new AttributeValue of the specified data
type for the specified array of ids.
|
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(Long id,
int attributeDataType)
Internal use only: Constructs a new AttributeValue of the specified data
type for the specified id.
|
static AttributeValue |
AttributeValue.newAttributeValue(long id,
Long primaryClassId,
int attrDataType)
Internal use only: Constructs a new AttributeValue of the specified data
type for the specified id and primary Class ID.
|
static AttributeValue |
AttributeValue.newAttributeValue(Map map,
int attributeDataType)
Constructs a new Map AttributeValue for the specified data type.
|
static AttributeValue |
AttributeValue.newAttributeValue(Object value)
Constructs a new AttributeValue for the specified object.
|
static AttributeValue |
AttributeValue.newAttributeValue(PublicObjectInterface value)
Constructs a new PublicObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(PublicObjectInterface[] values)
Constructs a new array-type PublicObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SchemaObjectInterface value)
Constructs a new SchemaObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SchemaObjectInterface[] values)
Constructs a new array-type SchemaObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SimpleObjectInterface value)
Constructs a new SimpleObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SimpleObjectInterface[] values)
Constructs a new array-type SimpleObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(String value)
Constructs a new string AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(String[] values)
Constructs a new array-type string AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SystemObjectInterface value)
Constructs a new SystemObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SystemObjectInterface[] values)
Constructs a new array-type SystemObject AttributeValue.
|
static AttributeValue |
AttributeValue.newNullAttributeValue(int attributeDataType)
Constructs a null AttributeValue of the specified data type.
|
static AttributeValue |
AttributeValue.overrideName(String name,
AttributeValue av)
Overrides the name set for this AttributeValue by cloning
the AttributeValue if the name is already set.
|
AttributeValue |
AttributeValueArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueBooleanArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueDateArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueDirectoryObjectArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueDoubleArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueIntegerArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueLongArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueLongLongMap.processResultSet(ResultSet rset)
Processes the result set containing the elements of the map-type
AttributeValue.
|
AttributeValue |
AttributeValueLongStringMap.processResultSet(ResultSet rset)
Processes the result set containing the elements of the map-type
AttributeValue.
|
AttributeValue |
AttributeValueMap.processResultSet(ResultSet rset)
Processes the result set containing the elements of the map-type
AttributeValue.
|
AttributeValue |
AttributeValuePublicObjectArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueSchemaObjectArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueSimpleObjectArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueStringArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
AttributeValue |
AttributeValueStringDoubleMap.processResultSet(ResultSet rset)
Processes the result set containing the elements of the map-type
AttributeValue.
|
AttributeValue |
AttributeValueStringLongMap.processResultSet(ResultSet rset)
Processes the result set containing the elements of the map-type
AttributeValue.
|
AttributeValue |
AttributeValueStringStringMap.processResultSet(ResultSet rset)
Processes the result set containing the elements of the map-type
AttributeValue.
|
AttributeValue |
AttributeValueSystemObjectArray.processResultSet(ResultSet rset)
Processes the result set containing the elements of the array-type
AttributeValue.
|
Modifier and Type | Method and Description |
---|---|
static Hashtable |
AttributeValue.arrayToHashtable(AttributeValue[] attrVals)
Converts an array of AttributeValues to a hashtable, hashed by name.
|
void |
AccessLevel.disableExtendedPermission(AttributeValue av,
LibrarySessionInterface sess)
Disable an extended perrmission, specified as an AttributeValue
|
void |
AccessLevel.enableExtendedPermission(AttributeValue av,
LibrarySessionInterface sess)
Enable an extended perrmission, specified as an AttributeValue
|
protected void |
AttributeValueArray.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 |
AttributeValueDirectoryObjectArray.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.
|
protected void |
AttributeValueIntegerArray.loadElements(AttributeValue source)
Copies the elements from the specified AttributeValue to this
AttributeValue.
|
protected void |
AttributeValueLongArray.loadElements(AttributeValue source)
Copies the elements from the specified AttributeValue to this
AttributeValue.
|
protected void |
AttributeValueLongLongMap.loadElements(AttributeValue source)
Copies the elements from the specified AttributeValue to this
AttributeValue.
|
protected void |
AttributeValueLongStringMap.loadElements(AttributeValue source)
Copies the elements from the specified AttributeValue to this
AttributeValue.
|
protected void |
AttributeValueMap.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 |
AttributeValueSchemaObjectArray.loadElements(AttributeValue source)
Copies the elements from the specified AttributeValue to this
AttributeValue.
|
protected void |
AttributeValueSimpleObjectArray.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.
|
protected void |
AttributeValueStringDoubleMap.loadElements(AttributeValue source)
Copies the elements from the specified AttributeValue to this
AttributeValue.
|
protected void |
AttributeValueStringLongMap.loadElements(AttributeValue source)
Copies the elements from the specified AttributeValue to this
AttributeValue.
|
protected void |
AttributeValueStringStringMap.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.
|
static AttributeValue |
AttributeValue.newAttributeValue(AttributeValue av)
Constructs a new AttributeValue identical to the specified
AttributeValue except with no name.
|
static AttributeValue |
AttributeValue.overrideName(String name,
AttributeValue av)
Overrides the name set for this AttributeValue by cloning
the AttributeValue if the name is already set.
|
protected static ApplicationToken[] |
ClusteringUtilities.selectAllTokensByPattern(LibrarySession session,
String stmtKey,
String searchQual,
AttributeValue[] bindValues)
Deprecated.
Selects all ApplicationToken instances that reflect a server
registration.
|
void |
CredentialManagerUser.setAttribute(AttributeValue value)
Set an attribute for the new instance.
|
void |
CredentialManagerUser.setAttribute(String attrKey,
AttributeValue value)
Set an attribute for the new instance.
|
void |
CredentialManagerUser.setAttributes(AttributeValue[] values)
Set a number of attributes for the new instance.
|
static void |
ClusteringUtilities.setClusteringProperty(LibrarySession session,
String key,
AttributeValue value)
Deprecated.
Sets the value of a clustering property.
|
void |
ContentStreamSerializer.setCopiedContent(AttributeValue content)
Set the content as an AttributeValue reference to another
ContentObject.
|
void |
LocalContentStream.setCopiedContent(AttributeValue content)
Set the content as an AttributeValue reference to another
ContentObject.
|
void |
AuditEvent.setFolderContextValue(AttributeValue context)
Sets the folder context established for this event during
pre-insert processing.
|
void |
AuditEvent.setProperties(AuditExecutor executor,
AttributeValue[] properties)
Sets the properties associated with this event.
|
void |
ContentStreamSerializer.setSharedContent(AttributeValue content)
Set the content as an AttributeValue reference to another
ContentObject.
|
void |
LocalContentStream.setSharedContent(AttributeValue content)
Set the content as an AttributeValue reference to another
ContentObject.
|
void |
OperationContext.setTargetObjectValue(AttributeValue target)
Sets the object that is the target of the operation.
|
protected void |
RetainedEvent.setValues(AttributeValue[] values)
Set the values for this instance.
|
Constructor and Description |
---|
AggregateExceptionEntry(Throwable cause,
AttributeValue target)
Construct an AggregateExceptionEntry.
|
AuditEvent(String opTypeKey,
LibraryObjectInterface target,
LibraryObjectInterface domain,
LibraryObjectInterface[] auxObjects,
AttributeValue[] properties)
Constructs an AuditEvent in preparation for saving into the repository.
|
AuditEvent(String opTypeKey,
LibraryObjectInterface target,
LibraryObjectInterface domain,
LibraryObjectInterface[] auxObjects,
String auxString,
Long auxNumber,
AttributeValue[] properties)
Constructs an AuditEvent in preparation for saving into the repository.
|
OperationContext(LibrarySessionInterface session,
AttributeValue target)
Construct an OperationContext on a specified initial object, on
behalf of a session.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue[] |
RecommendAction.getEventProperties()
Gets any event properties to post with the AuditEvents.
|
AttributeValue[] |
ActionAdapter.getProperties()
Gets the properties associated with this Action.
|
AttributeValue[] |
TrackedActivityRecordLevels.getUpdateClauseBindValues()
Gets the bind values that are associated with the TAR SQL update clause
used to update the levels that have been set in this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
PerformedActivitySelector.addBindValue(AttributeValue bindValue)
Add a bind value.
|
void |
PrivatePerformedActivitySelector.addBindValue(AttributeValue bindValue)
Add a bind value.
|
void |
PrivateTrackedActivitySelector.addBindValue(AttributeValue bindValue)
Add a bind value.
|
void |
TrackedActivitySelector.addBindValue(AttributeValue bindValue)
Add a bind value.
|
void |
ActionSelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
PerformedActivitySelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
PrivatePerformedActivitySelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
PrivateTrackedActivitySelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
TrackedActivitySelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor,
LibraryObject auxObj2,
LibraryObject auxObj3,
String auxString,
AttributeValue[] properties)
Dispatch an activity event.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
EventHandlerAgent.InternalHandler.getHandlerProperty(String key) |
AttributeValue |
EventHandlerAgent.InternalHandler.getNodeProperty(String key) |
AttributeValue |
EventHandlerAgent.InternalHandler.getServerProperty(String key) |
Modifier and Type | Method and Description |
---|---|
protected void |
AuditEventDispatchAgent.handlePropertyChangeRequest(AttributeValue av)
Handles updates to dynamic properties.
|
protected void |
ExecutedActionRetainedEventAgent.handlePropertyChangeRequest(AttributeValue av)
Handles updates to dynamic properties.
|
protected void |
LifecycleAgent.handlePropertyChangeRequest(AttributeValue av)
Handles updates to dynamic properties.
|
protected void |
LockExpirationAgent.handlePropertyChangeRequest(AttributeValue av)
Handles updates to dynamic properties.
|
protected void |
RetainedEventAgent.handlePropertyChangeRequest(AttributeValue av)
Handles updates to dynamic properties.
|
protected void |
StatisticsAgent.handlePropertyChangeRequest(AttributeValue av)
Handles updates to dynamic properties.
|
protected void |
BaseAgent.publishProperty(String name,
AttributeValue av)
Publish a property for the world to see
|
protected void |
ServiceWarmupAgent.publishProperty(String name,
AttributeValue av)
Publish a property for the world to see
|
void |
EventHandlerAgent.InternalHandler.setHandlerProperty(String key,
AttributeValue value) |
Modifier and Type | Method and Description |
---|---|
AttributeValue |
RuntimeState.getConfigurationOverridePropertyValue(String key)
Returns a configuration override property from the
Configuration Override PropertyBundle.
|
AttributeValue |
RuntimeState.getConfigurationPropertyValue(String key)
Returns a configuration property from the Configuration PropertyBundle.
|
AttributeValue |
ControllerJob.getJobSettingValue(String settingName)
Gets a settings used to describe the job for the specified setting name.
|
AttributeValue |
RuntimeState.getRuntimeStatePropertyValue(String key)
Returns a runtime state property from the runtime state PropertyBundle.
|
AttributeValue |
RuntimeState.getStateProperty(String key)
Returns the value of a state property from the StatePropertyTable.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditHandlerSpecification.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
ControllerJob.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
ServerSpecification.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
RuntimeState.addStateProperty(String key,
AttributeValue val)
Adds (or replaces) a state property.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
AttributeValue[] props)
Posts an audit event, with the specified properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
String auxString,
Long auxNumber,
AttributeValue[] props)
Posts an audit event, with the specified properties.
|
void |
RuntimeState.putConfigurationOverrideProperty(String name,
AttributeValue av)
Adds a Property to the Configuration override PropertyBundle.
|
void |
RuntimeState.putConfigurationProperty(String name,
AttributeValue av)
Adds a Property to the Configuration PropertyBundle.
|
void |
RuntimeState.putRuntimeStateProperty(String name,
AttributeValue av)
Adds a Property to the runtime state PropertyBundle.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
InformationExtraction.getConfirmedResult(String propName)
Gets the confirmed result matching the specified property name.
|
AttributeValue |
InformationExtractionOutcomeMarking.getMarkingDetail(String propName)
Gets the marking detail matching the specified property name.
|
AttributeValue |
InformationExtractionRelationMention.getMentionDetail(String propName)
Gets the relation mention detail matching the specified property name.
|
AttributeValue |
InformationExtractionOutcome.getOutcomeDetail(String propName)
Gets the outcome detail matching the specified property name.
|
AttributeValue |
InformationExtractionOutcomeMarkingRelation.getRelationDetail(String propName)
Gets the relation detail matching the specified property name.
|
AttributeValue |
InformationExtractionAbstractSpecification.getSetting(String key)
Gets the setting on this object for the specified key.
|
AttributeValue |
InformationExtractionTrainingSet.getSetting(String key)
Gets the setting on this object for the specified key.
|
AttributeValue |
InformationExtraction.getUnconfirmedResult(String propName)
Gets the unconfirmed result matching the specified property name.
|
Modifier and Type | Method and Description |
---|---|
void |
InformationExtraction.addConfirmedResult(String key,
AttributeValue value)
Adds a ConfirmedResult (SimpleProperty) for this object.
|
void |
InformationExtractionOutcomeMarking.addMarkingDetail(String key,
AttributeValue value)
Adds an marking detail (SimpleProperty) for this object.
|
void |
InformationExtractionRelationMention.addMentionDetail(String key,
AttributeValue value)
Adds an relation mention detail (SimpleProperty) for this object.
|
void |
InformationExtractionOutcome.addOutcomeDetail(String key,
AttributeValue value)
Adds an outcome detail (SimpleProperty) for this object.
|
void |
InformationExtractionOutcomeMarkingRelation.addRelationDetail(String key,
AttributeValue value)
Adds an relation detail (SimpleProperty) for this object.
|
void |
InformationExtractionImplicitEntityRelation.addRuleSetting(String key,
AttributeValue value)
Adds a rule setting (SimpleProperty) for this object.
|
void |
InformationExtractionAbstractSpecification.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
InformationExtractionResultSet.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
InformationExtractionTrainingSet.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
InformationExtraction.addUnconfirmedResult(String key,
AttributeValue value)
Adds a UnconfirmedResult (SimpleProperty) for this object.
|
Modifier and Type | Method and Description |
---|---|
protected Document |
PythonParser.getDocument(AttributeValue av,
LibrarySession session)
Gets a Document object from the specified AttributeValue,
which can reference a Document, Family, or VersionSeries.
|
protected Document |
SpacyClassifierModelCreator.getDocument(AttributeValue av,
LibrarySession session)
Gets a Document object from the specified AttributeValue,
which can reference a Document, Family, or VersionSeries.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
AuditEventHandlerAdapter.getHandlerProperty(LibrarySession session,
String key)
Gets a handler's property using a sesson context.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditEventHandlerAdapter.setHandlerProperty(LibrarySession session,
String key,
AttributeValue value)
Sets a handler's property using a sesson context.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
Server.createServerState()
Creates a ServerState if it has not yet been created.
|
AttributeValue |
Node.getConfigurationValue(String key)
Gets a Configuration value from the Configuration Table for this Node.
|
AttributeValue |
NodeInterface.getConfigurationValue(String key)
Gets a Configuration value from the Configuration Table for this Node.
|
AttributeValue[] |
Server.getProperties()
Gets the values for all dynamic properties for this Server.
|
AttributeValue[] |
ServerInterface.getProperties()
Gets the values for all dynamic properties for this Server.
|
AttributeValue |
Server.getProperty(String name)
Gets the value of the specified dynamic property for this Server.
|
AttributeValue |
ServerInterface.getProperty(String name)
Gets the value of the specified dynamic property for this Server.
|
AttributeValue |
Server.getServerStateValue()
Gets the ServerState value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsServer.handlePropertyChangeRequest(AttributeValue av)
Called when a dynamic property of this Server is set or changed.
|
protected void |
IfsServer.handlePropertyChangeRequest(String name,
AttributeValue av)
Called when a dynamic property of this Server is set or changed.
|
protected void |
IfsServer.handleServerStateControllerRequest(AttributeValue av)
Handle a "check ServerState: Request.
|
protected void |
Node.postControllerAlertRequest(AttributeValue runtimeTarget)
Post request to alert the Controller, issued from the specified
RuntimeState.
|
protected void |
Node.postControllerReplyRequest(AttributeValue runtimeTarget)
Post request to reply to the Controller, issued from the specified
RuntimeState.
|
protected void |
Node.postControllerRequestRequest(AttributeValue runtimeTarget)
Post request to a request from the Controller, issued on the specified
RuntimeState.
|
void |
Node.postServerDisposedRequest(AttributeValue ssValue,
Server server)
Post request to respond to a Server indicating that it has been disposed.
|
void |
NodeInterface.postServerDisposedRequest(AttributeValue ssValue,
Server server)
Post request to respond to a Server indicating that it has been disposed.
|
void |
IfsServer.setProperty(AttributeValue av)
Sets the value of the specified dynamic property for this Server.
|
void |
ServerInterface.setProperty(AttributeValue av)
Sets the value of the specified dynamic property for this Server.
|
void |
IfsServer.setProperty(String name,
AttributeValue av)
Sets the value of the specified dynamic property for this Server.
|
protected void |
Server.setStateProperty(AttributeValue av)
Called when a dynamic (State) property of this Server is set or changed.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeValue |
ScriptOperations.getAclValueForConfigurationObjects(LibrarySession sess)
Get the ACL value to use for Configuration object creation.
|
AttributeValue |
ScriptOperations.getAttributeValue(AttributeValueTable avt)
Derives an AttributeValue from entries in the
specified AttributeValueTable.
|
AttributeValue |
ScriptOperations.getAttributeValue(AttributeValueTable avt,
String keyArgName)
Derives an AttributeValue from entries in the
specified AttributeValueTable.
|
AttributeValue |
ScriptOperations.getAttributeValue(AttributeValueTable avt,
String[] keyArgNames)
Derives an AttributeValue from entries in the
specified AttributeValueTable.
|
protected AttributeValue[] |
ScriptOperations.getAuxiliaryTargets(String[] rawAuxTargs)
Gets the Auxiliary Targets from an array of target strings.
|
protected AttributeValue[] |
ScriptOperations.getBindValues(List<AttributeValueTable> bindValueList)
Gets the bind values defined in the specified table list.
|
AttributeValue |
ScriptDriver.lookupObjectAttributeValue(String tag)
Lookup an AttributeValue that identifies a LibraryObject,
by the specified tag.
|
AttributeValue |
ScriptOperations.lookupObjectAttributeValue(String tag)
Lookup an AttributeValue that identifies a LibraryObject,
by the specified tag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ScriptOperations.setDefinitionAttribute(LibraryObjectDefinition def,
String attrName,
AttributeValue value)
Sets an attribute on the specified definition.
|
static void |
ShowUtils.showAttributeValue(Logger logger,
LibrarySession session,
String attrName,
AttributeValue val,
String prefix)
Produce a readable version of an AttributeValue
|
static void |
ShowUtils.showAttributeValue(Logger logger,
LibrarySession session,
String attrName,
AttributeValue val,
String prefix,
String[] hiddenKeys)
Produce a readable version of an AttributeValue
|
static void |
ShowUtils.showAuditEventColumn(Logger logger,
LibrarySession sess,
AttributeValue av,
String prefix,
boolean verbose)
Show an AuditEvent column selected via
AuditingUtilities.listAggregateAuditEventColumnValues . |
static void |
ShowUtils.showAuditEventColumns(Logger logger,
LibrarySession sess,
AttributeValue[] avs,
String prefix,
boolean verbose)
Show AuditEvent column information selected via
AuditingUtilities.listAggregateAuditEventColumnValues . |
Modifier and Type | Method and Description |
---|---|
protected AttributeValue |
PropertyBundleOperations.createAv(LibrarySession sess,
String valuetype,
String value) |
protected AttributeValue |
PropertyBundleOperations.lookupValue(String valuename) |
protected AttributeValue |
CommandProcessorOperations.makeAttributeValue(String type,
String value) |
Modifier and Type | Method and Description |
---|---|
protected void |
MediaOperations.MediaOptionsTestMedia.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions) |
protected void |
SearchOperations.MultiValueSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected void |
SearchOperations.ExistenceSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected void |
SearchOperations.NullValueSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected void |
MediaOperations.MediaOptionsTestMedia.destroyContent(Long cid,
AttributeValue[] mediaOptions) |
void |
MediaOperations.TestMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
protected void |
PropertyBundleOperations.saveValue(String valuename,
AttributeValue av) |
protected void |
MediaOperations.MediaOptionsTestMedia.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions) |
String |
MediaOperations.TestMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
protected void |
MediaOperations.MediaOptionsTestMedia.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions) |
String |
MediaOperations.TestMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
protected void |
MediaOperations.MediaOptionsTestMedia.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions) |
protected void |
PropertyBundleOperations.showAttributeValue(LibrarySession sess,
AttributeValue av) |
protected void |
PropertyBundleOperations.showProperty(LibrarySession sess,
String propname,
AttributeValue av) |
Modifier and Type | Method and Description |
---|---|
AttributeValue[] |
RecommendMembershipAction.getEventProperties()
Gets any event properties to post with the AuditEvents.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeValue |
JsonElement.contructBooleanValue(boolean val)
Contruct and return an AttributeValue representation of a boolean.
|
protected AttributeValue |
JsonElement.contructDoubleValue(double val)
Contruct and return an AttributeValue representation of a double.
|
protected AttributeValue |
JsonElement.contructLongValue(long val)
Contruct and return an AttributeValue representation of a long.
|
protected AttributeValue |
JsonElement.contructLongValue(String val)
Contruct and return an AttributeValue representation of a long.
|
protected AttributeValue |
JsonElement.contructStringValue(String val)
Contruct and return an AttributeValue representation of a String.
|
static AttributeValue |
PreparedSelectorGenerator.createSearchTarget(String targetToken)
Create a search target specification.
|
AttributeValue |
AttributeValueTable.get(String key)
Gets a value matching the specified key.
|
AttributeValue |
AttributeValueTable.get(String[] keys)
Gets a value matching one of the specified keys.
|
AttributeValue |
AttributeValueTable.getAttributeValue()
Gets the representative value contained by this table.
|
AttributeValue |
AttributeValueGetter.getAttributeValue(AttributeValueTable avt)
Derives an AttributeValue from entries in the
specified AttributeValueTable.
|
AttributeValue[] |
PreparedSelectorGenerator.getAuxiliarySearchTargets()
Returns the auxiliary search targets.
|
AttributeValue[] |
PreparedSelectorGenerator.getBindValues()
Returns the bind values.
|
protected AttributeValue[] |
JsonPreparedSelector.getBindValues(List<AttributeValueTable> bindValueList)
Gets the bind values defined in the specified table list.
|
AttributeValue |
AttributeValueTable.getBooleanValue(String key)
Gets an AttributeValue representing the Boolean value
matching the specified key.
|
AttributeValue |
AttributeValueTable.getDateValue(String key)
Gets an AttributeValue representing the Date value
matching the specified key.
|
AttributeValue |
AttributeValueTable.getDoubleValue(String key)
Gets an AttributeValue representing the Double value
matching the specified key.
|
AttributeValue |
AttributeValueTable.getFixedAttributeValue()
Gets the "fixed value" for this table, if one was set.
|
AttributeValue |
AuditEventHandlerContext.getHandlerProperty(String key)
Gets a property of the custom Audit Specification by its property name.
|
AttributeValue |
AuditEventHandlerContextImpl.getHandlerProperty(String key) |
AttributeValue |
AttributeValueTable.getIntegerValue(String key)
Gets an AttributeValue representing the Integer value
matching the specified key.
|
AttributeValue |
AttributeValueTable.getLongValue(String key)
Gets an AttributeValue representing the Long value
matching the specified key.
|
AttributeValue |
AuditEventHandlerContext.getNodeProperty(String key)
Gets a property of the running Node context.
|
AttributeValue |
AuditEventHandlerContextImpl.getNodeProperty(String key) |
AttributeValue[] |
PreparedSelectorGenerator.getOriginalAuxiliarySearchTargets()
Returns the original auxiliary search targets, specified when defined.
|
AttributeValue |
PreparedSelectorGenerator.getOriginalPrimarySearchTarget()
Returns the original primary search target, specified when defined.
|
AttributeValue |
PreparedSelectorGenerator.getPrimarySearchTarget()
Returns the primary search target.
|
protected AttributeValue |
JsonPreparedSelector.getSearchTarget(AttributeValueTable targetTable)
Gets a search target from search target specification
stored in an AttributeValueTable.
|
protected AttributeValue |
JsonPreparedSelector.getSearchTarget(String targetTag)
Gets a search target from search target specification.
|
protected AttributeValue[] |
JsonPreparedSelector.getSearchTargets(List<AttributeValueTable> targetTables)
Gets search Targets from a list of target definition tables.
|
protected AttributeValue[] |
JsonPreparedSelector.getSearchTargets(String targetsTag)
Gets search Targets from a comma delimitted string defintion.
|
protected AttributeValue[] |
JsonPreparedSelector.getSearchTargets(String[] targetTags)
Gets search Targets from an array of target tags.
|
AttributeValue |
AuditEventHandlerContext.getServerProperty(String key)
Gets a property of the running Server context.
|
AttributeValue |
AuditEventHandlerContextImpl.getServerProperty(String key) |
AttributeValue |
AttributeValueTable.getStringArrayValue(String key)
Gets an AttributeValue representing the StringArray value
matching the specified key.
|
AttributeValue |
AttributeValueTable.getStringValue(String key)
Gets an AttributeValue representing the String value
matching the specified key.
|
AttributeValue |
AttributeValueTable.getStringValue(String[] keys)
Gets an AttributeValue representing the String value
matching one of the specified keys.
|
AttributeValue |
JsonObject.getValue(String key)
Gets a String, number, or boolean value (as an AttributeValue)
for the specified key.
|
static AttributeValue |
SelectUtilities.getValueFromResultSet(ResultSet rset,
int position,
int dataType)
Gets the value from a ResultSet.
|
static AttributeValue |
SelectUtilities.getValueFromResultSet(ResultSet rset,
int position,
int dataType,
Long attrId,
long objectId,
Long priClassId)
Gets the value from a ResultSet - for complex data types.
|
AttributeValue[] |
AttributeValueTable.getValues()
Gets all values in the table.
|
static AttributeValue[] |
AuditingUtilities.listAggregateAuditEventColumnValues(LibrarySession session,
Long specId,
String aggFunction,
String[] colNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
static AttributeValue[] |
AuditingUtilities.listAggregateAuditEventColumnValues(LibrarySession session,
String aggFunction,
String[] columnNames,
Map searchOptions,
AttributeValue[] sortOptions)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
AttributeValue |
AttributeValueGetter.lookupObjectAttributeValue(String tag)
Lookup an AttributeValue that identifies a LibraryObject,
by the specified tag.
|
protected AttributeValue |
PreparedSelectorGenerator.lookupSearchTarget(AttributeValue target)
Returns the search target from the table map matching the provided
target's associated alias.
|
protected AttributeValue |
PreparedSelectorGenerator.lookupSearchTarget(String alias)
Lookup a search target by registered alias.
|
protected AttributeValue |
PreparedSelectorGenerator.lookupSearchTarget(String alias,
boolean enforce)
Lookup a search target by registered alias.
|
protected AttributeValue[] |
PreparedSelectorGenerator.lookupSearchTargets(AttributeValue[] targets)
Returns the search targets from the table map matching the provided
targets associated aliases.
|
protected AttributeValue |
PreparedSelectorGenerator.registerSearchTarget(AttributeValue searchTarget)
Registers a new search target after validation.
|
protected AttributeValue |
PreparedSelectorGenerator.registerSearchTarget(String input)
Parses and registers a new search target.
|
AttributeValue |
AttributeValueTable.remove(String key)
Removes a value from the target table.
|
static AttributeValue[] |
CommonUtilities.toAttributeValueArray(List<AttributeValue> avList)
Convert the specified list of AttributeValue to an AttributeValue array.
|
protected AttributeValue |
PreparedSelectorGenerator.validateBindValue(AttributeValue bindValue)
Validate a bind value.
|
protected AttributeValue |
PreparedSelectorGenerator.validateSearchTarget(AttributeValue target)
Validate a search target, and registers it if it is valid.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeValue> |
JsonArray.getValueList()
Gets the object depiction as a list of AttributeValue.
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedSelectorGenerator.addAuxiliarySearchTarget(AttributeValue target)
Adds an Auxiliary search target.
|
void |
PreparedSelectorGenerator.addBindValue(AttributeValue bindValue)
Adds a bind value.
|
void |
JsonArray.addValue(AttributeValue av)
Adds a String, number, or boolean value (as an AttributeValue).
|
static DefinitionObject |
AuditingUtilities.createAuditReport(LibrarySession session,
String description,
Long expiration,
Map searchOptions,
AttributeValue[] sortOptions)
Creates an audit report DefinitionObject
as a result of an audit search query.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases)
Defines a PreparedSelectorGenerator.
|
static String |
AuditingUtilities.generateAuditReportContent(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Creates audit report content as a result of an audit search query.
|
protected String |
PreparedSelectorGenerator.getAliasFromTarget(AttributeValue target)
Returns the alias name from the specified search target.
|
protected String |
PreparedSelectorGenerator.getClassFromTarget(AttributeValue target)
Deprecated.
9.3.3.0 use
getClassNameFromTarget |
protected String |
PreparedSelectorGenerator.getClassNameFromTarget(AttributeValue target)
Returns the class name from the specified search target.
|
protected ClassObject |
PreparedSelectorGenerator.getClassObjectFromTarget(AttributeValue target)
Returns the class object from the specified search target.
|
protected String |
JsonElement.getValueAsJsonValue(AttributeValue av)
Get the JSON string representation for the specified value,
as a String, number, boolean, or null.
|
static AttributeValue[] |
AuditingUtilities.listAggregateAuditEventColumnValues(LibrarySession session,
String aggFunction,
String[] columnNames,
Map searchOptions,
AttributeValue[] sortOptions)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
protected AttributeValue |
PreparedSelectorGenerator.lookupSearchTarget(AttributeValue target)
Returns the search target from the table map matching the provided
target's associated alias.
|
protected AttributeValue[] |
PreparedSelectorGenerator.lookupSearchTargets(AttributeValue[] targets)
Returns the search targets from the table map matching the provided
targets associated aliases.
|
void |
AttributeValueTable.put(AttributeValue av)
Stores a new value, using an implicit key of the value's name.
|
void |
AttributeValueTable.put(AttributeValue[] values)
Applies values from the specified array of AttributeValues.
|
void |
AttributeValueTable.put(String key,
AttributeValue av)
Stores a new value, using an explicit key.
|
protected AttributeValue |
PreparedSelectorGenerator.registerSearchTarget(AttributeValue searchTarget)
Registers a new search target after validation.
|
static AuditEvent[] |
AuditingUtilities.searchAuditHistory(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Searches the AuditEvent table given a Map of AuditEvent search options
and a Map of AuditEvent sort options.
|
void |
PreparedSelectorGenerator.setAuxiliarySearchTargets(AttributeValue[] targets)
Sets the auxiliary search targets.
|
void |
JsonPreparedSelector.setBindValues(AttributeValue[] bindValues)
Sets the bind values.
|
void |
PreparedSelectorGenerator.setBindValues(AttributeValue[] bindValues)
Sets the bind values.
|
void |
AttributeValueTable.setFixedAttributeValue(AttributeValue val)
Sets a "fixed value" for this table.
|
void |
AuditEventHandlerContext.setHandlerProperty(String key,
AttributeValue value)
Sets a property of the custom Audit Specification.
|
void |
AuditEventHandlerContextImpl.setHandlerProperty(String key,
AttributeValue value) |
void |
PreparedSelectorGenerator.setPrimarySearchTarget(AttributeValue target)
Sets the primary search target.
|
void |
JsonObject.setValue(String key,
AttributeValue av)
Sets a String, number, or boolean value (as an AttributeValue)
for the specified key.
|
static void |
SelectUtilities.setValueInStatement(LibrarySessionInterface session,
IfsPreparedStatement stmt,
AttributeValue av,
int position)
Set bind values in the specified statement.
|
String |
AttributeValueTable.toDisplayString(AttributeValue av,
LibrarySessionInterface session)
Provide String representation of the specified AttributeValue.
|
protected AttributeValue |
PreparedSelectorGenerator.validateBindValue(AttributeValue bindValue)
Validate a bind value.
|
protected AttributeValue |
PreparedSelectorGenerator.validateSearchTarget(AttributeValue target)
Validate a search target, and registers it if it is valid.
|
Modifier and Type | Method and Description |
---|---|
static AttributeValue[] |
CommonUtilities.toAttributeValueArray(List<AttributeValue> avList)
Convert the specified list of AttributeValue to an AttributeValue array.
|
Constructor and Description |
---|
AttributeValueTable(AttributeValue[] values)
Constructs an AttributeValueTable from an array of AttributeValues.
|
AuditSearchGenerator(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Creates an AuditSearchGenerator.
|
ManualTextIndexingRetainedEvent(AttributeValue coVal)
Construct a ManualTextIndexingRetainedEvent that reflects a ContentObject
requiring manual text extraction for indexing.
|
Modifier and Type | Method and Description |
---|---|
static AttributeValue |
Utils.toAttributeValue(NamedValue nv)
Convert a NamedValue to an AttributeValue.
|
static AttributeValue[] |
Utils.toAttributeValues(NamedValue[] nvs)
Convert a NamedValue array to an AttributeValue array.
|
Modifier and Type | Method and Description |
---|---|
static Folder |
Utils.getFolder(LibrarySession ls,
AttributeValue av)
Returns the Folder from a given AttributeValue or throws an exception if
the item cannot be found or it is not a Folder.
|
static NamedValue |
Utils.toNamedValue(AttributeValue av)
Converts an AttributeValue to a NamedValue.
|
static NamedValue[] |
Utils.toNamedValues(AttributeValue[] avs)
Converts an AttributeValue array to a NamedValue array.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeValue[] |
IfsStringListCommand.executeGetAttributes(LibraryObject obj,
String[] attrNames) |
AttributeValue[] |
AttributeStringDisplayContext.getAttributes()
Gets the AttributeValues for the LibraryObject
|
AttributeValue[] |
GetAttributesContext.getAttributes()
Gets the Attributes
|
AttributeValue[] |
IfsAttributeStringDisplayContext.getAttributes()
Gets the AttributeValues for the LibraryObject
|
AttributeValue[] |
IfsGetAttributesContext.getAttributes()
Gets the Attributes
|
protected AttributeValue[] |
IfsGetAttributesCommand.getAttributes(LibraryObject obj,
String[] attrs)
Gets an AttributeValue[] based on a LibraryObject and attribute names.
|
AttributeValue |
IfsSetAttributesContext.getAttributeValue()
Gets the new attribute value.
|
AttributeValue |
SetAttributesContext.getAttributeValue()
Gets the new attribute value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsStringListCommand.executeAttributeStringDisplay(LibraryObject obj,
AttributeValue[] attrs,
boolean namesOnly,
LibrarySession session,
StringBuffer buffer,
boolean obfuscate) |
protected String |
IfsAttributeStringDisplayCommand.getMeaningfulString(AttributeValue attr,
LibrarySession session,
boolean obfuscate)
Gets a meaningful string based on the type of AttributeValue.
|
protected StringBuffer |
IfsAttributeStringDisplayCommand.outputObjectVertical(StringBuffer buffer,
LibraryObject obj,
AttributeValue[] attrs,
LibrarySession session,
boolean obfuscate) |
void |
AttributeStringDisplayContext.setAttributes(AttributeValue[] attrs)
Sets the AttributeValues for the LibraryObject
|
void |
GetAttributesContext.setAttributes(AttributeValue[] attrs)
Sets the Attributes
|
void |
IfsAttributeStringDisplayContext.setAttributes(AttributeValue[] attrs)
Sets the AttributeValues for the LibraryObject
|
void |
IfsGetAttributesContext.setAttributes(AttributeValue[] attrs)
Sets the Attributes
|
void |
IfsSetAttributesContext.setAttributeValue(AttributeValue value)
Sets the attirbute value.
|
void |
SetAttributesContext.setAttributeValue(AttributeValue value)
Sets the attirbute value.
|
Constructor and Description |
---|
IfsSetAttributesContext(LibraryObject[] objs,
String attrName,
AttributeValue attrValue)
Another constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
FtpServer.handlePropertyChangeRequest(AttributeValue av)
Handle property change request.
|
protected void |
FtpServer.handlePropertyChangeRequest(LibrarySession session,
String name,
AttributeValue av)
Handle property change request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsProtocolServer.handlePropertyChangeRequest(AttributeValue av) |
protected void |
IfsProtocolServer.handlePropertyChangeRequest(LibrarySession session,
String name,
AttributeValue av) |
Modifier and Type | Field and Description |
---|---|
protected AttributeValue |
AttributeQualification.m_AVValue
Comparison Value as an AttributeValue.
|
protected AttributeValue[] |
ViewSpecification.m_BindValues
Values for dynamic parameters in SearchTree
|
protected AttributeValue |
FolderRestrictQualification.m_StartFolderAttributeValue
For backward compatibility, the Startng folder can be
specified as an AttributeValue, which gets validated later.
|
protected AttributeValue |
PropertyQualification.m_Value
The comparison value.
|
protected AttributeValue[] |
ExistenceQualification.m_Values
Holds the Attribute Value array supplied by the user.
|
Modifier and Type | Method and Description |
---|---|
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.
|
AttributeValue |
PropertyQualification.getValue()
Return the comparison value.
|
protected AttributeValue[] |
ExistenceQualification.getValues()
Returns the AttributeValue array of RHS.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
void |
FolderRestrictQualification.setStartFolder(AttributeValue av)
Sets the startFolder.
|
void |
AttributeQualification.setValue(AttributeValue av)
Sets the comparison value.
|
void |
PropertyQualification.setValue(AttributeValue av)
Sets the comparison value.
|
void |
AttributeQualification.setValue(AttributeValue av,
LibrarySession sess)
Sets the comparison Value.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeValue[] |
S_LibraryObjectData.m_Attributes
The values of the effective attributes of the LIBRARYOBJECT.
|
protected AttributeValue |
S_Property.m_Value
The attribute value of the Property attribute
appropriate for its datatype.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeValue |
AuditExecutor.convertListToAttributeValue(List list,
int dataType)
Convert the specified list to an AttributeValue that encapsulates
an array of the corresponding type.
|
AttributeValue |
S_LibrarySession.createPublicObjectInstance(OperationState opState,
S_LibraryObjectDefinition sdef)
Creates a new S_PublicObject 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.
|
AttributeValue |
S_LibrarySession.createSimpleObjectInstance(OperationState opState,
S_LibraryObjectDefinition sdef)
Creates a new S_SimpleObject 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.
|
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.DMGetArrayTypeAttributeValue(long objectId,
long attributeId,
Long priClassId,
int count)
Gets a fully resolved array-type AttributeValue with non-transient
elements for the the specified object/attribute combination.
|
AttributeValue |
S_LibrarySessionInterface.DMGetArrayTypeAttributeValue(long objectId,
long attributeId,
Long priClassId,
int count) |
AttributeValue[] |
S_LibrarySession.DMGetAuditTypesForClass(String className,
boolean includeNested)
Gets the audit operation type values for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
AttributeValue[] |
S_LibrarySessionInterface.DMGetAuditTypesForClass(String className,
boolean includeNested) |
AttributeValue[] |
S_LibrarySession.DMGetAuditTypesForCreateOperations()
Gets the audit operation type values that correspond to "CREATED"
operations.
|
AttributeValue[] |
S_LibrarySessionInterface.DMGetAuditTypesForCreateOperations() |
AttributeValue[] |
S_LibrarySession.DMGetAuditTypesForFreeOperations()
Gets the audit operation type values that correspond to "FREED"
operations.
|
AttributeValue[] |
S_LibrarySessionInterface.DMGetAuditTypesForFreeOperations() |
AttributeValue[] |
S_LibrarySession.DMGetCustomAuditTypes()
Gets the custom audit operation type values.
|
AttributeValue[] |
S_LibrarySessionInterface.DMGetCustomAuditTypes() |
AttributeValue |
S_LibrarySession.DMGetMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count)
Gets a fully resolved map-type AttributeValue with non-transient
elements for the the specified object/attribute combination.
|
AttributeValue |
S_LibrarySessionInterface.DMGetMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count) |
AttributeValue |
S_LibrarySession.DMGetProperty(Long propBundleId,
Long propClassId,
String propertyName)
Gets the property value from the property bundle.
|
AttributeValue |
S_LibrarySessionInterface.DMGetProperty(Long propertyBundleId,
Long propertyBundleClassId,
String propertyName) |
AttributeValue[] |
S_LibrarySession.DMSelectAggregateAuditEventColumns(Long auditSpec,
String aggFunction,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
AttributeValue[] |
S_LibrarySessionInterface.DMSelectAggregateAuditEventColumns(Long auditSpec,
String aggFunction,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause) |
AttributeValue |
S_LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av,
long objectId,
long attributeId,
Long priClassId,
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 priClassId,
S_LibrarySession session,
LibraryConnection lconn,
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_LibraryObject.getAttribute(String attr_name)
Return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
S_LibraryObjectDefinition.getAttribute(String name)
return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
S_LibraryObjectData.getAttribute(String name,
LibrarySession session)
Gets the value of the specified attribute for the LIBRARYOBJECT
represented by this S_LibraryObjectData.
|
AttributeValue |
S_LibraryObjectData.getAttribute(String name,
S_LibrarySession session)
Gets the value of the specified attribute for the LIBRARYOBJECT
represented by this S_LibraryObjectData.
|
AttributeValue |
S_LibraryObject.getAttributeByUpperCaseName(String attr_name)
Gets the attribute value for the specified attribute.
|
AttributeValue[] |
S_LibraryObjectData.getAttributes()
Gets the values of the attributes of the LIBRARYOBJECT
represented by this S_LibraryObjectData.
|
AttributeValue[] |
S_LibraryObjectDefinition.getAttributes()
return array of Attribute values that were set for this
new instance.
|
protected AttributeValue[] |
AuditExecutor.getAuditTypesForClass(S_LibrarySession session,
String className,
boolean includeNested)
Gets the audit operation type values for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
AttributeValue[] |
S_LibrarySession.getAuditTypesForClass(String className,
boolean includeNested)
Gets the audit operation type values for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
AttributeValue[] |
S_LibrarySession.getAuditTypesForCreateOperations()
Gets the audit operation type values that correspond to "CREATED"
operations.
|
protected AttributeValue[] |
AuditExecutor.getAuditTypesForCreateOperations(S_LibrarySession session)
Gets the audit operation type values that correspond to "CREATED"
operations.
|
AttributeValue[] |
S_LibrarySession.getAuditTypesForFreeOperations()
Gets the audit operation type values that correspond to "FREE" operations.
|
protected AttributeValue[] |
AuditExecutor.getAuditTypesForFreeOperations(S_LibrarySession session)
Gets the audit operation type values that correspond to "FREE" operations.
|
protected AttributeValue[] |
AuditExecutor.getAuditTypesWithOperationMarker(S_LibrarySession session,
String marker)
Gets the audit operation type values that have a created or freed marker.
|
AttributeValue[] |
S_PreparedSelector.getAuxiliarySearchTargets()
Returns the auxiliary search targets.
|
AttributeValue[] |
S_PreparedSelector.getBindValues()
Gets the bind values to use in the select statement.
|
AttributeValue |
S_LibrarySession.getClassObjectValueByName(String name)
Gets an AttributeValue representation of a CLASSOBJECT that has the
specified name.
|
AttributeValue[] |
S_LibrarySession.getCustomAuditTypes()
Gets the custom audit operation type values.
|
protected AttributeValue[] |
AuditExecutor.getCustomAuditTypes(S_LibrarySession session)
Gets the custom audit operation type values.
|
protected AttributeValue |
S_PublicObject.getDefaultAclFromUserProfile(Long classid)
Get the defaultACL for a specified class of object, based on the
current user's primaryUserProfile's DEFAULTACLS propertyBundle.
|
AttributeValue |
S_LibraryObjectDataSharedState.getDirectSubclassesValue()
Gets the shared state representing the set of direct subclasses
of a ClassObject, stored as an AttributeValue of KOs.
|
AttributeValue |
S_LibrarySession.getDomainPropertyValue(String name)
Gets the value of a domain property, by name.
|
protected AttributeValue |
S_LibraryObject.getEventualAttributeByUpperCaseName(String attrname,
S_LibraryObjectDefinition def)
Gets the attribute value for the specified attribute from either
the target object or from the specified definition.
|
AttributeValue |
S_ClassObject.getInheritedPropertyValue(String name)
Gets named property, if any, by searching in the target
ClassObject's PropertyBundle, or in one of its
superclasses PropertyBundle.
|
AttributeValue |
S_ClassObject.getInheritedPropertyValue(String name,
boolean bypassNulls)
Gets named property, if any, by searching in the target
ClassObject's PropertyBundle, or in one of its
superclasses PropertyBundle.
|
AttributeValue |
S_LibrarySession.getMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count)
Gets a fully resolved map-type AttributeValue with non-transient
elements that is a copy of the specified map-type AttributeValue.
|
static AttributeValue |
S_LibrarySession.getMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
S_LibrarySession session,
LibraryConnection lconn,
Connection conn)
Gets a fully resolved map-type AttributeValue with non-transient
elements that is a copy of the specified array-type AttributeValue.
|
AttributeValue |
S_PreparedSelector.getPrimarySearchTarget()
Returns the primary search target.
|
AttributeValue |
CredentialManager.getProperty(String name)
Gets the value of the specified dynamic property for this
CredentialManager.
|
AttributeValue |
IdmCredentialManager.getProperty(String name)
Gets the value of the specified dynamic property for this
IdmCredentialManager.
|
AttributeValue |
IfsCredentialManager.getProperty(String name)
Gets the value of the specified dynamic property for this
IfsCredentialManager.
|
AttributeValue |
UniversalCredentialManager.getProperty(String name)
Gets the value of the specified dynamic property for this
UniversalCredentialManager.
|
AttributeValue |
XeCredentialManager.getProperty(String name)
Deprecated.
Gets the value of the specified dynamic property for this
XeCredentialManager.
|
AttributeValue |
DirectoryService.getProperty(String credentialManagerName,
String name)
Gets the value of the specified dynamic property for the specified
CredentialManager.
|
AttributeValue |
S_Property.getPropertyValue()
Gets the value of the Property.
|
AttributeValue |
S_ValueDefault.getPropertyValue()
Gets the value of the ValueDefaultPropertyBundle of this ValueDefault,
as an AttributeValue.
|
AttributeValue |
S_ValueDefaultPropertyBundle.getPropertyValue()
Gets the value of this ValueDefaultPropertyBundle.
|
AttributeValue |
S_ValueDomain.getPropertyValue()
Gets the value of the ValueDomainPropertyBundle of this ValueDomain,
as an AttributeValue.
|
AttributeValue |
S_ValueDomainPropertyBundle.getPropertyValue()
Gets the value of this ValueDefaultPropertyBundle.
|
AttributeValue |
S_LibraryObject.getPropertyValue(String key)
Returns a property from the S_PropertyBundle associated with this instance.
|
AttributeValue |
S_PropertyBundle.getPropertyValue(String name)
Gets the value of a particular property.
|
AttributeValue |
S_LibraryService.getServiceConfigurationProperty(String name)
Gets the specified service configuration property.
|
AttributeValue |
S_LibrarySession.getServiceConfigurationProperty(String name)
Gets the specified service configuration property.
|
AttributeValue |
S_LibraryObjectDefinition.getSystemSetAttribute(String name)
return a System set AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue[] |
S_LibraryObjectDefinition.getSystemSetAttributes()
Gets the system-set attributes.
|
AttributeValue |
S_LibraryObjectDefinition.getUserSetAttribute(String name)
return a User-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 |
PropagatingSecuritySettings.SecuritySetting.getValue()
Gets the value of the security setting.
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long objectId)
Gets the value of the specified bind variable in a ResultSet.
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long auditid,
long objectId)
Deprecated.
9.2.5.0.0 use other variant
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long auditid,
long objectId,
S_AttributeData attrData,
S_LibrarySession session)
Deprecated.
9.2.5.0.0 use other variant
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long objectId,
S_AttributeData attrData,
S_LibrarySession session)
Gets the value of the specified select position in a ResultSet.
|
AttributeValue[] |
S_LibrarySession.selectAggregateAuditEventColumns(Long auditSpec,
String aggFunction,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
AttributeValue[] |
AuditExecutor.selectAggregateAuditEventColumns(S_LibrarySession session,
Long auditSpec,
String aggFunction,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
protected AttributeValue[] |
AuditExecutor.selectAuditProperties(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
long propId,
String propTblName)
Select all the properties stored for the specified property ID.
|
Modifier and Type | Method and Description |
---|---|
void |
PropagatingSecuritySettings.addSecuritySetting(String attrName,
String colName,
AttributeValue av)
Adds a security setting.
|
String |
SQLGeneration_Helper.convertToSQLString(AttributeValue av) |
String |
SQLGeneration_Helper.convertToString(AttributeValue av) |
protected abstract void |
MediaBlobHelper.copyContent(S_MediaBfile srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBfile being the source.
|
protected void |
OracleMediaBlobHelper.copyContent(S_MediaBfile srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBfile being the source.
|
protected void |
PostgresMediaBlobHelper.copyContent(S_MediaBfile srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBfile being the source.
|
protected abstract void |
MediaBlobHelper.copyContent(S_MediaBlob srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBlob being the source.
|
protected void |
OracleMediaBlobHelper.copyContent(S_MediaBlob srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBlob being the source.
|
protected void |
PostgresMediaBlobHelper.copyContent(S_MediaBlob srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBlob being the source.
|
protected void |
S_Media.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
protected void |
S_MediaBfile.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
protected void |
S_MediaBlob.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
String |
CredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Creates a new user.
|
String |
IdmCredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Creates a new user.
|
String |
IfsCredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Creates a new user.
|
String |
UniversalCredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Creates a new user.
|
String |
XeCredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Deprecated.
Creates a new user.
|
String |
DirectoryService.createUser(String credentialManagerName,
String name,
String password,
AttributeValue[] options)
Creates a new user in the specified CredentialManager.
|
void |
CredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deletes the specified user.
|
void |
IdmCredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deletes the specified user.
|
void |
IfsCredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deletes the specified user.
|
void |
UniversalCredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deletes the specified user.
|
void |
XeCredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deprecated.
Deletes the specified user.
|
void |
DirectoryService.deleteUser(String credentialManagerName,
String distinguishedName,
AttributeValue[] options)
Deletes the specified user from the specified CredentialManager.
|
protected String |
S_LibraryObject.deriveOwnerUniqueName(AttributeValue avName,
AttributeValue avOwner)
Derives a "owner based unique name", which is a composite of an object
which acts as an owner for scoping purposes, and the object name.
|
protected String |
S_LibraryObject.deriveOwnerUniqueName(AttributeValue avName,
AttributeValue avOwner,
String delim)
Derives a "owner based unique name", which is a composite of an object
which acts as an owner for scoping purposes, and the object name.
|
protected abstract void |
MediaBlobHelper.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content for the specified content ID.
|
protected void |
OracleMediaBlobHelper.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content for the specified content ID.
|
protected void |
PostgresMediaBlobHelper.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content for the specified content ID.
|
protected abstract void |
S_Media.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content with the specified content id.
|
protected void |
S_MediaBfile.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content with the specified content id.
|
protected void |
S_MediaBlob.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content with the specified content id.
|
protected void |
S_MediaCustom.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content with the specified content id.
|
void |
CenteraMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
CmsdkMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
CustomMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
FileSystemMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
SnapLockMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
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.
|
Vector |
S_LibrarySession.DMGetArrayReferencingObjects(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.
|
Vector |
S_LibrarySessionInterface.DMGetArrayReferencingObjects(Long attributeId,
AttributeValue referencedValue,
SortSpecification sort) |
int |
S_LibrarySession.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its item count.
|
int |
S_LibrarySession.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its item count.
|
int |
S_LibrarySession.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its item count.
|
int |
S_LibrarySessionInterface.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues) |
int |
S_LibrarySessionInterface.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues) |
int |
S_LibrarySessionInterface.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues) |
AttributeValueTable[] |
S_LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its results.
|
AttributeValueTable[] |
S_LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its results.
|
AttributeValueTable[] |
S_LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its results.
|
AttributeValueTable[] |
S_LibrarySessionInterface.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
AttributeValueTable[] |
S_LibrarySessionInterface.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
AttributeValueTable[] |
S_LibrarySessionInterface.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
boolean |
S_LibrarySession.DMIsAttributeValueInValueDomain(Long id,
Long classId,
AttributeValue av)
Determines whether the specified attribute value
lies within this ValueDomain.
|
boolean |
S_LibrarySessionInterface.DMIsAttributeValueInValueDomain(Long id,
Long classId,
AttributeValue av) |
Vector |
S_LibrarySession.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its items.
|
Vector |
S_LibrarySession.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its items.
|
Vector |
S_LibrarySession.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its items.
|
Vector |
S_LibrarySessionInterface.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
Vector |
S_LibrarySessionInterface.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
Vector |
S_LibrarySessionInterface.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
AuditEvent[] |
S_LibrarySession.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
AuditEvent[] |
S_LibrarySessionInterface.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems) |
protected static S_Policy |
S_LibraryObject.findPolicyFromPropertyBundleAv(S_LibrarySession sess,
AttributeValue av,
String operationName)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
protected Object[] |
S_LibrarySession.getArrayAttributeValueEntries(int dataType,
AttributeValue av)
Gets the array of objects corresponding to an array-type
AttributeValue.
|
static String |
S_PreparedSelector.getClassFromTarget(AttributeValue target)
Deprecated.
9.3.3.0 use
PreparedSelector.getClassNameFromTarget |
protected Vector |
IdmCredentialManagerUtilities.getCMUsers(AttributeValue[] options)
Gets the users that matches the specified options
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(String key,
LibraryConnection lconn,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
boolean countOnly,
int maxItemCount)
Gets a statement for a complex query.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(String key,
LibraryConnection lconn,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
boolean countOnly,
int maxItemCount)
Gets a statement for a complex query.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(String key,
LibraryConnection lconn,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
boolean countOnly)
Gets a statement for a complex query.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(String key,
LibraryConnection lconn,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
boolean countOnly)
Gets a statement for a complex query.
|
protected static Hashtable |
IdmCredentialManager.getOptionsHashtable(AttributeValue[] avs)
Converts an AttributeValue[] to a Hashtable of AttributeValues.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSearchResultQueryStatement(String key,
LibraryConnection lconn,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
int maxItemCount)
Gets a statement for a query for "search results",
meaning specific columns are selected from the specified
search targets.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSearchResultQueryStatement(String key,
LibraryConnection lconn,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
int maxItemCount)
Gets a statement for a query for "search results",
meaning specific columns are selected from the specified
search targets.
|
protected void |
S_LibraryService.initialize(String name,
String nodeName,
AttributeValue[] serviceConfiguration,
DataSource dataSource)
Initializes a S_LibraryService.
|
protected void |
S_TieLibraryService.initialize(String name,
String nodeName,
AttributeValue[] serviceConfiguration,
DataSource dataSource)
Initializes a S_TieLibraryService.
|
protected void |
S_LibraryObject.insertRow(AttributeValue[] avs,
S_ClassObjectData clssdata)
Insert a row representing the specified values for the specified class.
|
boolean |
S_ValueDomain.isAttributeValueInValueDomain(AttributeValue av)
Determines whether the specified attribute value
lies within this ValueDomain.
|
boolean |
S_ValueDomainPropertyBundle.isAttributeValueInValueDomainPropertyBundle(AttributeValue av)
Determines whether the specified attribute value
lies within this ValueDomainPropertyBundle.
|
Vector |
CredentialManager.listUsers(AttributeValue[] options)
Gets the distinguished names of all users managed by this
CredentialManager.
|
Vector |
IdmCredentialManager.listUsers(AttributeValue[] options)
Gets the users managed by this IdmCredentialManager.
|
Vector |
IfsCredentialManager.listUsers(AttributeValue[] options)
Gets the distinguished names of all users managed by this
IfsCredentialManager.
|
Vector |
UniversalCredentialManager.listUsers(AttributeValue[] options)
Gets the distinguished names of all users managed by this
UniversalCredentialManager.
|
Vector |
XeCredentialManager.listUsers(AttributeValue[] options)
Deprecated.
Gets the distinguished names of all users managed by this
XeCredentialManager.
|
Vector |
DirectoryService.listUsers(String credentialManagerName,
AttributeValue[] options)
Gets the distinguished names of all users managed by the specified
CredentialManager.
|
void |
S_PropertyBundle.putProperty(AttributeValue av)
Inserts or updates a property in this PropertyBundle.
|
void |
S_PublicObject.putProperty(AttributeValue av)
Adds a Property to this object's PropertyBundle.
|
protected long |
SequenceGenerator.reSequence(S_LibraryObjectDefinition def,
String className,
String seqAttrname,
S_LibraryObject[] objs,
AttributeValue avBefore,
AttributeValue avAfter) |
protected 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 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 Vector |
S_LibraryObjectSelector.selectArrayReferencingObjects(AttributeValue referencedValue,
Long attributeId,
SortSpecification sort)
Selects objects based an array attribute referencing the specified object.
|
protected long |
S_LibraryObjectSelector.selectArrayReferencingObjectsCount(AttributeValue referencedValue,
Long attributeId)
Selects the count based an array attribute referencing the specified object.
|
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectArrayReferencingObjectsCursor(AttributeValue referencedValue,
Long attributeId,
SortSpecification sort)
Selects cursor for query based an array attribute referencing the
specified object.
|
AuditEvent[] |
S_LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
protected AuditEvent[] |
AuditExecutor.selectAuditEvents(S_LibrarySession session,
Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String joinCondition,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String joinCondition,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String joinCondition,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected Vector |
S_ServerConfigurationSelector.selectInheritingServerConfigurationData(AttributeValue sc)
Gets the ServerConfigurations that inherit the specified
ServerConfiguration.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected AttributeValueTable[] |
S_LibraryObjectSelector.selectResults(String key,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select results for a S_PreparedSelector.
|
protected AttributeValueTable[] |
S_LibraryObjectSelector.selectResults(String key,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select results for a S_PreparedSelector.
|
protected AttributeValueTable[] |
S_LibraryObjectSelector.selectResults(String key,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select results for a S_PreparedSelector.
|
void |
S_LibraryObject.setAttribute(AttributeValue attr_value)
Set the object's attribute to the specified value.
|
void |
S_LibraryObject.setAttribute(String attr_name,
AttributeValue attr_value)
Set the object's attribute to the specified value.
|
protected void |
S_LibraryObjectDefinition.setAttribute(String name,
AttributeValue value)
set an attribute for the new instance.
|
void |
S_PreparedSelector.setAuxiliarySearchTargets(AttributeValue[] targets)
Sets the auxiliary search targets.
|
void |
S_PreparedSelector.setBindValues(AttributeValue[] bindValues)
Sets the bind values to use in the select statement.
|
protected abstract void |
MediaBlobHelper.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
OracleMediaBlobHelper.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
PostgresMediaBlobHelper.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected abstract void |
S_Media.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
S_MediaBfile.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
S_MediaBlob.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
S_MediaCustom.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
String |
CenteraMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
CmsdkMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
CustomMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
FileSystemMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
SnapLockMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
protected void |
S_ContentVaultEntry.setContent(S_Media media,
Long cid,
InputStream iss,
Long partValue,
AttributeValue[] mediaOptions)
Store the specified content.
|
protected abstract void |
S_Media.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference for the
specified content id.
|
protected void |
S_MediaBfile.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference for the
specified content id.
|
protected void |
S_MediaBlob.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference for the
specified content id.
|
protected void |
S_MediaCustom.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference for the
specified content id.
|
String |
CenteraMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
CmsdkMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
CustomMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
FileSystemMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
SnapLockMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
void |
S_LibraryObjectDataSharedState.setDirectSubclassesValue(AttributeValue av)
Sets the shared state representing the set of direct subclasses
of a ClassObject, stored as an AttributeValue of KOs.
|
protected abstract void |
MediaBlobHelper.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
protected void |
OracleMediaBlobHelper.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
protected void |
PostgresMediaBlobHelper.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
protected void |
S_Media.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
protected void |
S_MediaBlob.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
void |
CredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user.
|
void |
IdmCredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user.
|
void |
IfsCredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user.
|
void |
UniversalCredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user.
|
void |
XeCredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Deprecated.
Sets the password of the specified user.
|
void |
DirectoryService.setPassword(String credentialManagerName,
String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user in the specified
CredentialManager.
|
void |
S_PreparedSelector.setPrimarySearchTarget(AttributeValue target)
Sets the primary search target.
|
protected long |
SequenceGenerator.setSequence(S_LibraryObjectDefinition def,
String className,
String seqAttrname,
AttributeValue avBefore,
AttributeValue avAfter)
Set the SORTSEQUENCE attribute in an S_LODef
based on any possible system Options.
|
protected void |
S_LibrarySession.setSpecifiedInsertColumns(AttributeValue[] avs,
S_ClassObjectData classData,
int position_offset,
PreparedStatement stmt)
Sets the specified bind variables of the specified INSERT statement for
the specified classobject.
|
void |
S_LibraryObjectDefinition.setSystemSetAttribute(AttributeValue value)
set a SystemSet attribute for the new instance.
|
void |
S_LibraryObjectDefinition.setSystemSetAttribute(String name,
AttributeValue value)
set a system-set attribute for the new instance (or for update).
|
void |
S_LibraryObjectDefinition.setUserSetAttribute(AttributeValue value)
set an attribute for the new instance.
|
void |
S_LibraryObjectDefinition.setUserSetAttribute(String name,
AttributeValue value)
set an attribute for the new instance.
|
void |
S_LibrarySession.setValueInStatement(PreparedStatement stmt,
AttributeValue av,
int position,
int datatype)
Sets a bind variable in the specified PreparedStatement,
coercing the datatype as necessary.
|
void |
S_LibrarySession.setValueInStatement(PreparedStatement stmt,
AttributeValue av,
int position,
int datatype,
int datalength)
Sets a bind variable in the specified PreparedStatement,
coercing the datatype as necessary.
|
static S_LibraryService |
S_LibraryService.startService(String serviceName,
String nodeName,
AttributeValue[] serviceConfig,
DataSource dataSource)
Starts a new iFS service with the specified name.
|
void |
S_Search.validateValue(String clss,
String attribute,
AttributeValue av)
Check if the Value is valid for the Attribute.
|
Constructor and Description |
---|
S_AttributeData(Long id,
Long classId,
AttributeValue[] attributes,
boolean isFullySelected,
S_LibrarySession session)
Constructs a S_AttributeData.
|
S_ClassObjectData(Long id,
Long classId,
AttributeValue[] attributes,
boolean fullySelected,
S_LibrarySession session)
Constructs an S_ClassObjectData.
|
S_LibraryObjectData(Long id,
Long classId,
AttributeValue[] attributes,
boolean fullySelected,
S_LibrarySession session)
Constructs an S_LibraryObjectData.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
SecuritySetting(String attrName,
String colName,
AttributeValue av)
Constructs a security setting.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue[] |
IfsObjectResolver.getAttributes(LibraryObject obj,
String[] attrs) |
AttributeValue[][] |
IfsObjectResolver.getAttributesArray(LibraryObject[] objs,
String[] attrs)
Gets a set of Attributes for an array of LibraryObjects.
|
AttributeValue |
IfsObjectResolver.getAttributeValue(String type,
String value)
Makes the AttributeValue associated with this type and value
|
Modifier and Type | Method and Description |
---|---|
String |
IfsObjectResolver.getMeaningfulString(AttributeValue attr) |
Copyright © 2023. All rights reserved.