|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LibrarySessionInterface | |
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.management.domain | |
oracle.ifs.server |
Uses of LibrarySessionInterface in oracle.ifs.beans |
Classes in oracle.ifs.beans that implement LibrarySessionInterface | |
class |
LibrarySession
A LibrarySession is used to represent a connection-based Session with the iFS server. |
Methods in oracle.ifs.beans that return LibrarySessionInterface | |
LibrarySessionInterface |
LibraryObject.getSessionInterface()
Gets the LibrarySessionInterface for this LibraryObject. |
Uses of LibrarySessionInterface in oracle.ifs.common |
Methods in oracle.ifs.common that return LibrarySessionInterface | |
LibrarySessionInterface |
LibraryObjectInterface.getSessionInterface()
Gets the LibrarySessionInterface for this LibraryObject. |
Methods in oracle.ifs.common with parameters of type LibrarySessionInterface | |
int |
AttributeValue.getInteger(LibrarySessionInterface session)
Gets this AttributeValue's representation as an int. |
java.lang.Integer |
AttributeValue.getIntegerObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as an Integer. |
long |
AttributeValue.getLong(LibrarySessionInterface session)
Gets this AttributeValue's representation as a long. |
java.lang.Long |
AttributeValue.getLongObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Long. |
double |
AttributeValue.getDouble(LibrarySessionInterface session)
Gets this AttributeValue's representation as a double. |
java.lang.Double |
AttributeValue.getDoubleObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Double. |
java.lang.String |
AttributeValue.getString(LibrarySessionInterface session)
Gets this AttributeValue's representation as a String. |
java.util.Date |
AttributeValue.getDate(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Date. |
boolean |
AttributeValue.getBoolean(LibrarySessionInterface session)
Gets this AttributeValue's representation as a boolean. |
java.lang.Boolean |
AttributeValue.getBooleanObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Boolean. |
SchemaObjectInterface |
AttributeValue.getSchemaObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SchemaObject. |
SystemObjectInterface |
AttributeValue.getSystemObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SystemObject. |
PublicObjectInterface |
AttributeValue.getPublicObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a PublicObject. |
DirectoryObjectInterface |
AttributeValue.getDirectoryObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a DirectoryObject. |
int[] |
AttributeValue.getIntegerArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of ints. |
java.lang.Integer[] |
AttributeValue.getIntegerObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Integers. |
long[] |
AttributeValue.getLongArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of longs. |
java.lang.Long[] |
AttributeValue.getLongObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Longs. |
double[] |
AttributeValue.getDoubleArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of doubles. |
java.lang.Double[] |
AttributeValue.getDoubleObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Doubles. |
java.lang.String[] |
AttributeValue.getStringArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Strings. |
java.util.Date[] |
AttributeValue.getDateArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Dates. |
boolean[] |
AttributeValue.getBooleanArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of booleans. |
java.lang.Boolean[] |
AttributeValue.getBooleanObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Booleans. |
SchemaObjectInterface[] |
AttributeValue.getSchemaObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SchemaObjects. |
SystemObjectInterface[] |
AttributeValue.getSystemObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SystemObjects. |
PublicObjectInterface[] |
AttributeValue.getPublicObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of PublicObjects. |
DirectoryObjectInterface[] |
AttributeValue.getDirectoryObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of DirectoryObjects. |
int |
AttributeValue.getIntegerArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of ints. |
java.lang.Integer |
AttributeValue.getIntegerObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of Integers. |
long |
AttributeValue.getLongArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of longs. |
java.lang.Long |
AttributeValue.getLongObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of Longs. |
double |
AttributeValue.getDoubleArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of doubles. |
java.lang.Double |
AttributeValue.getDoubleObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of Doubles. |
java.lang.String |
AttributeValue.getStringArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of Strings. |
java.util.Date |
AttributeValue.getDateArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of Dates. |
boolean |
AttributeValue.getBooleanArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of booleans. |
java.lang.Boolean |
AttributeValue.getBooleanObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of Booleans. |
SchemaObjectInterface |
AttributeValue.getSchemaObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of SchemaObjects. |
SystemObjectInterface |
AttributeValue.getSystemObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of SystemObjects. |
PublicObjectInterface |
AttributeValue.getPublicObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of PublicObjects. |
DirectoryObjectInterface |
AttributeValue.getDirectoryObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation as an array of DirectoryObjects. |
java.lang.Object |
AttributeValue.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
java.lang.String |
AttributeValue.toString(LibrarySessionInterface sess)
Gets the default object representation of this AttributeValue as a string. |
protected int |
AttributeValue.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValue.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValue.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValue.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValue.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValue.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValue.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.util.Date |
AttributeValue.convertToDate(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Date. |
protected boolean |
AttributeValue.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValue.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected SchemaObjectInterface |
AttributeValue.convertToSchemaObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SchemaObject. |
protected SystemObjectInterface |
AttributeValue.convertToSystemObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SystemObject. |
protected PublicObjectInterface |
AttributeValue.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject. |
protected DirectoryObjectInterface |
AttributeValue.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected int[] |
AttributeValue.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValue.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValue.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValue.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValue.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValue.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValue.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected java.util.Date[] |
AttributeValue.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates. |
protected boolean[] |
AttributeValue.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValue.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
protected SchemaObjectInterface[] |
AttributeValue.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects. |
protected SystemObjectInterface[] |
AttributeValue.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects. |
protected PublicObjectInterface[] |
AttributeValue.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. |
protected DirectoryObjectInterface[] |
AttributeValue.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
protected void |
AttributeValue.resolve(LibrarySessionInterface session)
Ensures that the AttributeValue can be converted to a Java type. |
protected void |
AttributeValueScalar.resolve(LibrarySessionInterface session)
Ensures that the AttributeValue can be converted to a Java type. |
java.lang.Object |
AttributeValueLong.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueLong.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueLong.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueLong.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueLong.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueLong.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueLong.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueLong.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected boolean |
AttributeValueLong.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueLong.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueLong.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueLong.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueLong.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueLong.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueLong.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueLong.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueLong.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected boolean[] |
AttributeValueLong.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueLong.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
protected SchemaObjectInterface |
AttributeValueLong.convertToSchemaObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SchemaObject. |
protected SchemaObjectInterface[] |
AttributeValueLong.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects. |
protected SystemObjectInterface |
AttributeValueLong.convertToSystemObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SystemObject. |
protected SystemObjectInterface[] |
AttributeValueLong.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects. |
protected PublicObjectInterface |
AttributeValueLong.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject. |
protected PublicObjectInterface[] |
AttributeValueLong.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. |
protected DirectoryObjectInterface |
AttributeValueLong.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected DirectoryObjectInterface[] |
AttributeValueLong.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
java.lang.Object |
AttributeValueSystemObject.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValueSystemObject.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueSystemObject.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValueSystemObject.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueSystemObject.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected SystemObjectInterface |
AttributeValueSystemObject.convertToSystemObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SystemObject. |
protected SystemObjectInterface[] |
AttributeValueSystemObject.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects. |
protected java.lang.String |
AttributeValueSystemObject.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.lang.String[] |
AttributeValueSystemObject.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.Object |
AttributeValueSchemaObject.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValueSchemaObject.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueSchemaObject.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValueSchemaObject.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueSchemaObject.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected SchemaObjectInterface |
AttributeValueSchemaObject.convertToSchemaObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SchemaObject. |
protected SchemaObjectInterface[] |
AttributeValueSchemaObject.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects. |
protected java.lang.String |
AttributeValueSchemaObject.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.lang.String[] |
AttributeValueSchemaObject.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.Object |
AttributeValueInteger.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueInteger.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueInteger.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueInteger.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueInteger.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueInteger.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueInteger.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueInteger.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected boolean |
AttributeValueInteger.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueInteger.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueInteger.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueInteger.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueInteger.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueInteger.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueInteger.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueInteger.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueInteger.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected boolean[] |
AttributeValueInteger.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueInteger.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
protected void |
AttributeValueArray.resolve(LibrarySessionInterface session)
Ensures that the elements of this AttributeValue have been loaded from the database. |
java.lang.Object |
AttributeValueDoubleArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueDoubleArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueDoubleArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueDoubleArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueDoubleArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueDoubleArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueDoubleArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueDoubleArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected boolean |
AttributeValueDoubleArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueDoubleArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueDoubleArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueDoubleArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueDoubleArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueDoubleArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueDoubleArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueDoubleArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueDoubleArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected boolean[] |
AttributeValueDoubleArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueDoubleArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
java.lang.Object |
AttributeValueObjectReference.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValueObjectReference.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueObjectReference.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected java.lang.String |
AttributeValueObjectReference.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected long[] |
AttributeValueObjectReference.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueObjectReference.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected java.lang.String[] |
AttributeValueObjectReference.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.Object |
AttributeValuePublicObject.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValuePublicObject.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValuePublicObject.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValuePublicObject.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValuePublicObject.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected PublicObjectInterface |
AttributeValuePublicObject.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject. |
protected PublicObjectInterface[] |
AttributeValuePublicObject.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. |
protected java.lang.String |
AttributeValuePublicObject.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.lang.String[] |
AttributeValuePublicObject.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.String[] |
AccessLevel.getEnabledStandardPermissionNames(LibrarySessionInterface session)
return the array of the names of all standard permission enabled in this instance. |
static java.lang.String[] |
AccessLevel.getAllDefinedStandardPermissionNames(LibrarySessionInterface session)
return the array of all defined standard permission localized labels. |
void |
AccessLevel.add(AccessLevel level,
LibrarySessionInterface sess)
Add permissions specified in another AccessLevel to this AccessLevel |
void |
AccessLevel.subtract(AccessLevel level,
LibrarySessionInterface sess)
Remove permissions specified in another AccessLevel to this AccessLevel. |
boolean |
AccessLevel.isSufficientlyEnabled(AccessLevel level,
LibrarySessionInterface sess)
check to see if specified permissions are enabled on the target AccessLevel. |
void |
AccessLevel.enableExtendedPermission(AttributeValue av,
LibrarySessionInterface sess)
Enable an extended perrmission, specified as an AttributeValue |
void |
AccessLevel.disableExtendedPermission(AttributeValue av,
LibrarySessionInterface sess)
Disable an extended perrmission, specified as an AttributeValue |
protected void |
SortQualifier.resolve(LibrarySessionInterface sess,
SortSpecification sortspec)
Resolve the column name to be used for this sort qualifier. |
java.lang.Object |
AttributeValueLongArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueLongArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueLongArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueLongArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueLongArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueLongArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueLongArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueLongArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected boolean |
AttributeValueLongArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueLongArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueLongArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueLongArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueLongArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueLongArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueLongArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueLongArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueLongArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected boolean[] |
AttributeValueLongArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueLongArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
protected SchemaObjectInterface |
AttributeValueLongArray.convertToSchemaObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SchemaObject. |
protected SchemaObjectInterface[] |
AttributeValueLongArray.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects. |
protected SystemObjectInterface |
AttributeValueLongArray.convertToSystemObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SystemObject. |
protected SystemObjectInterface[] |
AttributeValueLongArray.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects. |
protected PublicObjectInterface |
AttributeValueLongArray.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject. |
protected PublicObjectInterface[] |
AttributeValueLongArray.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. |
protected DirectoryObjectInterface |
AttributeValueLongArray.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected DirectoryObjectInterface[] |
AttributeValueLongArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
java.lang.Object |
AttributeValueSchemaObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValueSchemaObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueSchemaObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValueSchemaObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueSchemaObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected SchemaObjectInterface |
AttributeValueSchemaObjectArray.convertToSchemaObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SchemaObject. |
protected SchemaObjectInterface[] |
AttributeValueSchemaObjectArray.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects. |
protected java.lang.String |
AttributeValueSchemaObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.lang.String[] |
AttributeValueSchemaObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.Object |
AttributeValueDate.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected java.lang.String |
AttributeValueDate.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.util.Date |
AttributeValueDate.convertToDate(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Date. |
protected long |
AttributeValueDate.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueDate.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValueDate.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueDate.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected java.lang.String[] |
AttributeValueDate.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected java.util.Date[] |
AttributeValueDate.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates. |
java.lang.Object |
AttributeValueDouble.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueDouble.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueDouble.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueDouble.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueDouble.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueDouble.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueDouble.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueDouble.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected boolean |
AttributeValueDouble.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueDouble.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueDouble.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueDouble.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueDouble.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueDouble.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueDouble.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueDouble.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueDouble.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected boolean[] |
AttributeValueDouble.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueDouble.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
java.lang.Object |
AttributeValueBooleanArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueBooleanArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueBooleanArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueBooleanArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueBooleanArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueBooleanArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueBooleanArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueBooleanArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected boolean |
AttributeValueBooleanArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueBooleanArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueBooleanArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueBooleanArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueBooleanArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueBooleanArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueBooleanArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueBooleanArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueBooleanArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected boolean[] |
AttributeValueBooleanArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueBooleanArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
java.lang.Object |
AttributeValueDateArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected java.lang.String |
AttributeValueDateArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.util.Date |
AttributeValueDateArray.convertToDate(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Date. |
protected java.lang.String[] |
AttributeValueDateArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected java.util.Date[] |
AttributeValueDateArray.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates. |
protected long |
AttributeValueDateArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueDateArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValueDateArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueDateArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
java.lang.String |
SortSpecification.getOrderByClause(LibrarySessionInterface sess)
Returns the SQL order by clause that corresponds to this SortSpecification. |
void |
SortSpecification.resolve(LibrarySessionInterface sess)
resolve the SortSpecificaton and verify that the setting are legal for the specified classes. |
java.lang.Object |
AttributeValueBoolean.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueBoolean.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueBoolean.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueBoolean.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueBoolean.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueBoolean.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueBoolean.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueBoolean.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected boolean |
AttributeValueBoolean.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueBoolean.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueBoolean.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueBoolean.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueBoolean.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueBoolean.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueBoolean.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueBoolean.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueBoolean.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected boolean[] |
AttributeValueBoolean.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueBoolean.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
java.lang.Object |
AttributeValuePublicObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValuePublicObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValuePublicObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValuePublicObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValuePublicObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected PublicObjectInterface |
AttributeValuePublicObjectArray.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject. |
protected PublicObjectInterface[] |
AttributeValuePublicObjectArray.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. |
protected java.lang.String |
AttributeValuePublicObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.lang.String[] |
AttributeValuePublicObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.Object |
AttributeValueDirectoryObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValueDirectoryObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueDirectoryObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValueDirectoryObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueDirectoryObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected DirectoryObjectInterface |
AttributeValueDirectoryObjectArray.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected DirectoryObjectInterface[] |
AttributeValueDirectoryObjectArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
protected java.lang.String |
AttributeValueDirectoryObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.lang.String[] |
AttributeValueDirectoryObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.Object |
AttributeValueDirectoryObject.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValueDirectoryObject.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueDirectoryObject.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValueDirectoryObject.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueDirectoryObject.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected DirectoryObjectInterface |
AttributeValueDirectoryObject.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected DirectoryObjectInterface[] |
AttributeValueDirectoryObject.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
protected PublicObjectInterface |
AttributeValueDirectoryObject.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject. |
protected PublicObjectInterface[] |
AttributeValueDirectoryObject.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. |
protected java.lang.String |
AttributeValueDirectoryObject.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.lang.String[] |
AttributeValueDirectoryObject.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.Object |
AttributeValueSystemObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected long |
AttributeValueSystemObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueSystemObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected long[] |
AttributeValueSystemObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueSystemObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected SystemObjectInterface |
AttributeValueSystemObjectArray.convertToSystemObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SystemObject. |
protected SystemObjectInterface[] |
AttributeValueSystemObjectArray.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects. |
protected java.lang.String |
AttributeValueSystemObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.lang.String[] |
AttributeValueSystemObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
java.lang.Object |
AttributeValueIntegerArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueIntegerArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueIntegerArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueIntegerArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueIntegerArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueIntegerArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueIntegerArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueIntegerArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected boolean |
AttributeValueIntegerArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueIntegerArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueIntegerArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueIntegerArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueIntegerArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueIntegerArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueIntegerArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueIntegerArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueIntegerArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected boolean[] |
AttributeValueIntegerArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueIntegerArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
java.lang.Object |
AttributeValueString.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueString.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueString.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueString.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueString.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueString.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueString.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueString.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.util.Date |
AttributeValueString.convertToDate(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Date. |
protected boolean |
AttributeValueString.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueString.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueString.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueString.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueString.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueString.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueString.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueString.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueString.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected java.util.Date[] |
AttributeValueString.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates. |
protected boolean[] |
AttributeValueString.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueString.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
void |
IfsException.printLocalizedStackTrace(LibrarySessionInterface session)
Prints the stack trace of this IfsException to the standard error stream, using the locale of the specified session's Localizer. |
void |
IfsException.printLocalizedStackTrace(java.io.PrintStream stream,
LibrarySessionInterface session)
Prints the stack trace of this IfsException to the specified PrintStream, using the locale of the specified session's Localizer. |
void |
IfsException.printLocalizedStackTrace(java.io.PrintWriter writer,
LibrarySessionInterface session)
Prints the stack trace of this IfsException to the specified PrintWriter, using the locale of the specified session's Localizer. |
java.lang.String |
IfsException.getLocalizedMessage(LibrarySessionInterface session)
Gets the description of this IfsException for the locale of the specified session's Localizer. |
java.lang.String |
IfsException.toLocalizedString(LibrarySessionInterface session)
Represents this IfsException as a localized string, using the locale of the specified session's Localizer. |
java.lang.Object |
AttributeValueStringArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. |
protected int |
AttributeValueStringArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int. |
protected java.lang.Integer |
AttributeValueStringArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer. |
protected long |
AttributeValueStringArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long. |
protected java.lang.Long |
AttributeValueStringArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long. |
protected double |
AttributeValueStringArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double. |
protected java.lang.Double |
AttributeValueStringArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double. |
protected java.lang.String |
AttributeValueStringArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String. |
protected java.util.Date |
AttributeValueStringArray.convertToDate(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Date. |
protected boolean |
AttributeValueStringArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean. |
protected java.lang.Boolean |
AttributeValueStringArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean. |
protected int[] |
AttributeValueStringArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. |
protected java.lang.Integer[] |
AttributeValueStringArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. |
protected long[] |
AttributeValueStringArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. |
protected java.lang.Long[] |
AttributeValueStringArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. |
protected double[] |
AttributeValueStringArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. |
protected java.lang.Double[] |
AttributeValueStringArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. |
protected java.lang.String[] |
AttributeValueStringArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. |
protected java.util.Date[] |
AttributeValueStringArray.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates. |
protected boolean[] |
AttributeValueStringArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. |
protected java.lang.Boolean[] |
AttributeValueStringArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. |
Constructors in oracle.ifs.common with parameters of type LibrarySessionInterface | |
AccessLevel(java.lang.String[] stringLevels,
LibrarySessionInterface session)
constructor to initialize set of permissions, specified by an array of Strings and a specific LibrarySessionInterface. |
Uses of LibrarySessionInterface in oracle.ifs.management.domain |
Methods in oracle.ifs.management.domain with parameters of type LibrarySessionInterface | |
static java.lang.String |
Server.toStatusLabel(int status,
LibrarySessionInterface session)
Gets a localized label for the specified status of a Server, using the specified session's Localizer. |
Uses of LibrarySessionInterface in oracle.ifs.server |
Classes in oracle.ifs.server that implement LibrarySessionInterface | |
class |
S_LibrarySession
An S_LibrarySession represents a user session in the iFS repository. |
Fields in oracle.ifs.server declared as LibrarySessionInterface | |
protected LibrarySessionInterface |
S_ExportedLibraryObjectDefinition.m_SessionInterface
session that can be used to extract referenced objects |
Methods in oracle.ifs.server that return LibrarySessionInterface | |
LibrarySessionInterface |
S_LibraryObject.getSessionInterface()
Gets the LibrarySessionInterface for this S_LibraryObject. |
Methods in oracle.ifs.server with parameters of type LibrarySessionInterface | |
S_AttributeData[] |
S_ClassObjectData.getEffectiveClassAttributeData(LibrarySessionInterface session)
Gets the effective attributes for the CLASSOBJECT as an array of S_AttributeData objects. |
S_AttributeData |
S_ClassObjectData.getEffectiveClassAttributeData(int index,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an S_AttributeData object. |
S_AttributeData |
S_ClassObjectData.getEffectiveClassAttributeData(java.lang.String attributeName,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an S_AttributeData object. |
S_AttributeData[] |
S_ClassObjectData.getExtendedClassAttributeData(LibrarySessionInterface session)
Gets the extended attributes for the CLASSOBJECT as an array of S_AttributeData objects. |
S_AttributeData |
S_ClassObjectData.getExtendedClassAttributeData(int index,
LibrarySessionInterface session)
Gets the specified extended attribute of the CLASSOBJECT as an S_AttributeData object. |
S_AttributeData |
S_ClassObjectData.getExtendedClassAttributeData(java.lang.String attributeName,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an S_AttributeData object. |
int |
S_ClassObjectData.getEffectiveClassAttributeIndex(java.lang.String attributeName,
LibrarySessionInterface session)
Gets the array index of the specified effective attribute of the CLASSOBJECT. |
int |
S_ClassObjectData.getExtendedClassAttributeIndex(java.lang.String attributeName,
LibrarySessionInterface session)
Gets the array index of the specified extended attribute of the CLASSOBJECT. |
boolean |
S_ClassObjectData.hasExtendedArrayAttributes(LibrarySessionInterface session)
Returns indication as to whether the class CLASSOBJECT introduces any array-type extended attributes. |
java.lang.String |
S_ClassObjectData.getName(LibrarySessionInterface session)
Gets the class name. |
S_ClassObjectData |
S_ClassObjectData.getSuperclassData(LibrarySessionInterface session)
Gets the S_ClassObjectData of the class's superclass. |
java.lang.String |
S_ClassObjectData.getServerClassPath(LibrarySessionInterface session)
Gets the server-side classname. |
java.lang.String |
S_ClassObjectData.getDatabaseObjectName(LibrarySessionInterface session)
Gets the class database object name. |
java.lang.String |
S_ClassObjectData.getDatabaseTableName(LibrarySessionInterface session)
Gets the name of the database table of the class. |
java.lang.String |
S_ClassObjectData.getDatabaseViewName(LibrarySessionInterface session)
Gets the name of the database view of the class. |
java.lang.String |
S_ClassObjectData.getDatabaseBaseViewName(LibrarySessionInterface session)
Gets the name of the database base view of the class. |
boolean |
S_ClassObjectData.isAbstract(LibrarySessionInterface session)
Gets whether the class is abstract. |
boolean |
S_ClassObjectData.isFinal(LibrarySessionInterface session)
Gets whether the class is final. |
boolean |
S_ClassObjectData.isPartitioned(LibrarySessionInterface session)
Gets whether the class is partitioned. |
SchemaObjectInterface[] |
S_ExportedLibraryObjectDefinition.getSchemaObjectReferences(LibrarySessionInterface session)
return any SchemaObject references from specified AttributeValue. |
SystemObjectInterface[] |
S_ExportedLibraryObjectDefinition.getSystemObjectReferences(LibrarySessionInterface session)
return any SystemObject references from specified AttributeValue. |
PublicObjectInterface[] |
S_ExportedLibraryObjectDefinition.getPublicObjectReferences(LibrarySessionInterface session)
return any PublicObject references from specified AttributeValue. |
DirectoryObjectInterface[] |
S_ExportedLibraryObjectDefinition.getDirectoryObjectReferences(LibrarySessionInterface session)
return any DirectoryObject references from specified AttributeValue. |
Constructors in oracle.ifs.server with parameters of type LibrarySessionInterface | |
S_ExportedLibraryObjectDefinition(java.lang.Long classid,
LibrarySessionInterface session)
construct a S_ExportedLibraryObjectDefinition, initializing with a classId. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |