Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
AttributeValuePublicObjectArray
An AttributeValuePublicObjectArray represents the value of a PublicObject
array-type Attribute in a LibraryObject.
|
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 |
AttributeValueSystemObjectArray
An AttributeValueSystemObjectArray represents the value of a SystemObject
array-type Attribute in a LibraryObject.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2023. All rights reserved.