A B C D E F G H I K L M N O P Q R S T U V W

A

acceptChanges() - Method in class com.infoengine.object.factory.Element
 
acceptChanges() - Method in class com.infoengine.object.IeNode
 
acceptDefaultContent() - Method in class com.infoengine.object.factory.Element
Changes all attributes with state of DEFAULT to state of NEW.
acceptDefaultContent() - Method in class com.infoengine.object.IeNode
Modifies all attribute values whose content is in the DEFAULT state such that their state is NEW.
ActionWebject - Class in com.infoengine.SAK
This class provides methods to construct and execute action webjects in applications and JSP pages.
ActionWebject() - Constructor for class com.infoengine.SAK.ActionWebject
Constructs an action webject with no name.
ActionWebject(String) - Constructor for class com.infoengine.SAK.ActionWebject
Constructs an action webject with a specific name.
addAtt(Att) - Method in class com.infoengine.object.factory.Element
Adds an attribute to the element.
addAtt(IeAtt) - Method in class com.infoengine.object.IeObject
Adds an attribute to the object.
addAttribute(Attribute) - Method in class com.infoengine.connector.Element
add an attribute to this element
addAttribute(String, Object) - Method in class com.infoengine.connector.Element
add and create a new attribute to this element
addAttribute(String, Object) - Method in interface com.infoengine.SAK.Tasklet
Adds a tasklet attribute value.
addAttribute(Attribute) - Method in class com.infoengine.schema.ComplexType
Append an attribute to the end of the array of attributes
addAttributeValue(int, String, Object) - Method in class com.infoengine.object.factory.Group
add an attribute value
addAttributeValue(String, int, String, Object) - Method in class com.infoengine.SAK.IeService
add an attribute value to a group
addCollection(IeCollection) - Method in class com.infoengine.object.IeRequest
Adds a collection to the request.
addContentChangedListener(ContentChangedListener) - Method in class com.infoengine.object.factory.Element
 
addContentChangedListener(ContentChangedListener) - Method in class com.infoengine.object.IeNode
 
addContext(String, String, String) - Method in class com.infoengine.object.factory.Request
Add a name/value pair to a named context area of this request.
addContext(Group) - Method in class com.infoengine.object.factory.Task
Adds a context group to this task.
addDatum(IeDatum) - Method in class com.infoengine.object.factory.Att
Adds an object of type IeDatum as a value of the attribute.
addDatum(IeDatum) - Method in class com.infoengine.object.IeAtt
Adds a datum to the attribute.
addDatum(IeDatum) - Method in class com.infoengine.object.IeMeta
Adds a datum to the meta.
addDatum(IeDatum) - Method in class com.infoengine.object.IeNode
Adds an attribute value by attribute identifier.
addDatums(Vector) - Method in class com.infoengine.object.IeAtt
Appends a Vector of datums to the attribute.
addDatums(Vector) - Method in class com.infoengine.object.IeMeta
Appends a Vector of datums to the meta.
addElement(Element) - Method in class com.infoengine.connector.Group
add an element to this group
addElement(Element) - Method in class com.infoengine.object.factory.Group
Adds an element to the elements contained in the group.
addElement(TypeInstance) - Method in class com.infoengine.object.factory.Group
Adds a type instance to the elements contained in the group.
addElementByUfid(Element) - Method in class com.infoengine.object.factory.Group
Adds an element to the elements contained in the group and removes any other elements from the group that have the same UFID (Unique Federation Identifier) as the element being added.
addError(String, int) - Method in class com.infoengine.object.factory.Task
Adds an error message and status to this task.
addError(String) - Method in class com.infoengine.object.IeCollection
Adds an error message to this collection.
addGroup(Group) - Method in class com.infoengine.connector.Collection
add a group to the collection
addGroup(IeGroup) - Method in class com.infoengine.object.IeCollection
Adds a group to the collection.
addGroup(Group) - Method in class com.infoengine.SAK.IeService
Adds a group to the internal collection.
addGroup(Group) - Method in class com.infoengine.SAK.Task
Adds a group to the task's VDB.
addGroup(Group) - Method in interface com.infoengine.SAK.Tasklet
Adds a group to the tasklet's VDB.
addInput(Group) - Method in class com.infoengine.object.factory.Task
Deprecated.  
addIUniqueValue(IeDatum) - Method in class com.infoengine.object.IeAtt
Adds a datum to the attribute if, and only if, the attribute does not contain the datum already.
addKey(String, String) - Method in class com.infoengine.object.factory.Webject
Adds a KEY parameter to this webject.
addMessage(String) - Method in class com.infoengine.object.factory.Group
Adds a message to this group.
addMessage(String) - Method in class com.infoengine.object.factory.Webject
Adds a warning or error message to this webject.
addMeta(String, String) - Method in class com.infoengine.object.factory.Att
Adds a meta item with a String value to the attribute.
addMeta(String, Date) - Method in class com.infoengine.object.factory.Att
Adds a meta item with a Date value to the attribute.
addMeta(String, Number) - Method in class com.infoengine.object.factory.Att
Adds a meta item with a Number value to the attribute.
addMeta(String, byte[]) - Method in class com.infoengine.object.factory.Att
Adds a meta item with a byte array value to the attribute.
addMeta(String, String) - Method in class com.infoengine.object.factory.Element
Adds a meta item with a String value to the element.
addMeta(String, Date) - Method in class com.infoengine.object.factory.Element
Adds a meta item with a Date value to the element.
addMeta(String, Number) - Method in class com.infoengine.object.factory.Element
Adds a meta item with a Number value to the element.
addMeta(String, byte[]) - Method in class com.infoengine.object.factory.Element
Adds a meta item with a byte array value to the element.
addMeta(IeMeta) - Method in class com.infoengine.object.factory.Webject
Adds a specific meta item to this webject.
addMeta(String, String) - Method in class com.infoengine.object.IeObject
Adds meta-information of type String to the object.
addMeta(String, Date) - Method in class com.infoengine.object.IeObject
Adds meta-information of type Date to the object.
addMeta(String, Number) - Method in class com.infoengine.object.IeObject
Adds meta-information of type Number to the object.
addMeta(String, byte[]) - Method in class com.infoengine.object.IeObject
Adds meta-information of type byte array to the object.
addMetaDatum(String, IeDatum) - Method in class com.infoengine.object.IeObject
Adds meta-information of type IeDatum to the object.
addMetaValue(String, Object) - Method in class com.infoengine.connector.Data
add a named metadata value
addMetaValue(String, String) - Method in class com.infoengine.object.factory.Webject
Adds a meta item to this webject with a specific name and value.
addMetaValue(String, Object) - Method in class com.infoengine.object.IeObject
Add/append an object to a possibly multi-valued meta-information item, or create a vector and add it to the meta-information item.
addMetaValues(String, Vector) - Method in class com.infoengine.object.IeObject
Add elements of a vector to a possibly multi-valued meta-information item.
addNode(IeNode) - Method in class com.infoengine.object.IeGroup
Adds a node to the group.
addNode(IeNode) - Method in class com.infoengine.object.IeNode
Adds a child node to the node.
addOutput(String) - Method in class com.infoengine.object.factory.Request
Adds a string to the output of this request.
addOutput(byte[]) - Method in class com.infoengine.object.factory.Request
Adds a byte array to the output of this request.
addOutput(String) - Method in class com.infoengine.object.factory.Task
Deprecated.  
addOutput(Group) - Method in class com.infoengine.object.factory.Task
Deprecated.  
addOutput(String) - Method in class com.infoengine.object.factory.Webject
Adds an output message to this webject.
addParam(Param) - Method in class com.infoengine.object.factory.Webject
Adds a new parameter to this webject.
addParam(String, Object) - Method in class com.infoengine.SAK.Task
Adds a task parameter value.
addParam(String, Object) - Method in interface com.infoengine.SAK.Tasklet
Adds a tasklet parameter value.
addParam(String, String) - Method in class com.infoengine.SAK.Webject
Adds a parameter with a specific name and value to the webject.
addProcessor(String) - Method in class com.infoengine.SAK.Task
Adds a name to the vector of remote task processor names.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.infoengine.connector.IeInteractionSpec
 
addRange(Range) - Method in class com.infoengine.schema.SimpleType
Add Range r to the end of the Ranges array.
addRawValue(Object) - Method in class com.infoengine.object.factory.Att
Adds a raw value of a generic type to this attribute.
addReplacement(ElementIdentifier, ElementIdentifier) - Method in class com.infoengine.object.factory.Element
 
addReplacement(ElementIdentifier, ElementIdentifier) - Method in class com.infoengine.object.IeNode
 
addService(String, ObjectDestination) - Static method in class com.infoengine.au.NamingService
Adds an entry to the service registry.
addSuperType(String) - Method in class com.infoengine.schema.Type
Add a superType to the end of the type hierarchy.
addUniqueKey(String, String) - Method in class com.infoengine.object.factory.Webject
Adds a KEY parameter to this webject only if the webject does not contain it already.
addUniqueValue(Object) - Method in class com.infoengine.object.factory.Att
Adds a value to this attribute, but only if this attribute does not contain this value already.
addUniqueValue(AttributeIdentifier, Object) - Method in class com.infoengine.object.factory.Att
Adds a value with a specific attribute identifier to this attribute, but only if this attribute does not contain this value already.
addUniqueValue(AttributeIdentifier, Object, State) - Method in class com.infoengine.object.factory.Att
Adds a value with a specific attribute identifier and state to this attribute, but only if this attribute does not contain this value already.
addUniqueValue(String, String) - Method in class com.infoengine.object.factory.Webject
Adds a VALUE parameter to this webject only if the webject does not contain it already.
addUniqueValue(IeDatum) - Method in class com.infoengine.object.IeAtt
Adds a datum to the attribute if, and only if, the attribute does not contain the datum already.
addValue(Object) - Method in class com.infoengine.connector.Attribute
add a value to this attribute.
addValue(Object, String) - Method in class com.infoengine.connector.Attribute
add a value with a state to this attribute
addValue(Object) - Method in class com.infoengine.object.factory.Att
Adds a value of a generic type to this attribute.
addValue(String) - Method in class com.infoengine.object.factory.Att
Adds a value of a string type to this attribute.
addValue(boolean) - Method in class com.infoengine.object.factory.Att
Adds a value of a string type to this attribute.
addValue(Number) - Method in class com.infoengine.object.factory.Att
Adds a value of a number type to this attribute.
addValue(Date) - Method in class com.infoengine.object.factory.Att
Adds a value of a date type to this attribute.
addValue(byte[]) - Method in class com.infoengine.object.factory.Att
Adds a value of a byte array type to this attribute.
addValue(Object, State) - Method in class com.infoengine.object.factory.Att
Adds a value with a specific state to this attribute.
addValue(String, String) - Method in class com.infoengine.object.factory.Webject
Adds a VALUE parameter to this webject.
addValue(String) - Method in class com.infoengine.object.factory.Webject
Adds a VALUE parameter to this webject.
addValue(EnumeratedValue) - Method in class com.infoengine.schema.SimpleType
Add EnumeratedValue ev to the end of the Values array.
addVdb(Group) - Method in class com.infoengine.object.factory.Task
Adds a VDB group to this task.
addVdb(String) - Method in class com.infoengine.object.factory.Task
Adds an output string to this task.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.infoengine.connector.IeInteractionSpec
 
addWebject(Webject) - Method in class com.infoengine.object.factory.Webject
Adds a new webject as a child of this webject.
AdminTool - Class in com.infoengine.connector
 
AdminTool() - Constructor for class com.infoengine.connector.AdminTool
 
AntDAOGenerator - Class in com.infoengine.connector.dao
 
AntDAOGenerator() - Constructor for class com.infoengine.connector.dao.AntDAOGenerator
 
AntEJBGenerator - Class in com.infoengine.connector.dao
 
AntEJBGenerator() - Constructor for class com.infoengine.connector.dao.AntEJBGenerator
 
appendDatum(IeDatum) - Method in class com.infoengine.object.IeAtt
Appends a datum to the attribute.
appendMetaDatum(String, IeDatum) - Method in class com.infoengine.object.IeObject
Appends a value to the pre-existing value defined for a specified meta-information item.
applyBinding(Task) - Method in class com.infoengine.object.factory.Param
Bind this parameter to variable substitutions in the context of a specified task, and return the resulting value.
applyXSL(String, Reader, String) - Method in class com.infoengine.jsp.InfoEngine
Internally render a group as an XML string, then apply a specified XSL stylesheet to produce a string that is returned as a result.
applyXSL(Reader, String) - Method in class com.infoengine.jsp.InfoEngine
Internally render the default group as an XML string, then apply a specified XSL stylesheet to produce a string that is returned as a result.
applyXSL(String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Internally render a group as an XML string, then apply a specified XSL stylesheet to produce a string that is returned as a result.
applyXSL(String, String) - Method in class com.infoengine.jsp.InfoEngine
Internally render the default group as an XML string, then apply a specified XSL stylesheet to produce a string that is returned as a result.
Att - Class in com.infoengine.object.factory
 
Att(String, Object) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name and initial generic value.
Att(String, boolean) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name and initial boolean value.
Att(String, String) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name and initial string value.
Att(String, Number) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name and initial number value.
Att(String, Date) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name and initial date value.
Att(String, byte[]) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name and initial byte array value.
Att(String, Object, State) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name, initial generic value, and initial state.
Att(String, AttributeIdentifier, Object) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name, attribute identifier, and initial generic value.
Att(String, AttributeIdentifier, Object, State) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name, attribute identifier, initial generic value, and initial state.
Att(String) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute with a specific name and no initial value.
Att(IeAtt) - Constructor for class com.infoengine.object.factory.Att
Constructs an attribute wrapper around an existing IeAtt object.
ATT_TYPE_ID_KEY - Static variable in class com.infoengine.object.IeAtt
 
Attribute - Class in com.infoengine.connector
represents Info*Engine attribute data
Attributes have names and can contain one or more Objects as values.
Attributes are contained within Elements.
Attribute() - Constructor for class com.infoengine.connector.Attribute
create a new unnamed attribute
Attribute(String) - Constructor for class com.infoengine.connector.Attribute
create a new named attribute
Attribute(String, Object) - Constructor for class com.infoengine.connector.Attribute
create a new named attrbute with a value
Attribute - Class in com.infoengine.schema
Represents attribute schema
Attribute() - Constructor for class com.infoengine.schema.Attribute
 
AUTH_MAP - Static variable in class com.infoengine.object.factory.Task
 
available() - Method in class com.infoengine.au.DirectoryInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class com.infoengine.au.DirectoryPropertyInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class com.infoengine.object.IeInputStream
Returns the number of bytes that can be read without blocking.

B

Base64 - Class in com.infoengine.util
Utility class providing static methods for encoding and decoding data using the Base64 algorithm specified in Internet Standard RFC2045.
Base64() - Constructor for class com.infoengine.util.Base64
 
beginRequest(String) - Method in class com.infoengine.SAK.IeService
Initiate a request to the Info*Engine server.
beginRequestWithParameters(String) - Method in class com.infoengine.jsp.InfoEngine
Initiate a request to the Info*Engine server, and send all variables supplied in the query string and/or HTML form of the servlet request as parameters of the template or task.
bindParams() - Method in class com.infoengine.object.factory.Task
Binds parameters to the webject wrapped in this task.
bindParams(Webject) - Method in class com.infoengine.object.factory.Task
Binds parameters to a specific webject.

C

canonicalize() - Method in class com.infoengine.object.IeObject
 
canonicalize(StringBuffer) - Method in class com.infoengine.object.IeObject
append canonical string representation to a StringBuffer
CLASS - Static variable in class com.infoengine.object.factory.Webject
 
CLASS_KEY - Static variable in class com.infoengine.object.IeNode
 
clearGroups() - Method in class com.infoengine.object.IeCollection
Disassociates all of the groups from the collection, leaving the collection empty of groups.
clearInput() - Method in class com.infoengine.object.factory.Task
Deprecated.  
clearOutput() - Method in class com.infoengine.object.factory.Request
Removes all output text from this request.
clearParams() - Method in class com.infoengine.object.factory.Webject
Removes all parameters of this webject.
clearReplacements() - Method in class com.infoengine.object.factory.Element
 
clearReplacements() - Method in class com.infoengine.object.IeNode
 
clearSource() - Method in class com.infoengine.object.factory.Request
Removes all input text from this request.
clone() - Method in class com.infoengine.connector.Group
clone this Group (cloning not supported)
use of this method results in CloneNotSupportedException being thrown.
clone() - Method in class com.infoengine.connector.IeInteractionResult
not supported as not needed.
clone() - Method in class com.infoengine.object.factory.Att
Returns a shallow copy of this attribute.
clone() - Method in class com.infoengine.object.factory.Element
Returns a shallow copy of the element.
clone(boolean) - Method in class com.infoengine.object.factory.Element
 
clone(AttributeTypeIdentifier[], boolean) - Method in class com.infoengine.object.factory.Element
 
clone() - Method in class com.infoengine.object.factory.Group
Returns a shallow copy of this group.
clone() - Method in class com.infoengine.object.factory.Param
Creates a shallow copy of this parameter.
clone() - Method in class com.infoengine.object.factory.Webject
Returns a shallow copy of this webject.
clone(boolean) - Method in class com.infoengine.object.IeNode
 
clone(AttributeTypeIdentifier[], boolean) - Method in class com.infoengine.object.IeNode
 
clone() - Method in class com.infoengine.object.IeObject
Returns a shallow copy of the object.
clone() - Method in class com.infoengine.SAK.IeService
Returns a shallow copy of the object.
cloneWithNewCenter(TypeInstanceIdentifier) - Method in class com.infoengine.object.factory.Element
 
cloneWithNewCenter(TypeInstanceIdentifier) - Method in class com.infoengine.object.IeNode
 
cloneWithNewUninitializedIdentifiers(HashMap) - Method in class com.infoengine.object.factory.Element
 
cloneWithNewUninitializedIdentifiers(HashMap) - Method in class com.infoengine.object.IeNode
 
close() - Method in class com.infoengine.au.DirectoryInputStream
Closes the input stream and releases all resources allocated to it.
close() - Method in class com.infoengine.au.DirectoryPropertyInputStream
Closes the input stream and releases all resources allocated to it.
close() - Method in class com.infoengine.object.IeInputStream
Closes the input stream and releases all resources allocated to it.
close() - Method in class com.infoengine.object.IeMultipartOutputStream
Closes the output stream and releases resources allocated to it.
close() - Method in class com.infoengine.SAK.WriterOutputStream
Closes this output stream and releases any system resources associated with this stream.
Collection - Class in com.infoengine.connector
represents Info*Engine collection data.
Collections contain Groups.
Collection() - Constructor for class com.infoengine.connector.Collection
create a new unnamed Collection
Collection(String) - Constructor for class com.infoengine.connector.Collection
create a new named Collection
COLLECTION_STATE - Static variable in class com.infoengine.object.IeCollection
 
com.infoengine.au - package com.infoengine.au
 
com.infoengine.au.ssl - package com.infoengine.au.ssl
 
com.infoengine.connector - package com.infoengine.connector
 
com.infoengine.connector.dao - package com.infoengine.connector.dao
 
com.infoengine.jsp - package com.infoengine.jsp
 
com.infoengine.object - package com.infoengine.object
 
com.infoengine.object.factory - package com.infoengine.object.factory
 
com.infoengine.procunit.webject - package com.infoengine.procunit.webject
 
com.infoengine.SAK - package com.infoengine.SAK
 
com.infoengine.schema - package com.infoengine.schema
 
com.infoengine.schema.client - package com.infoengine.schema.client
 
com.infoengine.util - package com.infoengine.util
 
compareFreshness(Element) - Method in class com.infoengine.object.factory.Element
The compareFreshness() method computes the "freshness distance" between the two objects (the one the method is applied on and the one provided in parameters).
compile() - Method in class com.infoengine.SAK.Task
Compiles the task if it needs to be compiled.
ComplexType - Class in com.infoengine.schema
Represents Complex schema.
ComplexType() - Constructor for class com.infoengine.schema.ComplexType
 
contains(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
Returns true if this instance contains an attribute specified by AttributeIdentifier.
containsMetaValue(String, Object) - Method in class com.infoengine.object.factory.Att
Determines whether the attribute contains a meta item with a specific name and value.
containsMetaValue(String, Object) - Method in class com.infoengine.object.factory.Element
Determines whether the element contains a meta item with a specific name and value.
containsMetaValue(String, Object) - Method in class com.infoengine.object.IeObject
Determines whether an object is contained within a meta-information item.
containsTii(TypeInstanceIdentifier) - Method in class com.infoengine.object.factory.Element
 
containsTii(TypeInstanceIdentifier) - Method in class com.infoengine.object.IeNode
 
Content - Class in com.infoengine.SAK
This class provides access to one part of a MIME multipart object stream.
Content(InputStream, String) - Constructor for class com.infoengine.SAK.Content
Constructor that initializes the instance to read from a non-multipart MIME stream.
Content(ContentInputStream) - Constructor for class com.infoengine.SAK.Content
Constructor that initializes the instance to read from a multipart MIME stream.
CONTEXT - Static variable in class com.infoengine.object.factory.Task
 
createConnectionFactory() - Method in class com.infoengine.connector.IeManagedConnectionFactory
create a default ConnectionFactory for us in a "non managed" environment.
createConnectionFactory(ConnectionManager) - Method in class com.infoengine.connector.IeManagedConnectionFactory
create a ConnectionFactory with a specific ConnectionManager.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.infoengine.connector.IeManagedConnectionFactory
create a new managed connection
createObjects(String, Group) - Method in class com.infoengine.au.DirectoryService
Creates new objects in the directory service.
createServerSocket(String, int) - Method in interface com.infoengine.au.ServerSocketFactory
Creates a server socket that listens for connection requests.
createServerSocket(String, int) - Method in class com.infoengine.au.ssl.SimpleServerSocketFactory
Creates an SSL server socket that listens for connection requests.
createSocket(String, String, int) - Method in interface com.infoengine.au.SocketFactory
Creates a socket that establishes a network connection to a named service.
createSocket(String, String, int) - Method in class com.infoengine.au.ssl.SimpleSocketFactory
Creates a socket that establishes a secure network connection to a named service.

D

DAOGenerator - Class in com.infoengine.connector.dao
 
DAOGenerator(String, String) - Constructor for class com.infoengine.connector.dao.DAOGenerator
 
Data - Class in com.infoengine.connector
base data class for lightweight Info*Engine data objects.
Data() - Constructor for class com.infoengine.connector.Data
 
DATA - Static variable in class com.infoengine.object.factory.Param
 
decode(String) - Static method in class com.infoengine.util.Base64
Decode a Base64-encoded string.
decode(byte[]) - Static method in class com.infoengine.util.Base64
Decode a Base64-encoded byte array containing single-byte characters from the Base64 alphabet.
decode(byte[], int, int) - Static method in class com.infoengine.util.Base64
Decode a subset of a Base64-encoded byte array containing single-byte characters from the Base64 alphabet.
decodeUrl(String) - Static method in class com.infoengine.au.DirectoryService
Decodes a URL-encoded string.
decompose(boolean) - Method in class com.infoengine.object.factory.Element
 
decompose(boolean) - Method in class com.infoengine.object.IeNode
 
deepClone() - Method in class com.infoengine.object.factory.Att
Returns a deep copy of this attribute.
deepClone() - Method in class com.infoengine.object.factory.Element
Returns a deep copy of the element.
deepClone() - Method in class com.infoengine.object.factory.Group
Returns a deep copy of this group.
deepClone() - Method in class com.infoengine.object.factory.Task
Creates a deep copy of this task.
deepClone() - Method in class com.infoengine.object.factory.Webject
Returns a deep copy of this webject.
deepClone() - Method in class com.infoengine.object.IeAtt
Returns a deep copy of the attribute.
deepClone() - Method in class com.infoengine.object.IeCollection
Returns a deep copy of the collection.
deepClone() - Method in class com.infoengine.object.IeGroup
Returns a deep copy of the group.
deepClone() - Method in class com.infoengine.object.IeNode
Returns a deep copy of the node.
deepClone() - Method in class com.infoengine.object.IeObject
Returns a deep copy of the object.
deepClone() - Method in class com.infoengine.object.IeRequest
Returns a deep copy of the request.
deepCopy(IeObject) - Method in class com.infoengine.object.IeObject
Returns a deep copy of the object.
DEFAULT_BOUNDARY - Static variable in class com.infoengine.object.IeMultipartInputStream
 
DEFAULT_EOF - Static variable in class com.infoengine.object.IeMultipartInputStream
 
DEFAULT_EOL - Static variable in class com.infoengine.object.IeMultipartInputStream
 
deleteObject(String) - Method in class com.infoengine.au.DirectoryService
Deletes a directory entry.
DirectoryInputStream - Class in com.infoengine.au
This class implements an input stream class that uses the JNDI adapter to read attributes from directory entries.
DirectoryInputStream() - Constructor for class com.infoengine.au.DirectoryInputStream
Constructs an instance that is not initially associated with a directory entry.
DirectoryInputStream(String) - Constructor for class com.infoengine.au.DirectoryInputStream
Constructs an instance that is associated with a specific directory entry.
DirectoryProperties - Class in com.infoengine.au
This class implements a Properties class that obtains properties from a directory service.
DirectoryProperties() - Constructor for class com.infoengine.au.DirectoryProperties
Constructs an empty property list with no default values and no association to a directory entry.
DirectoryProperties(Properties) - Constructor for class com.infoengine.au.DirectoryProperties
Constructs an empty property list with the specified defaults, and no association to a directory entry.
DirectoryProperties(String) - Constructor for class com.infoengine.au.DirectoryProperties
Constructs a property list with no defaults, but with an association to a specified directory entry.
DirectoryProperties(Properties, String) - Constructor for class com.infoengine.au.DirectoryProperties
Constructs a property list with specified defaults, and with an association to a specified directory entry.
DirectoryPropertyInputStream - Class in com.infoengine.au
This class implements an input stream class that uses the JNDI adapter to read attributes from directory entries.
DirectoryPropertyInputStream() - Constructor for class com.infoengine.au.DirectoryPropertyInputStream
Constructs an instance that is not initially associated with a directory entry.
DirectoryPropertyInputStream(String) - Constructor for class com.infoengine.au.DirectoryPropertyInputStream
Constructs an instance that is associated with a specific directory entry.
DirectoryService - Class in com.infoengine.au
This class provides a convenient way to access a directory service and query objects within it.
DirectoryService() - Constructor for class com.infoengine.au.DirectoryService
Constructs an instance that provides access to the directory service via the JNDI adapter of Info*Engine.
DISPLAY - Static variable in class com.infoengine.object.factory.Webject
 
DisplayValue - Class in com.infoengine.schema
Associates a string id with a display string value
DisplayValue() - Constructor for class com.infoengine.schema.DisplayValue
Create DisplayValue with null id and value
DisplayValue(String, String) - Constructor for class com.infoengine.schema.DisplayValue
Create a DisplayValue with id and value
DisplayWebject - Class in com.infoengine.SAK
This class provides methods to construct and execute display webjects in applications and JSP pages.
DisplayWebject() - Constructor for class com.infoengine.SAK.DisplayWebject
Constructs a display webject with no name.
DisplayWebject(String) - Constructor for class com.infoengine.SAK.DisplayWebject
Constructs a display webject with a specific name.
DisplayWebjectException - Exception in com.infoengine.procunit.webject
 
DisplayWebjectException() - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object.
DisplayWebjectException(String) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with a non-localizable detailed message.
DisplayWebjectException(String, String, Object[]) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with a localizable message.
DisplayWebjectException(Throwable) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with a throwable

Supported API: true
DisplayWebjectException(Throwable, String) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.
DisplayWebjectException(Throwable, String, String, Object[]) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with a throwable and localized message.
DisplayWebjectException(Webject) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object.
DisplayWebjectException(Webject, String) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with a non-localizable detailed message.
DisplayWebjectException(Webject, String, String, Object[]) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with a localizable detailed message.
DisplayWebjectException(Webject, Throwable) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with a throwable

Supported API: true
DisplayWebjectException(Webject, Throwable, String) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.
DisplayWebjectException(Webject, Throwable, String, String, Object[]) - Constructor for exception com.infoengine.procunit.webject.DisplayWebjectException
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.
doubleMax() - Method in class com.infoengine.schema.Range
Get the max property as a double
doubleMin() - Method in class com.infoengine.schema.Range
Get the min property as a double

E

EJBGenerator - Class in com.infoengine.connector.dao
 
EJBGenerator(String, String, String) - Constructor for class com.infoengine.connector.dao.EJBGenerator
 
Element - Class in com.infoengine.connector
represents Info*Engine element data.
Elements contain Attributes.
Elements are contained within Groups
Element() - Constructor for class com.infoengine.connector.Element
 
Element - Class in com.infoengine.object.factory
 
Element() - Constructor for class com.infoengine.object.factory.Element
Constructs an empty element.
Element(String, Att) - Constructor for class com.infoengine.object.factory.Element
Constructs an element with a name and initial value.
Element(String) - Constructor for class com.infoengine.object.factory.Element
Constructs an element with a name but no initial value.
Element(IeNode) - Constructor for class com.infoengine.object.factory.Element
Constructs an element that wraps an existing IeNode.
Element(AttributeContainer) - Constructor for class com.infoengine.object.factory.Element
Constructs an element that wraps an existing attribute container.
Element(TypeInstance) - Constructor for class com.infoengine.object.factory.Element
Constructs an element from a type instance.
Element(TypeInstanceIdentifier) - Constructor for class com.infoengine.object.factory.Element
Constructs an instance with a specific type instance identifier.
EMPTY_STRING - Static variable in class com.infoengine.object.IeAtt
 
encode(byte[]) - Static method in class com.infoengine.util.Base64
Base64-encode an array of bytes.
encode(String) - Static method in class com.infoengine.util.Base64
Base64-encode a string.
EnumeratedValue - Class in com.infoengine.schema
Represents an enumerated value option.
EnumeratedValue() - Constructor for class com.infoengine.schema.EnumeratedValue
 
eofRead() - Method in class com.infoengine.object.IeMultipartInputStream
 
eofWritten() - Method in class com.infoengine.object.IeMultipartOutputStream
Tests whether an end of file indication (MIME termination boundary) has been written to the stream.
equals(Object) - Method in class com.infoengine.connector.Attribute
test this attribute against another for equality
equals(Object) - Method in class com.infoengine.connector.Data
test this data with another object for equality
equals(Object) - Method in class com.infoengine.connector.Element
compare this element with another for equality
equals(Object) - Method in class com.infoengine.connector.Group
compare this group to another for equality
equals(Object) - Method in class com.infoengine.connector.IeInteractionResult
compare this IeInteractionResult with another for equality
equals(Object) - Method in class com.infoengine.connector.IeManagedConnectionFactory
compare this ManagedConnectionFactory to another for equality
equals(Object) - Method in class com.infoengine.object.factory.Element
Indicates whether some other object is "equal to" this one.
ERROR - Static variable in class com.infoengine.object.IeCollection
 
EXCEPTION - Static variable in class com.infoengine.object.factory.Group
 
EXCEPTION_OBJECT_KEY - Static variable in class com.infoengine.object.factory.Group
 
execute() - Method in class com.infoengine.connector.dao.AntDAOGenerator
 
execute() - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
executeTask(String) - Method in class com.infoengine.jsp.InfoEngine
Execute an Info*Engine task and update the internal collection of groups from the result.
executeTask(String, Task, Boolean) - Static method in class com.infoengine.SAK.Task
Executes a task specified by URI.
executeTask(String, String, Task, IeCollection, Group) - Static method in class com.infoengine.SAK.Task
Executes a task specified by URI.
executeTask(String, Vector, Task, IeCollection, Group) - Static method in class com.infoengine.SAK.Task
Executes a task specified by URI.
executeTaskRemotely(String, Task, IeService, IeMultipartInputStream, OutputStream, Vector) - Static method in class com.infoengine.SAK.Task
Executes a task in a remote task processor.
executeTaskWithParameters(String) - Method in class com.infoengine.jsp.InfoEngine
Execute an Info*Engine task and update the internal collection of groups from the result.
EXTERNAL - Static variable in class com.infoengine.object.factory.Webject
 
ExternalWebject - Class in com.infoengine.SAK
This class provides methods to construct and execute externally defined webjects in applications and JSP pages.
ExternalWebject() - Constructor for class com.infoengine.SAK.ExternalWebject
Constructs an external webject with no name.
ExternalWebject(String) - Constructor for class com.infoengine.SAK.ExternalWebject
Constructs an external webject with a specific name.
extract(TypeInstanceIdentifier) - Method in class com.infoengine.object.factory.Element
 
extract(TypeIdentifier) - Method in class com.infoengine.object.factory.Element
 
extract(TypeInstanceIdentifier, boolean) - Method in class com.infoengine.object.factory.Element
 
extract(TypeIdentifier, boolean) - Method in class com.infoengine.object.factory.Element
 
extract(TypeInstanceIdentifier) - Method in class com.infoengine.object.IeNode
 
extract(TypeIdentifier) - Method in class com.infoengine.object.IeNode
 
extract(TypeInstanceIdentifier, boolean) - Method in class com.infoengine.object.IeNode
 
extract(TypeIdentifier, boolean) - Method in class com.infoengine.object.IeNode
 
extractCopies(TypeIdentifier, boolean, boolean) - Method in class com.infoengine.object.factory.Element
 
extractCopies(TypeIdentifier, boolean, boolean) - Method in class com.infoengine.object.IeNode
 
extractCopy(TypeInstanceIdentifier, boolean, boolean) - Method in class com.infoengine.object.factory.Element
 
extractCopy(TypeInstanceIdentifier, AttributeTypeIdentifier[], boolean) - Method in class com.infoengine.object.factory.Element
 
extractCopy(TypeInstanceIdentifier, boolean, boolean) - Method in class com.infoengine.object.IeNode
 
extractCopy(TypeInstanceIdentifier, AttributeTypeIdentifier[], boolean) - Method in class com.infoengine.object.IeNode
 

F

find(TypeIdentifier, AttributeContainerSet) - Method in class com.infoengine.object.factory.Element
 
firstAtt() - Method in class com.infoengine.object.IeObject
Returns the first attribute associated with the object.
firstChild() - Method in class com.infoengine.object.IeObject
Returns the object that is the first child of this object.
firstCollection() - Method in class com.infoengine.object.IeRequest
Returns the first collection contained in the request.
firstDatum() - Method in class com.infoengine.object.IeAtt
Returns the first datum contained in the attribute.
firstDatum() - Method in class com.infoengine.object.IeMeta
Returns the first datum contained in the meta.
firstGroup() - Method in class com.infoengine.object.IeCollection
Returns the first group contained in the collection.
firstMetaValue(String) - Method in class com.infoengine.object.IeObject
Returns the first value contained in a meta-information item.
firstNode() - Method in class com.infoengine.object.IeGroup
Returns the first node contained in the group.
floatMax() - Method in class com.infoengine.schema.Range
Get the max property as a float
floatMin() - Method in class com.infoengine.schema.Range
Get the min property as a float
flush() - Method in class com.infoengine.object.IeMultipartOutputStream
Flushes any output buffered on the output stream.
flush() - Method in class com.infoengine.SAK.WriterOutputStream
Flushes this output stream and forces any buffered output bytes to be written.
formatAttributeNames(String, String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Obtain the names of the attributes contained within each element of an Info*Engine group, and format the names as a String that can be rendered for display.
formatAttributeNames(String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Obtain the names of the attributes contained within each element of the default Info*Engine group, and format the names as a String that can be rendered for display.
formatColumn(String, String, String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Obtain all of the values contained within all attributes of a specified name of all elements of a specified group, and format them as a String that can be rendered for display.
formatColumn(String, String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Obtain all of the values contained within all attributes of a specified name of all elements of the default group, and format them as a String that can be rendered for display.
formatGroup(String, String, String, String, String, String, String, String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Traverse the entire set of elements contained within an Info*Engine group, and format all of their attribute values as a String that can be rendered for display.
formatGroup(String, String, String, String, String, String, String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Traverse the entire set of elements contained within the default Info*Engine group, and format all of their attribute values as a String that can be rendered for display.
formatRow(String, int, String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Obtain all of the attribute values contained within an element of a group, and format them as a String that can be rendered for display.
formatRow(int, String, String, String) - Method in class com.infoengine.jsp.InfoEngine
Obtain all of the attribute values contained within an element of the default group, and format them as a String that can be rendered for display.
FTI_KEY - Static variable in class com.infoengine.object.IeNode
 

G

generateCode(PrintWriter) - Method in class com.infoengine.connector.dao.DAOGenerator
 
generateSource(PrintWriter, PrintWriter) - Method in class com.infoengine.connector.dao.EJBGenerator
 
generateSource(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
get(AttributeIdentifier) - Method in class com.infoengine.object.factory.Element
Returns the content associated with a specific attribute identifier.
get(AttributeTypeIdentifier) - Method in class com.infoengine.object.factory.Element
Returns the content associated with a specific attribute type identifier.
get(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
Get the content associated with this AttributeIdentifier.
get(AttributeTypeIdentifier) - Method in class com.infoengine.object.IeNode
Get the content associated with this AttributeTypeIdentifier.
getAllAddresses(String) - Static method in class com.infoengine.au.NamingService
Return all of the registry entries associated with a named service.
getAllElementsWithMetaValue(String, String) - Method in class com.infoengine.object.factory.Group
Returns an enumeration of all elements of the group that have a meta value with a specified name and value.
getAssociationIdentifiers(TypeInstanceIdentifier) - Method in class com.infoengine.object.factory.Element
 
getAssociationIdentifiers(TypeInstanceIdentifier, State) - Method in class com.infoengine.object.factory.Element
 
getAssociationIdentifiers(TypeIdentifier) - Method in class com.infoengine.object.factory.Element
Returns all Attribute Identifiers that match a specific attribute type identifier as the context from this container.
getAssociationIdentifiers(TypeIdentifier, State) - Method in class com.infoengine.object.factory.Element
Returns all Attribute Identifiers that match a specific attribute type identifier and state.
getAssociationIdentifiers(TypeInstanceIdentifier) - Method in class com.infoengine.object.IeNode
 
getAssociationIdentifiers(TypeInstanceIdentifier, State) - Method in class com.infoengine.object.IeNode
 
getAssociationIdentifiers(TypeIdentifier) - Method in class com.infoengine.object.IeNode
Returns all association identifiers for attributes in the contains that match a specific type identifier.
getAssociationIdentifiers(TypeIdentifier, State) - Method in class com.infoengine.object.IeNode
Returns all association identifiers for attributes in the container that match a specific type identifier and state.
getAtt() - Method in class com.infoengine.object.factory.Att
Returns the attribute's internal IeAtt object.
getAtt(String) - Method in class com.infoengine.object.factory.Element
Returns an attribute by name.
getAtt(AttributeTypeIdentifier) - Method in class com.infoengine.object.factory.Element
Returns an attribute by attribute type identifier.
getAtt(AttributeTypeIdentifier) - Method in class com.infoengine.object.IeNode
Returns an attribute by attribute type identifier.
getAtt(String) - Method in class com.infoengine.object.IeObject
Returns an attribute specified by name.
getAttAt(int) - Method in class com.infoengine.object.IeObject
Returns the attribute located at a particular index.
getAttByMeta(String, Object) - Method in class com.infoengine.object.factory.Element
Returns the attribute containing a specific metadata name and value.
getAttByMeta(String, Object) - Method in class com.infoengine.object.IeObject
Returns the attribute containing a specific metadata name and value.
getAttCount() - Method in class com.infoengine.object.IeObject
Returns the number of attributes associated with the object.
getAttribute(String) - Method in class com.infoengine.connector.Element
get an attribute by name
getAttribute(String) - Method in class com.infoengine.object.IeObject
Returns the value of a named attribute.
getAttribute(String, int, String) - Method in class com.infoengine.SAK.IeService
Return a named attribute of an element selected by index.
getAttribute(String, String, String, String) - Method in class com.infoengine.SAK.IeService
Return a named attribute of an element selected by attribute name and value.
getAttribute(String) - Method in interface com.infoengine.SAK.Tasklet
Returns the value of a tasklet attribute.
getAttribute(String, Object) - Method in interface com.infoengine.SAK.Tasklet
Returns the value of a tasklet attribute.
getAttribute(String) - Method in class com.infoengine.schema.ComplexType
Get an attribute by name
getAttributeContainer() - Method in class com.infoengine.object.factory.Element
Gets the attribute container associated with the instance.
getAttributeCount() - Method in class com.infoengine.connector.Element
get the number of attributes contained by this element
getAttributeIdentifiers() - Method in class com.infoengine.object.factory.Element
Returns all AttributeIdentifiers from this container.
getAttributeIdentifiers(String) - Method in class com.infoengine.object.factory.Element
Returns all AttributeIdentifiers from this container that are associated with a specific logical identifier.
getAttributeIdentifiers(State) - Method in class com.infoengine.object.factory.Element
Returns all AttributeIdentifiers that match this state from this container.
getAttributeIdentifiers(AttributeTypeIdentifier) - Method in class com.infoengine.object.factory.Element
Returns all attribute identifiers matching this container's attribute type identifier.
getAttributeIdentifiers(AttributeTypeIdentifier, State) - Method in class com.infoengine.object.factory.Element
Returns all AttributeIdentifiers that match this state and attribute type from this container.
getAttributeIdentifiers(AssociationIdentifier) - Method in class com.infoengine.object.factory.Element
Returns all AttributeIdentifiers that a specific association context.
getAttributeIdentifiers(AssociationIdentifier, State) - Method in class com.infoengine.object.factory.Element
 
getAttributeIdentifiers(AssociationIdentifier, AttributeTypeIdentifier, boolean) - Method in class com.infoengine.object.factory.Element
 
getAttributeIdentifiers(AssociationIdentifier, AttributeTypeIdentifier, boolean, State) - Method in class com.infoengine.object.factory.Element
 
getAttributeIdentifiers(TypeInstanceIdentifier) - Method in class com.infoengine.object.factory.Element
 
getAttributeIdentifiers(TypeInstanceIdentifier, State) - Method in class com.infoengine.object.factory.Element
 
getAttributeIdentifiers(String, String) - Method in class com.infoengine.object.IeAtt
Returns the attribute identifiers of all values of this attribute.
getAttributeIdentifiers(State, String, String) - Method in class com.infoengine.object.IeAtt
Returns the attribute identifiers of all values of this attribute that have a specific state.
getAttributeIdentifiers() - Method in class com.infoengine.object.IeNode
Returns all AttributeIdentifiers from this container.
getAttributeIdentifiers(State) - Method in class com.infoengine.object.IeNode
Returns all attribute identifiers of attribute values having a specific state.
getAttributeIdentifiers(AttributeTypeIdentifier) - Method in class com.infoengine.object.IeNode
Returns all attribute identifiers from this container associated with a specific attribute type identifier.
getAttributeIdentifiers(AttributeTypeIdentifier, State) - Method in class com.infoengine.object.IeNode
Returns all attribute identifiers of attributes from this container that match a specific attribute type identifier and attribute state.
getAttributeIdentifiers(AssociationIdentifier) - Method in class com.infoengine.object.IeNode
Returns attribute identifiers of all attributes from the container that have a specific association identifier in their context.
getAttributeIdentifiers(AssociationIdentifier, State) - Method in class com.infoengine.object.IeNode
 
getAttributeIdentifiers(AssociationIdentifier, AttributeTypeIdentifier, boolean) - Method in class com.infoengine.object.IeNode
 
getAttributeIdentifiers(AssociationIdentifier, AttributeTypeIdentifier, boolean, State) - Method in class com.infoengine.object.IeNode
 
getAttributeIdentifiers(String) - Method in class com.infoengine.object.IeNode
 
getAttributeIdentifiers(TypeInstanceIdentifier) - Method in class com.infoengine.object.IeNode
 
getAttributeIdentifiers(TypeInstanceIdentifier, State) - Method in class com.infoengine.object.IeNode
 
getAttributeNames(String, int) - Method in class com.infoengine.SAK.IeService
Return the names of the attributes of an element of a group.
getAttributeNames() - Method in interface com.infoengine.SAK.Tasklet
Returns the names of all tasklet attributes currently defined.
getAttributes() - Method in class com.infoengine.connector.Element
get an Enumeration of all attributes contained by this element
getAttributes(int) - Method in class com.infoengine.schema.ComplexType
Get an attribute by index
getAttributes() - Method in class com.infoengine.schema.ComplexType
Get the entire array of attributes
getAttributeTypeIdentifier() - Method in class com.infoengine.object.factory.Att
Returns the attribute type identifier currently assigned to this attribute.
getAttributeTypeIdentifier(String) - Method in class com.infoengine.object.factory.Att
Returns the attribute type identifier associated with this attribute.
getAttributeTypeIdentifier() - Method in class com.infoengine.object.IeAtt
Returns the attribute type identifier associated with this attribute.
getAttributeTypeIdentifier(String) - Method in class com.infoengine.object.IeAtt
Returns the attribute type identifier associated with this attribute.
getAttributeTypeIdentifiers() - Method in class com.infoengine.object.factory.Element
Returns all unique AttributeTypeIdentifiers from this container.
getAttributeTypeIdentifiers(String) - Method in class com.infoengine.object.factory.Element
Returns all unique AttributeTypeIdentifiers from this container that are associated with a specific logical identifier.
getAttributeTypeIdentifiers() - Method in class com.infoengine.object.IeNode
Returns all unique AttributeTypeIdentifiers from this container.
getAttributeTypeIdentifiers(String) - Method in class com.infoengine.object.IeNode
 
getAttributeTypeSummary(AttributeTypeIdentifier) - Method in class com.infoengine.object.factory.Element
Retrieves the attribute type summary for a specific attribute type identifier.
getAttributeTypeSummary(String) - Method in class com.infoengine.object.factory.Element
Retrieves the attribute type summary for a specific attribute identified by logical identifier.
getAttributeTypeSummary(AttributeTypeIdentifier, ConstraintContainer, DescriptorContainer) - Method in class com.infoengine.object.factory.Element
 
getAttributeTypeSummary(AssociationIdentifier, AttributeTypeIdentifier, boolean) - Method in class com.infoengine.object.factory.Element
 
getAttributeTypeSummary(AssociationIdentifier, AttributeTypeIdentifier, boolean, ConstraintContainer, DescriptorContainer) - Method in class com.infoengine.object.factory.Element
 
getAttributeTypeSummary(AttributeTypeIdentifier) - Method in class com.infoengine.object.IeNode
Retrieves the AttributeTypeSummary for the AttributeTypeIdentifier.
getAttributeTypeSummary(String) - Method in class com.infoengine.object.IeNode
Retrieves the AttributeTypeSummary for the attribute specified by logical identifier.
getAttributeTypeSummary(AttributeTypeIdentifier, ConstraintContainer, DescriptorContainer) - Method in class com.infoengine.object.IeNode
 
getAttributeTypeSummary(AssociationIdentifier, AttributeTypeIdentifier, boolean) - Method in class com.infoengine.object.IeNode
 
getAttributeTypeSummary(AssociationIdentifier, AttributeTypeIdentifier, boolean, ConstraintContainer, DescriptorContainer) - Method in class com.infoengine.object.IeNode
 
getAttributeValue(String) - Method in class com.infoengine.connector.Element
get an attribute's value by name
if attribute is multi-valued then the first value is returned.
getAttributeValue(String, int) - Method in class com.infoengine.connector.Group
get an attribute value by name and index
if the attribute is multi-valued the first value is returned
getAttributeValue(int, String) - Method in class com.infoengine.object.factory.Group
Returns the value of a named attribute within an element at a specific location.
getAttributeValue(String, int, String) - Method in class com.infoengine.SAK.IeService
Return the value of a named attribute of an element selected by index.
getAttributeValue(String, String, String, String) - Method in class com.infoengine.SAK.IeService
Return the value of a named attribute of an element selected by attribute name and value.
getAttributeValueByMeta(int, String, Object) - Method in class com.infoengine.object.factory.Group
Locates an element by index, then returns the value of the attribute within that element having a specific metadata name/value pair.
getAttributeValues(String) - Method in class com.infoengine.connector.Element
get an attribute's values by name.
getAttributeValues(String, int) - Method in class com.infoengine.connector.Group
get an enumeration of attribute values by name and index
getAttributeValues(String, int, String) - Method in class com.infoengine.SAK.IeService
Return the values of a named attribute of an element selected by index.
getAttributeValues(String, String, String, String) - Method in class com.infoengine.SAK.IeService
Return the values of a named attribute of an element selected by attribute name and value.
getAtts() - Method in class com.infoengine.object.factory.Element
Returns the Info*Engine attribute objects currently assigned to this element.
getAtts() - Method in class com.infoengine.object.IeObject
Returns all of the attributes associated with the object.
getAuthElement(String) - Method in class com.infoengine.object.factory.Task
Returns the authentication map element associated with a specified instance key.
getAuthMapGroup() - Method in class com.infoengine.SAK.Task
Returns the group containing authentication mapping information.
getAuthUser() - Method in class com.infoengine.connector.IeConnectionSpec
get the "trusted" authenticated user.
getAuthUser() - Method in class com.infoengine.schema.client.SchemaUtils
Get the "trusted" user
getBaseType() - Method in class com.infoengine.schema.SimpleType
Get the base data type of this type
getBoundary() - Method in class com.infoengine.object.IeMultipartInputStream
Returns the MIME boundary string that separates the content objects read from the stream.
getByteOutput() - Method in class com.infoengine.SAK.DisplayWebject
Returns a ByteArrayOutputStream containing the output currently associated with this webject.
getChildCount() - Method in class com.infoengine.object.IeObject
Returns the number of objects that are immediate children of this object.
getChildren() - Method in class com.infoengine.object.IeObject
Returns all of the objects that are immediate children of this object.
getClassName() - Method in class com.infoengine.connector.Group
get this group's class name
getClassName() - Method in class com.infoengine.connector.IeInteractionSpec
get the SOAP class name
getClassName() - Method in class com.infoengine.object.factory.Element
Returns the class name currently assigned to the element.
getClassName() - Method in class com.infoengine.object.factory.Group
Returns this group's class name.
getClassName() - Method in class com.infoengine.object.factory.Webject
Returns the class name currently assigned to this webject.
getCollection(String) - Method in class com.infoengine.object.IeRequest
Returns a collection by name.
getCollection() - Method in class com.infoengine.SAK.IeService
Return the object that holds the internal collection of Info*Engine group objects.
getCollectionAt(int) - Method in class com.infoengine.object.IeRequest
Returns the collection located at a specified index.
getCollectionCount() - Method in class com.infoengine.object.IeRequest
Returns the number of collections contained in the request.
getCollections() - Method in class com.infoengine.object.IeRequest
Returns all of the collections contained in the request.
getColumn(String) - Method in class com.infoengine.jsp.InfoEngine
Return all of the values of a named attribute of all elements of the default group.
getColumn(String, String) - Method in class com.infoengine.SAK.IeService
Return all of the values of a named attribute of all elements of a group.
getComplexType() - Method in class com.infoengine.schema.SchemaObject
Get the associated ComplexType object.
getConnection(String) - Static method in class com.infoengine.au.NamingService
Returns a socket connected to a named service.
getConnectionImplementation() - Method in class com.infoengine.connector.IeManagedConnectionFactory
get the connection implementation this ManagedConnectionFactory uses when creating ConnectionFactories
getConnectionProperties() - Method in class com.infoengine.connector.IeManagedConnectionFactory
get the connection implementation this ManagedConnectionFactory uses when creating ConnectionFactories
getConstraintContainer() - Method in class com.infoengine.object.factory.Element
Returns the constraint container associated with this instance.
getConstraintContainer() - Method in class com.infoengine.object.IeNode
Returns the constraint container associated with this instance.
getContent() - Method in class com.infoengine.object.IeAtt
Returns the content associated with this instance.
getContent(AttributeIdentifier) - Method in class com.infoengine.object.IeAtt
Returns the content associated with a specific value identified by attribute identifier.
getContent(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
Returns the content associated with an attribute specified by attribute identifier.
getContentHeader() - Method in class com.infoengine.object.IeMultipartInputStream
Returns the last MIME content header object read from the input stream.
getContentLength() - Method in class com.infoengine.object.IeMultipartInputStream
 
getContentType() - Method in class com.infoengine.object.IeMultipartInputStream
Returns the MIME content type associated with the multipart input stream as a whole.
getContentType() - Method in class com.infoengine.SAK.Content
Return the MIME type of the content.
getContentType() - Method in class com.infoengine.SAK.IeService
Return the MIME content type associated with the server response.
getContext() - Method in class com.infoengine.object.factory.Task
Returns a collection containing the context groups of this task.
getContext(String) - Method in class com.infoengine.object.factory.Task
Returns a named context group contained within this task.
getContext() - Method in interface com.infoengine.SAK.Tasklet
Returns the context collection associated with this tasklet.
getContextGroup(String) - Method in class com.infoengine.object.factory.Request
Get a named context group.
getContextGroup(String) - Method in class com.infoengine.object.factory.Task
Returns a named context group contained within this task.
getCookieGroup() - Method in class com.infoengine.SAK.Task
Returns the group containing attributes that serve as cookie information.
getData() - Method in class com.infoengine.object.factory.Param
Returns the value of this parameter.
getDatum() - Method in class com.infoengine.object.IeAtt
Returns the first datum contained in the attribute.
getDatum(AttributeIdentifier) - Method in class com.infoengine.object.IeAtt
Returns the datum with a specific attribute identifier.
getDatum() - Method in class com.infoengine.object.IeMeta
Returns the first datum contained in the meta.
getDatum(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
Returns an attribute value by attribute identifier.
getDatumAt(int) - Method in class com.infoengine.object.IeAtt
Returns the datum located at a specified index.
getDatumAt(int) - Method in class com.infoengine.object.IeMeta
Returns the datum located at a specified index.
getDatumCount() - Method in class com.infoengine.object.IeAtt
Returns the number of datums contained in the attribute.
getDatumCount() - Method in class com.infoengine.object.IeMeta
Returns the number of datums contained in the meta.
getDatums() - Method in class com.infoengine.object.IeAtt
Returns all of the datums contained in the attribute.
getDatums() - Method in class com.infoengine.object.IeMeta
Returns all of the datums contained in the meta.
getDefault() - Method in class com.infoengine.object.factory.Param
Returns this parameter's default value.
getDefaultEnumeratedValue() - Method in class com.infoengine.schema.SimpleType
Get the default enumerated value.
getDefaultValue() - Method in class com.infoengine.schema.SimpleType
Get the default value
getDefinition(Class) - Method in class com.infoengine.object.factory.Webject
Retrieves a Map of parameter name to parameter definition for a webject implementation class.
getDelim() - Method in class com.infoengine.object.factory.Param
Returns this parameter's delimiter (DELIM) value.
getDesc() - Method in class com.infoengine.object.factory.Task
Returns the description currently assigned to this task.
getDescriptor(DefinitionIdentifier) - Method in class com.infoengine.object.factory.Element
Returns the descriptor for a specific definition identifier.
getDescriptor(DefinitionIdentifier) - Method in class com.infoengine.object.IeNode
Get the descriptor for this DefinitionIdentifier.
getDescriptorContainer() - Method in class com.infoengine.object.factory.Element
Returns the descriptor container associated with this instance.
getDescriptorContainer() - Method in class com.infoengine.object.IeNode
Returns the descriptor container associated with this instance.
getDirectoryProperty(String, String) - Static method in class com.infoengine.au.DirectoryProperties
Returns a specified property from a specified attribute of a specified directory entry.
getDirectoryProperty(String, String, String) - Static method in class com.infoengine.au.DirectoryProperties
Returns a specified property from a specified attribute of a specified directory entry.
getDirectoryProvider() - Static method in class com.infoengine.au.NamingService
Returns the URI of the directory service provider currently being used by the naming service.
getDisposition() - Method in class com.infoengine.SAK.Content
Return the disposition of the content.
getDomainBase() - Static method in class com.infoengine.au.NamingService
Returns the directory service domain base currently being used by the naming service.
getElementArray() - Method in class com.infoengine.object.factory.Group
Returns all of the elements of this group as an array.
getElementAt(int) - Method in class com.infoengine.connector.Group
get an element by index
getElementAt(int) - Method in class com.infoengine.object.factory.Group
Returns the element at a specific location.
getElementByUfid(String) - Method in class com.infoengine.object.factory.Group
Returns the element of the group that has a UFID (Unique Federation Identifier) with a specific value.
getElementByUfidWithAttributes(String, String[]) - Method in class com.infoengine.object.factory.Group
Returns the element of the group that has a UFID (Unique Federation Identifier) with a specific value and that also contains a specific set of attributes identified by name.
getElementByUfidWithAttributes(String, AttributeTypeIdentifier[]) - Method in class com.infoengine.object.factory.Group
Returns the element of the group that has a UFID (Unique Federation Identifier) with a specific value and that also contains a specific set of attributes identified by attribute type identifier.
getElementByUfidWithAttributes(String, AttributeIdentifier[]) - Method in class com.infoengine.object.factory.Group
Returns the element of the group that has a UFID (Unique Federation Identifier) with a specific value and that also contains a specific set of attributes identified by attribute identifier.
getElementCount() - Method in class com.infoengine.connector.Group
get the number of elements this group contains
getElementCount() - Method in class com.infoengine.jsp.InfoEngine
Return the number of elements in the default group.
getElementCount() - Method in class com.infoengine.object.factory.Group
Returns the nummber of elements contained in the group.
getElementCount(String) - Method in class com.infoengine.SAK.IeService
Return the number of elements in a group.
getElementList() - Method in class com.infoengine.object.factory.Group
Returns all of the elements of this group in a List.
getElements() - Method in class com.infoengine.connector.Group
get an Enumeration of this group's elements
getElements() - Method in class com.infoengine.object.factory.Group
Returns all of the elements of this group.
getElements(String) - Method in class com.infoengine.SAK.IeService
Return the elements of a group as an Enumeration.
getElementSeparator() - Method in class com.infoengine.object.factory.Param
Returns this parameter's element separator value.
getElementWithMetaValue(String, String) - Method in class com.infoengine.object.factory.Group
Returns the element of the group that has a meta value with a specified name and value.
getEnableExceptions() - Method in class com.infoengine.SAK.IeService
Return an indication of whether exceptions will be thrown when returned from tasks have any groups that contain status values indicating failures.
getEndpoint() - Method in class com.infoengine.schema.client.SchemaUtils
Get the SOAP endpoint
getEnumeratedValueByValue(String) - Method in class com.infoengine.schema.SimpleType
Get an EnumeratedValue instance by its value.
getEnumerationTask() - Method in class com.infoengine.schema.SimpleType
Get the enumerationTask property value
getErrors() - Method in class com.infoengine.object.IeCollection
Returns an Enumeration of all error messages set on this collection
getErrorStream() - Method in class com.infoengine.object.factory.Element
Returns the contents of this element's error stream.
getExecutionTimeout() - Method in class com.infoengine.connector.IeInteractionSpec
currently not used
getFileName() - Method in class com.infoengine.SAK.Content
Return the file name of the content.
getFormGroup() - Method in class com.infoengine.SAK.Task
Returns the group containing attributes that serve as form variables.
getFti() - Method in class com.infoengine.object.factory.Element
Returns the Federation Type Identifier of the object represented by this element, if any.
getFti() - Method in class com.infoengine.object.IeNode
Returns the federated type identifier of this node.
getFunctionName() - Method in class com.infoengine.connector.IeInteractionSpec
get the function name to be executed
getGenerator() - Method in class com.infoengine.schema.client.SchemaUtils
Get the SchemaGenerator that will be used to create schema.
getGroup(String) - Method in class com.infoengine.connector.Collection
get a group by name
getGroup() - Method in class com.infoengine.object.factory.Group
Returns the group's internal IeGroup object.
getGroup(String) - Method in class com.infoengine.object.IeCollection
Returns a group by name.
getGroup() - Method in class com.infoengine.SAK.IeService
Return a group from the internal collection, as an Info*Engine Group object.
getGroup(String) - Method in class com.infoengine.SAK.IeService
Return a group from the internal collection, as an Info*Engine Group object.
getGroup(String) - Method in class com.infoengine.SAK.Task
Returns a group from the task's VDB.
getGroup(String) - Method in interface com.infoengine.SAK.Tasklet
Returns a group from the tasklet's VDB.
getGroupAt(int) - Method in class com.infoengine.object.IeCollection
Returns the group located at a specified index.
getGroupCount() - Method in class com.infoengine.connector.Collection
get the number of groups in this collection
getGroupCount() - Method in class com.infoengine.object.IeCollection
Returns the number of groups contained in the collection.
getGroupIn() - Method in class com.infoengine.object.factory.Task
Returns the default input group for this task.
getGroupIn(String) - Method in class com.infoengine.object.factory.Task
Returns a named input group for this task.
getGroupInName() - Method in class com.infoengine.object.factory.Webject
Returns the name of the default input group of this webject.
getGroupInNames() - Method in class com.infoengine.object.factory.Webject
Returns the names of all input groups currently associated with this webject.
getGroupNames() - Method in class com.infoengine.SAK.IeService
Return the names of the groups contained in the internal collection.
getGroupNames() - Method in class com.infoengine.SAK.Task
Returns the names of all groups in the task's VDB.
getGroupOut() - Method in class com.infoengine.object.factory.Task
Returns the default output group from this task.
getGroupOut(String) - Method in class com.infoengine.object.factory.Task
Returns a named output group contained within this task.
getGroupOutName() - Method in class com.infoengine.object.factory.Webject
Returns the name of the default output group of this webject.
getGroupOutNames() - Method in class com.infoengine.object.factory.Webject
Returns the names of all output groups currently associated with this webject.
getGroups() - Method in class com.infoengine.connector.Collection
get a enumeration of all groups in this collection
getGroups() - Method in class com.infoengine.object.IeCollection
Returns all of the groups contained in the collection.
getGroupXML(String) - Method in class com.infoengine.SAK.IeService
Return a group from the internal collection, as a String in Info*Engine format.
getHasChanged() - Method in class com.infoengine.object.factory.Group
Returns this group's change indicator.
getHasChanged() - Method in class com.infoengine.object.IeObject
Indicates whether this object has changed.
getHeader(String) - Method in class com.infoengine.SAK.Content
Return the text specified in a MIME header associated with the content object.
getHeaderKeys() - Method in class com.infoengine.SAK.Content
Return an Enumeration of all MIME header keywords associated with the content object.
getId() - Method in class com.infoengine.schema.DisplayValue
Get the id
getIdentifier() - Method in class com.infoengine.object.factory.Element
Returns the identifier of this object.
getIdentifier() - Method in class com.infoengine.object.IeDatum
Returns the attribute identifier associated with this datum.
getIdentifier(TypeInstanceIdentifier, AttributeTypeIdentifier, int) - Method in class com.infoengine.object.IeDatum
Returns the attribute identifier associated with this datum.
getIdentifier() - Method in class com.infoengine.object.IeNode
 
getIEProperties() - Static method in class com.infoengine.au.NamingService
Obtain, and create if necessary, the IEProperties object used by this JVM.
getInput() - Method in class com.infoengine.object.factory.Task
Deprecated.  
getInput(String) - Method in class com.infoengine.object.factory.Task
Deprecated.  
getInputGroups() - Method in class com.infoengine.object.factory.Task
Returns all input groups contained within this task.
getInputs() - Method in class com.infoengine.object.factory.Task
Deprecated.  
getInputStream() - Method in class com.infoengine.object.factory.Task
Returns the input stream currently assigned to this task.
getInputStream() - Method in class com.infoengine.object.IeInputStream
Returns the input stream currently associated with this object.
getInputStream() - Method in class com.infoengine.SAK.Content
Return an input stream that can be used to read the body of the content object.
getInputStream() - Method in class com.infoengine.SAK.IeService
Return an input stream containing the server's response to the request.
getInputStream() - Method in class com.infoengine.SAK.Task
Returns the input stream currently associated with the task.
getInputStream() - Method in class com.infoengine.SAK.Webject
Returns the input stream currently associated with the webject.
getInstance() - Static method in class com.infoengine.au.NamingService
Return the naming service instance most recently created by one of the static factory methods.
getInternal(AttributeIdentifier) - Method in class com.infoengine.object.factory.Element
 
getInternal(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
 
getIsDefault() - Method in class com.infoengine.schema.EnumeratedValue
Get the isDefault property value
getIsEditable() - Method in class com.infoengine.schema.Attribute
Get the isEditable property value
getIsExclusive() - Method in class com.infoengine.schema.Range
Get the isExclusive property value
getIsInclusive() - Method in class com.infoengine.schema.Range
Get the isInclusive property value
getIsSelectable() - Method in class com.infoengine.schema.EnumeratedValue
Get the isSelectable property value
getIsUnbounded() - Method in class com.infoengine.schema.Attribute
Get the isUnbounded property value
getKey(String) - Method in class com.infoengine.object.factory.Webject
Returns the KEY parameter with the specified name.
getKeys() - Method in class com.infoengine.object.factory.Webject
Returns all of the KEY parameters contained in this webject.
getLocale() - Method in class com.infoengine.connector.IeConnectionSpec
get the request Locale
getLocale() - Method in class com.infoengine.SAK.IeService
Return the locale that is currently associated with this service object.
getLocale() - Method in class com.infoengine.schema.client.SchemaUtils
Get the local that is being sent with requests for schema
getLocale() - Method in class com.infoengine.schema.SchemaObject
Get the locale property value
getLocalizedMessage() - Method in exception com.infoengine.util.IEException
Returns the localized message, including nested exception.
getLocalizedMessage(boolean) - Method in exception com.infoengine.util.IEException
Returns the localized message, optionally including nested exception.
getLocalizedMessage(Locale) - Method in exception com.infoengine.util.IEException
Returns the localized message, for the specified locale, including nested exception.
getLocalizedMessage(Locale, boolean) - Method in exception com.infoengine.util.IEException
Returns the localized message, for the specified locale, optionally including nested exception.
getLocalServiceDN(String) - Static method in class com.infoengine.au.NamingService
Returns the distinguished name of the directory entry registered for a local service.
getLog() - Method in class com.infoengine.SAK.Task
Returns the log writer currently associated with the object.
getLogLevel() - Method in class com.infoengine.connector.IeManagedConnectionFactory
get the log level
getLogWriter() - Method in class com.infoengine.connector.IeManagedConnectionFactory
get the PrintWriter instance this ManagedConnectionFactory is using
getMap() - Method in class com.infoengine.object.factory.Element
Makes a snapshot of this element representing it as a map of String to List of values.
getMax() - Method in class com.infoengine.schema.Range
Get the max property value
getMaxOccurs() - Method in class com.infoengine.schema.Attribute
Get the maximum number of times this attribute may occur.
getMaxStringLength() - Method in class com.infoengine.schema.SimpleType
Get the maximum string length This property should be ignored for data types that aren't string based.
getMessage() - Method in class com.infoengine.jsp.InfoEngine
Return the message string associated with the default group.
getMessage() - Method in class com.infoengine.object.factory.Group
Returns this group's message.
getMessage() - Method in class com.infoengine.object.factory.Task
Returns the concatenation of the error messages attached to this task.
getMessage(String) - Method in class com.infoengine.SAK.IeService
Return the message string associated with a group.
getMessage() - Method in exception com.infoengine.util.IEException
 
getmessage() - Method in exception com.infoengine.util.IEException
Returns the exception message.
GETMESSAGE_LINE_SEPARATOR - Static variable in exception com.infoengine.util.IEException
 
getMessages() - Method in class com.infoengine.object.factory.Group
Returns all of this group's messages.
getMessages() - Method in class com.infoengine.object.factory.Task
Returns the error messages attached to this task.
getMessages() - Method in class com.infoengine.object.factory.Webject
Returns any warning or error messages generated by this webject.
getMeta(String) - Method in class com.infoengine.object.factory.Element
Returns the value of a meta item by name.
getMeta(String) - Method in class com.infoengine.object.IeObject
Returns the value of a meta-information item.
getMetaNames() - Method in class com.infoengine.connector.Data
get an enumeration of the names of metadata on this object
getMetaNames() - Method in class com.infoengine.object.factory.Att
Returns the names of all meta items associated with the attribute.
getMetaNames() - Method in class com.infoengine.object.factory.Element
Returns the names of all meta items associated with the element.
getMetaNames() - Method in class com.infoengine.object.IeObject
Return the names of all meta-information items associated with the object instance.
getMetaValue(String) - Method in class com.infoengine.connector.Data
get a named metadata value.
if the named metadata is multi-valued then the first value is returned.
getMetaValue(String) - Method in class com.infoengine.object.factory.Webject
Returns a meta value from this webject by name.
getMetaValue(String) - Method in class com.infoengine.object.IeObject
Returns the value of a meta-information item.
getMetaValueAt(String, int) - Method in class com.infoengine.object.IeObject
Returns the value of a multi-valued meta-information item located at a specified index.
getMetaValueCount(String) - Method in class com.infoengine.object.IeObject
Returns the number of values contained within a meta-information item.
getMetaValues(String) - Method in class com.infoengine.connector.Data
get a vector of named metadata values.
getMetaValues(String) - Method in class com.infoengine.object.factory.Att
Returns all of the values of a meta item associated with the attribute.
getMetaValues(String) - Method in class com.infoengine.object.factory.Element
Returns all of the values of a meta item associated with the element.
getMetaValues(String) - Method in class com.infoengine.object.IeObject
Returns all of the values contained within a meta-information item.
getMethods() - Method in class com.infoengine.connector.dao.DAOGenerator
 
getMimeInputStream() - Method in class com.infoengine.object.factory.Task
Deprecated. use getInputStream instead
getMimeType() - Method in class com.infoengine.object.factory.Element
Returns the MIME content type currently associated with this element.
getMin() - Method in class com.infoengine.schema.Range
Get the min property value
getMinOccurs() - Method in class com.infoengine.schema.Attribute
Get the minimum number of times this attribute must occur.
getName() - Method in class com.infoengine.connector.Attribute
get this attribute's name
getName() - Method in class com.infoengine.connector.Collection
get this collection's name
getName() - Method in class com.infoengine.connector.Group
get this group's name
getName() - Method in class com.infoengine.object.factory.Att
Returns the name currently assigned to this attribute.
getName() - Method in class com.infoengine.object.factory.Element
Returns the name currently assigned to the element.
getName() - Method in class com.infoengine.object.factory.Group
Returns this group's name.
getName() - Method in class com.infoengine.object.factory.Param
Returns this parameter's name.
getName() - Method in class com.infoengine.object.factory.Request
Returns the name of this request.
getName() - Method in class com.infoengine.object.factory.Task
Returns the name of this task.
getName() - Method in class com.infoengine.object.factory.Webject
Returns the name currently assigned to this webject.
getName() - Method in class com.infoengine.object.IeMeta
Returns the name of this meta.
getName() - Method in class com.infoengine.object.IeObject
Returns the name of the object.
getName() - Method in class com.infoengine.SAK.Content
Return the name of the content.
getName() - Method in class com.infoengine.schema.Attribute
Get this attribute's name.
getNestedExceptionString(String) - Static method in exception com.infoengine.util.IEException
Returns the localized form of a "nested exception is" string.
getNestedExceptionString(String, Locale) - Static method in exception com.infoengine.util.IEException
Returns the localized form of a "nested exception is" string.
getNestedThrowable() - Method in exception com.infoengine.util.IEException
Returns the embedded throwable object.
getNextContent() - Method in class com.infoengine.SAK.IeService
Return the next MIME content object from the server response stream.
getNode() - Method in class com.infoengine.object.factory.Element
Returns the element's internal node structure.
getNode() - Method in class com.infoengine.object.factory.Webject
Returns the internal IeNode object of this webject.
getNode(String) - Method in class com.infoengine.object.IeGroup
Returns a node by name.
getNode(String) - Method in class com.infoengine.object.IeNode
Returns a child node by name.
getNodeAt(int) - Method in class com.infoengine.object.IeGroup
Returns the node located at a specified index.
getNodeCount() - Method in class com.infoengine.object.IeGroup
Returns the number of nodes contained in the group.
getNodeName() - Method in class com.infoengine.object.IeAtt
Returns the DOM node name of this object.
getNodeName() - Method in class com.infoengine.object.IeCollection
Returns the DOM node name of this object.
getNodeName() - Method in class com.infoengine.object.IeDatum
Returns the node name of this datum.
getNodeName() - Method in class com.infoengine.object.IeGroup
Returns the DOM node name of this object.
getNodeName() - Method in class com.infoengine.object.IeMeta
 
getNodeName() - Method in class com.infoengine.object.IeNode
Returns the DOM node name of this object.
getNodeName() - Method in class com.infoengine.object.IeObject
Returns the name of this node.
getNodeName() - Method in class com.infoengine.object.IeRequest
Returns the name of this DOM node.
getNodes() - Method in class com.infoengine.object.IeGroup
Returns all of the nodes contained in the group.
getNodes() - Method in class com.infoengine.object.IeNode
Returns all of the child nodes of the node.
getNodeValue() - Method in class com.infoengine.object.IeDatum
Returns the node value of this datum.
getOutput() - Method in class com.infoengine.object.factory.Request
Returns a list of strings output by this request.
getOutput() - Method in class com.infoengine.object.factory.Task
Deprecated.  
getOutput(String) - Method in class com.infoengine.object.factory.Task
Deprecated.  
getOutput() - Method in class com.infoengine.object.factory.Webject
Returns any output messages generated by this webject.
getOutputGroups() - Method in class com.infoengine.object.factory.Task
Returns all output groups contained within this task.
getOutputStream() - Method in class com.infoengine.object.factory.Task
Returns the output stream currently assigned to this task.
getOutputStream() - Method in class com.infoengine.SAK.Task
Returns the output stream currently associated with this task object.
getOutputStream() - Method in class com.infoengine.SAK.Webject
Returns the output stream currently associated with this webject.
getParam(String) - Method in class com.infoengine.object.factory.Webject
Returns a webject parameter by name.
getParam(String) - Method in class com.infoengine.SAK.Task
Returns the value of a task parameter.
getParam(String) - Method in interface com.infoengine.SAK.Tasklet
Returns the value of a tasklet parameter.
getParam(String, Object) - Method in interface com.infoengine.SAK.Tasklet
Returns the value of a tasklet parameter.
getParameter(String) - Method in class com.infoengine.object.IeMultipartInputStream
Returns the value of a named parameter.
getParameterNames() - Method in class com.infoengine.object.IeMultipartInputStream
Returns the names of all parameters.
getParameterValues(String) - Method in class com.infoengine.object.IeMultipartInputStream
Returns the values of a named parameter.
getParamNames() - Method in class com.infoengine.object.factory.Webject
Returns the names of all parameters associated with this webject.
getParamNames() - Method in class com.infoengine.SAK.Task
Returns the names of all task parameters currently defined.
getParamNames() - Method in interface com.infoengine.SAK.Tasklet
Returns the names of all tasklet parameters currently defined.
getParams(String) - Method in class com.infoengine.object.factory.Webject
Returns all of the webject parameters with a specified name.
getParams(String) - Method in interface com.infoengine.SAK.Tasklet
Returns all of the values of a possibly multivalued tasklet parameter.
getPassword() - Method in class com.infoengine.connector.IeConnectionSpec
get the password
getPassword() - Method in class com.infoengine.object.factory.Request
Returns the password of this request.
getPassword() - Method in class com.infoengine.object.factory.Task
Returns the password currently assigned to this task.
getPassword() - Method in class com.infoengine.object.factory.Webject
Returns the password currently associated with this webject.
getPassword() - Method in class com.infoengine.schema.client.SchemaUtils
Get the password to be used when connecting to the SOAP endpoint
getPersistenceIdentifier() - Method in class com.infoengine.object.factory.Element
Returns the persistence identifier associated with the object.
getProcessor(String) - Static method in class com.infoengine.SAK.Webject
Create a webject processor instance of a specified webject type.
getProcessorClassName(String) - Static method in class com.infoengine.SAK.Webject
Determines the name of the subclass that processes webjects of a specified type.
getProcessors() - Method in class com.infoengine.SAK.Task
Returns the vector of remote task processor names.
getProperties() - Method in class com.infoengine.au.NamingService
Returns the properties object currently being used by the NamingService instance.
getPropertySource() - Static method in class com.infoengine.au.NamingService
Returns the URI specifying the source of the configuration properties currently being used by the naming service.
getRanges(int) - Method in class com.infoengine.schema.SimpleType
Get a Range by index from the contained array of Ranges.
getRanges() - Method in class com.infoengine.schema.SimpleType
Get the entire array of Ranges.
getRawValue() - Method in class com.infoengine.object.factory.Att
Returns the raw value of the first datum of this attribute.
getRawValueAt(int) - Method in class com.infoengine.object.factory.Att
Returns the raw value of the datum at a specific index position of this attribute.
getRecordedState() - Method in class com.infoengine.object.IeCollection
 
getRecordName() - Method in class com.infoengine.connector.Group
get this group's name
getRecordName() - Method in class com.infoengine.connector.IeInteractionResult
get record name
getRecordShortDescription() - Method in class com.infoengine.connector.Group
get this group's short description
getRecordShortDescription() - Method in class com.infoengine.connector.IeInteractionResult
get record short description
getReplacements() - Method in class com.infoengine.object.factory.Element
 
getReplacements() - Method in class com.infoengine.object.IeNode
 
getRequest() - Method in class com.infoengine.object.factory.Request
Returns the standard request used to pass this request to a service.
getRequest() - Method in class com.infoengine.object.factory.Task
Returns the standard request used to pass this task to a service.
getRequestContentType() - Method in class com.infoengine.object.IeMultipartInputStream
Returns the MIME content type associated with the incoming request.
getResourceBundle() - Method in class com.infoengine.schema.Type
Get the resourceBundle property value.
getResult() - Method in class com.infoengine.connector.IeInteractionResult
get the object result from interaction execution
getRow(int) - Method in class com.infoengine.jsp.InfoEngine
Return all of the values of an element of the default group.
getRow(String, int) - Method in class com.infoengine.SAK.IeService
Return all of the values of an element of a group.
getSchema() - Method in class com.infoengine.schema.Attribute
Get the schema object associated with this attribute.
getSearchBase() - Static method in class com.infoengine.au.NamingService
Returns the directory service search base currently being used by the naming service.
getSecret() - Method in class com.infoengine.object.factory.Request
get the value of secret
getServerGroup() - Method in class com.infoengine.SAK.Task
Returns the group containing attributes that serve as server variables.
getService(String) - Static method in class com.infoengine.au.NamingService
Return one of the registry entries associated with a named service.
getService() - Method in class com.infoengine.SAK.Task
Returns the server context currently associated with this task.
getService() - Method in interface com.infoengine.SAK.Tasklet
Returns the server context associated with this tasklet.
getService() - Method in class com.infoengine.SAK.Webject
Returns the server context currently associated with this webject.
getServiceCache() - Static method in class com.infoengine.au.NamingService
 
getServiceCacheTimeToLive() - Static method in class com.infoengine.au.NamingService
 
getServiceName() - Static method in class com.infoengine.au.NamingService
Returns the name of the NamingService service.
getServicePropertyNames(String) - Static method in class com.infoengine.au.NamingService
Returns an enumeration of the service-specific property names defined for a specific service.
getSignatureAlgorithm() - Method in class com.infoengine.object.factory.Request
get the algorithm
getSimpleType() - Method in class com.infoengine.schema.SchemaObject
Get the associated SimpleType object.
getSingle(AttributeTypeIdentifier) - Method in class com.infoengine.object.factory.Element
Returns the single content associated with a specific attribute type identifier.
getSingle(String) - Method in class com.infoengine.object.factory.Element
Returns the single content associated with a specific logical attribute identifier.
getSingle(AttributeTypeIdentifier) - Method in class com.infoengine.object.IeNode
Get the single content associated with this AttributeTypeIdentifier.
getSingle(String) - Method in class com.infoengine.object.IeNode
 
getSize() - Method in class com.infoengine.connector.Attribute
return the number of values this attribute has
getSOAPReturn() - Method in class com.infoengine.object.IeCollection
 
getSOAPReturnSubstitution() - Method in class com.infoengine.object.IeCollection
 
getSOAPReturnType() - Method in class com.infoengine.object.IeCollection
 
getSource() - Method in class com.infoengine.object.factory.Request
Returns the source string for this request.
getSource() - Method in class com.infoengine.object.factory.Task
Returns the source currently assigned to this task.
getState() - Method in class com.infoengine.connector.Attribute
retrieve the state of the first attribute value
getState() - Method in class com.infoengine.object.factory.Att
Returns the state of the first datum of this attribute.
getState(int) - Method in class com.infoengine.object.factory.Att
Returns the state of the datum at a specific index position of this attribute.
getState(AttributeIdentifier) - Method in class com.infoengine.object.factory.Element
Returns the state of the content associated with a specific attribute identifier.
getState(String) - Method in class com.infoengine.object.factory.Element
Returns the state of the value of an attribute that is retrieved by name, ignoring the case of the characters in the name.
getState(AttributeIdentifier) - Method in class com.infoengine.object.IeAtt
Returns the state of a specific value identified by attribute identifier.
getState() - Method in class com.infoengine.object.IeDatum
Returns the state of this datum.
getState(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
Returns the state of the content associated with a specific attribute identifier.
getStateAt(int) - Method in class com.infoengine.connector.Attribute
retrieve the state of a specific attribute by index
getStateAt(String, int) - Method in class com.infoengine.object.factory.Element
Returns the state of a value at a specific index position of a multivalued attribute that is retrieved by name, ignoring the case of the characters in the name.
getStatus() - Method in class com.infoengine.jsp.InfoEngine
Return the status value associated with the default group.
getStatus() - Method in class com.infoengine.object.factory.Group
Returns this group's current status.
getStatus() - Method in class com.infoengine.object.factory.Task
Returns the status of this task
getStatus() - Method in class com.infoengine.object.IeCollection
Returns the integer status value associated with the collection.
getStatus(String) - Method in class com.infoengine.SAK.IeService
Return the status value associated with a group.
getStream() - Method in class com.infoengine.object.factory.Element
Returns the contents of this element's stream.
getSuccess() - Method in class com.infoengine.object.factory.Group
Returns the current value of this group's SUCCESS meta.
getSuperSecret() - Method in class com.infoengine.object.factory.Request
get the value of superSecret
getSuperType() - Method in class com.infoengine.schema.Type
Get the direct superType of this Type.
getSuperTypes(int) - Method in class com.infoengine.schema.Type
Get a type identifier from this Type's hierarchy.
getSuperTypes() - Method in class com.infoengine.schema.Type
Get the entire type hierarchy.
getTagName() - Method in class com.infoengine.object.IeObject
Returns the name of the element.
getTask() - Method in class com.infoengine.object.factory.Request
Returns the task that this request encapsulates.
getTasklet() - Method in class com.infoengine.SAK.Task
Returns the compiled tasklet associated with this task object.
getTaskletInputStream() - Method in interface com.infoengine.SAK.Tasklet
Returns the input stream from which the tasklet can read BLOB data.
getTaskletOutputStream() - Method in interface com.infoengine.SAK.Tasklet
Returns the output stream associated with this tasklet.
getTaskType() - Method in class com.infoengine.SAK.Task
Returns the task type currently associated with this task.
getTaskType() - Method in interface com.infoengine.SAK.Tasklet
Returns the task type currently associated with this tasklet.
getTaskURI() - Method in class com.infoengine.SAK.Task
Returns the URI of the Info*Engine task currently associated with the object.
getTimeToLive() - Static method in class com.infoengine.schema.client.SchemaUtils
Get the time to live for cahced object
getType() - Method in class com.infoengine.connector.Group
get this group's type
getType() - Method in class com.infoengine.object.factory.Group
Returns this group's currently assigned type.
getType() - Method in class com.infoengine.object.factory.Param
Returns this parameter's type.
getType() - Method in class com.infoengine.object.factory.Request
Returns the type of this request.
getType() - Method in class com.infoengine.object.factory.Task
Returns the type of this task.
getType() - Method in class com.infoengine.object.factory.Webject
Returns the type currently assigned to this webject.
getType() - Method in class com.infoengine.object.IeObject
Returns the type of the object.
getType() - Method in class com.infoengine.schema.Attribute
Get the underlying type definition contained within the schema object
getType() - Method in class com.infoengine.schema.SchemaObject
Get the enclosed Type object.
getTypeId() - Method in class com.infoengine.schema.Type
Get the typeId property value
getTypeString() - Method in class com.infoengine.object.factory.Group
Returns this group's currently assigned type as a string.
getUfid() - Method in class com.infoengine.object.factory.Element
Returns the Unique Federation Identifier of the object represented by this element, if any.
getUfid() - Method in class com.infoengine.object.IeNode
Returns the unique federation identifier of this node.
getUrl() - Method in class com.infoengine.au.DirectoryInputStream
Returns the URL of the directory entry currently associated with the input stream.
getUrl() - Method in class com.infoengine.au.DirectoryProperties
Returns the URL of the directory entry from which properties were loaded.
getUrl() - Method in class com.infoengine.au.DirectoryPropertyInputStream
Returns the URL of the directory entry currently associated with the input stream.
getUser() - Method in class com.infoengine.schema.client.SchemaUtils
Get the username to be used when connecting to the SOAP endpoint
getUserName() - Method in class com.infoengine.connector.IeConnectionSpec
get the userName
getUserName() - Method in class com.infoengine.object.factory.Request
Returns the user name of this request.
getUserName() - Method in class com.infoengine.object.factory.Task
Returns the user name currently assigned to this task.
getUserName() - Method in class com.infoengine.object.factory.Webject
Returns the username currently associated with this webject.
getValue() - Method in class com.infoengine.connector.Attribute
get the value of this attribute.
getValue() - Method in class com.infoengine.object.factory.Att
Returns the first datum (IeDatum object) of this attribute.
getValue(String) - Method in class com.infoengine.object.factory.Element
Returns the value of an attribute that is retrieved by name, ignoring the case of the characters in the name.
getValue(AttributeIdentifier) - Method in class com.infoengine.object.factory.Element
Returns the value of an attribute that is retrieved by attribute identifier.
getValue(String) - Method in class com.infoengine.object.factory.Webject
Returns the VALUE parameter with the specified name.
getValue() - Method in class com.infoengine.schema.DisplayValue
Get the display string value
getValue() - Method in class com.infoengine.schema.EnumeratedValue
Get the string value
getValueAt(int) - Method in class com.infoengine.connector.Attribute
get an attribute value by index
getValueAt(String, int) - Method in class com.infoengine.object.factory.Element
Returns the value at a specific index position of a multivalued attribute that is retrieved by name, ignoring the case of the characters in the name.
getValueCount() - Method in class com.infoengine.object.factory.Att
Returns the number of values contained in the attribute.
getValueCount(String) - Method in class com.infoengine.object.factory.Element
Returns the number of values contained in a possibly multivalued attribute that is identified by name, ignoring the case of the characters in the name.
getValues() - Method in class com.infoengine.connector.Attribute
get an Enumeration of this attributes values.
getValues() - Method in class com.infoengine.object.factory.Att
Returns all of the raw values of this attribute.
getValues(String) - Method in class com.infoengine.object.factory.Element
Returns all of the values associated with an attribute that is retrieved by name.
getValues(String, boolean) - Method in class com.infoengine.object.factory.Element
Deprecated. Use one-argument signature instead.
getValues() - Method in class com.infoengine.object.factory.Webject
Returns all of the VALUE parameters contained in this webject.
getValues(int) - Method in class com.infoengine.schema.SimpleType
Get an EnumeratedValue by index from the array of contained EnumeratedValue.
getValues() - Method in class com.infoengine.schema.SimpleType
Get the entire list of EnumeratedValues
getValueSeparator() - Method in class com.infoengine.object.factory.Param
Returns this parameter's value separator value.
getValuesIc(String) - Method in class com.infoengine.object.factory.Element
Deprecated. Use getValues instead.
getVariables(String, Param) - Method in class com.infoengine.object.factory.Task
 
getVdb() - Method in class com.infoengine.object.factory.Task
Returns the collection containing VDB groups for the task.
getVdb(String) - Method in class com.infoengine.object.factory.Task
Returns a named group from the collection containing VDB groups for the task.
getVDB() - Method in class com.infoengine.SAK.Task
Returns the VDB of the task.
getVdb() - Method in interface com.infoengine.SAK.Tasklet
Returns the VDB collection associated with this tasklet.
getVdbAsMap() - Method in class com.infoengine.SAK.IeService
Generates a snapshot of the current VDB as a java map where the key is the group name and the value is the group object.
getVdbIn() - Method in class com.infoengine.object.factory.Task
Returns the default VDB group for this task.
getVdbIn(String) - Method in class com.infoengine.object.factory.Task
Returns a named VDB group contained within this task.
getVersion() - Method in interface com.infoengine.SAK.Tasklet
Returns the version number of the task compiler that compiled the task most recently.
getVMName() - Static method in class com.infoengine.au.NamingService
Returns the name currently set for this virtual machine.
getWebject() - Method in class com.infoengine.object.factory.Task
Returns the webject that this task wraps.
getWebjects() - Method in class com.infoengine.object.factory.Webject
Returns any webjects that are children of this webject.
getXGroups() - Method in class com.infoengine.object.IeMultipartInputStream
returns an Enumeration of IeGroup objects found in the incoming MIME stream.
Group - Class in com.infoengine.connector
represents Info*Engine group data.
Groups contain Elements.
Group() - Constructor for class com.infoengine.connector.Group
create a new unnamed Group
Group(String) - Constructor for class com.infoengine.connector.Group
create a new named Group
Group - Class in com.infoengine.object.factory
 
Group() - Constructor for class com.infoengine.object.factory.Group
Constructs an unnamed Group.
Group(String) - Constructor for class com.infoengine.object.factory.Group
Constructs a named Group.
Group(URL) - Constructor for class com.infoengine.object.factory.Group
Contructs a group read from a URL.
Group(IeGroup) - Constructor for class com.infoengine.object.factory.Group
Constructs a Group wrapper around an existing IeGroup.
Group(Group) - Constructor for class com.infoengine.object.factory.Group
Constructs a new Group from an existing lightweight connector Group.
GROUP - Static variable in class com.infoengine.object.factory.Webject
 
GROUP_IN - Static variable in class com.infoengine.object.factory.Webject
 
GROUP_OUT - Static variable in class com.infoengine.object.factory.Webject
 
GroupWebject - Class in com.infoengine.SAK
This class provides methods to construct and execute group webjects in applications and JSP pages.
GroupWebject() - Constructor for class com.infoengine.SAK.GroupWebject
Constructs a group webject with no name.
GroupWebject(String) - Constructor for class com.infoengine.SAK.GroupWebject
Constructs a group webject with a specific name.
GroupWebjectException - Exception in com.infoengine.procunit.webject
 
GroupWebjectException() - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object.
GroupWebjectException(String) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with a non-localizable detailed message.
GroupWebjectException(String, String, Object[]) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with a localizable message.
GroupWebjectException(Throwable) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with a throwable

Supported API: true
GroupWebjectException(Throwable, String) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.
GroupWebjectException(Throwable, String, String, Object[]) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with a throwable and localized message.
GroupWebjectException(Webject) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object.
GroupWebjectException(Webject, String) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with a non-localizable detailed message.
GroupWebjectException(Webject, String, String, Object[]) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with a localizable detailed message.
GroupWebjectException(Webject, Throwable) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with a throwable

Supported API: true
GroupWebjectException(Webject, Throwable, String) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.
GroupWebjectException(Webject, Throwable, String, String, Object[]) - Constructor for exception com.infoengine.procunit.webject.GroupWebjectException
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.

H

hasChildNodes() - Method in class com.infoengine.object.IeDatum
Determines whether this datum has any child nodes.
hasChildNodes() - Method in class com.infoengine.object.IeMeta
 
hasChildren() - Method in class com.infoengine.object.IeObject
Indicates whether this object has any children.
hashCode() - Method in class com.infoengine.connector.Attribute
generate this attribute's hashCode
the value is based on attribute name, all its values and metadata.
hashCode() - Method in class com.infoengine.connector.Data
generate this data objects hashCode.
value is based on metadata
hashCode() - Method in class com.infoengine.connector.Element
generate this Element's hashCode
value is based on all attributes and metadata.
hashCode() - Method in class com.infoengine.connector.Group
generate this group's hashCode.
value is based on name, shortDescription, all elements and metadata
hashCode() - Method in class com.infoengine.connector.IeInteractionResult
generate this object's hashCode.
hashCode() - Method in class com.infoengine.connector.IeManagedConnectionFactory
generate this objects hashCode.
hashCode() - Method in class com.infoengine.object.factory.Element
Returns a hash code value for the object.

I

IDENTIFIER_KEY - Static variable in class com.infoengine.object.factory.Element
 
IeAtt - Class in com.infoengine.object
 
IeAtt() - Constructor for class com.infoengine.object.IeAtt
default no arg constructor to be used for de-serialization
IeAtt(String) - Constructor for class com.infoengine.object.IeAtt
Constructs a new attribute instance with a specific logical name.
IeAtt(AttributeTypeIdentifier) - Constructor for class com.infoengine.object.IeAtt
Constructs a new attribute instance with a specific attribute type identifier.
IeAtt(String, AttributeTypeIdentifier) - Constructor for class com.infoengine.object.IeAtt
Constructs a new attribute instance with a specific logical name and a specific attribute type identifier.
IeCollection - Class in com.infoengine.object
 
IeCollection() - Constructor for class com.infoengine.object.IeCollection
Constructs a new IeCollection
IeCollection(String) - Constructor for class com.infoengine.object.IeCollection
Constructs a new IeCollection and sets the collection name to the given String.
IeConnectionSpec - Class in com.infoengine.connector
used by applications in the "application managed sign on" scenario to pass userName and password when requesting a connection from a ConnectionFactory
IeConnectionSpec() - Constructor for class com.infoengine.connector.IeConnectionSpec
create a new connection spec with null userName and password
IeConnectionSpec(String, String) - Constructor for class com.infoengine.connector.IeConnectionSpec
create a new connection spec with userName and password
IeDatum - Class in com.infoengine.object
 
IeDatum() - Constructor for class com.infoengine.object.IeDatum
default no arg constructor to be used for de-serialization
IeDatum(byte[]) - Constructor for class com.infoengine.object.IeDatum
Constructs a new datum with a byte array as its value.
IeDatum(Date) - Constructor for class com.infoengine.object.IeDatum
Constructs a new datum with a Date as its value.
IeDatum(Number) - Constructor for class com.infoengine.object.IeDatum
Constructs a new datum with a Number as its value.
IeDatum(String) - Constructor for class com.infoengine.object.IeDatum
Constructs a new datum with a String as its value.
IeDatum(Object) - Constructor for class com.infoengine.object.IeDatum
Constructs a new datum with an Object as its value.
IEException - Exception in com.infoengine.util
 
IEException() - Constructor for exception com.infoengine.util.IEException
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object.
IEException(String) - Constructor for exception com.infoengine.util.IEException
Constructs a Info*Engine exception with a non-localizable detailed message.
IEException(String, String, Object[]) - Constructor for exception com.infoengine.util.IEException
Constructs a Info*Engine exception with a localizable detailed message.
IEException(Throwable) - Constructor for exception com.infoengine.util.IEException
Constructs a Info*Engine exception with a throwable.
IEException(Throwable, String) - Constructor for exception com.infoengine.util.IEException
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.
IEException(Throwable, String, String, Object[]) - Constructor for exception com.infoengine.util.IEException
Constructs a Info*Engine exception with an embedded Throwable object and a localizable detailed message.
IeGroup - Class in com.infoengine.object
 
IeGroup() - Constructor for class com.infoengine.object.IeGroup
Constructs a new IeGroup
IeGroup(String) - Constructor for class com.infoengine.object.IeGroup
Constructs a new IeGroup and sets the group name to the given String.
IeInputStream - Class in com.infoengine.object
This class implements a buffered input stream class for Info*Engine.
IeInputStream() - Constructor for class com.infoengine.object.IeInputStream
Constructs an instance that is not initially associated with an input stream.
IeInputStream(InputStream) - Constructor for class com.infoengine.object.IeInputStream
Constructs an instance that reads from a specific input stream.
IeInteractionResult - Class in com.infoengine.connector
returned from execution of an Info*Engine interaction
IeInteractionResult() - Constructor for class com.infoengine.connector.IeInteractionResult
create an unnamed IeInteractionResult
IeInteractionResult(String) - Constructor for class com.infoengine.connector.IeInteractionResult
create a named IeInteractionResult
IeInteractionSpec - Class in com.infoengine.connector
used by applications to govern an Interaction.
IeInteractionSpec() - Constructor for class com.infoengine.connector.IeInteractionSpec
 
IeManagedConnectionFactory - Class in com.infoengine.connector
this object typically interacts with an application server for creating ConnectionFactories and ManagedConnections and to match ManagedConnections for connection requests with pooled ManagedConnections.
IeManagedConnectionFactory() - Constructor for class com.infoengine.connector.IeManagedConnectionFactory
 
IeMeta - Class in com.infoengine.object
 
IeMeta() - Constructor for class com.infoengine.object.IeMeta
default no arg constructor to be used for de-serialization
IeMeta(String) - Constructor for class com.infoengine.object.IeMeta
Constructs a new IeMeta object with a specified name.
IeMultipartInputStream - Class in com.infoengine.object
 
IeMultipartInputStream() - Constructor for class com.infoengine.object.IeMultipartInputStream
Use this constructor with setInputStream.
IeMultipartInputStream(ServletRequest) - Constructor for class com.infoengine.object.IeMultipartInputStream
This constructor sets the internal input stream to the request's input stream.
IeMultipartInputStream(InputStream) - Constructor for class com.infoengine.object.IeMultipartInputStream
This constructor will block until the mime header can be read off the input stream.
IeMultipartInputStream(InputStream, String, String, String) - Constructor for class com.infoengine.object.IeMultipartInputStream
This constructor creates a multipart stream from a non-multipart input stream.
IeMultipartOutputStream - Class in com.infoengine.object
This class defines and manages the content and format of output streams that flow between components of the Info*Engine architecture.
IeMultipartOutputStream(OutputStream) - Constructor for class com.infoengine.object.IeMultipartOutputStream
Constructs an Info*Engine multipart output stream by wrapping a basic output stream.
IeMultipartOutputStream(OutputStream, String) - Constructor for class com.infoengine.object.IeMultipartOutputStream
Constructs an Info*Engine multipart output stream by wrapping a basic output stream and providing a specific boundary string for separating the objects transmitted in the stream.
IeMultipartOutputStream(OutputStream, IeMultipartInputStream) - Constructor for class com.infoengine.object.IeMultipartOutputStream
Constructs an Info*Engine multipart output stream by wrapping a basic output stream and obtaining boundary and content type information from an Info*Engine servlet multipart input stream.
IeNode - Class in com.infoengine.object
 
IeNode() - Constructor for class com.infoengine.object.IeNode
Constructs a new IeNode
IeNode(String) - Constructor for class com.infoengine.object.IeNode
Constructs a new IeNode and sets the node name to the given String.
IeNode(AttributeContainer) - Constructor for class com.infoengine.object.IeNode
Constructs a new IeNode from a generic AttributeContainer.
IeNode(HashMap, HashMap) - Constructor for class com.infoengine.object.IeNode
Constructs a new IeNode from a content map and a state map that are both keyed by AttributeIdentifier.
IeObject - Class in com.infoengine.object
This is the base class for the Info*Engine classes that are used in defining groups and their components.
IeObject() - Constructor for class com.infoengine.object.IeObject
Constructs a new instance without a name.
IeObject(String) - Constructor for class com.infoengine.object.IeObject
Constructs a new instance with a name.
IeRequest - Class in com.infoengine.object
 
IeRequest() - Constructor for class com.infoengine.object.IeRequest
Constructs a new IeRequest
IeRequest(String) - Constructor for class com.infoengine.object.IeRequest
Constructs a new IeRequest and sets the request name to the given String.
IeService - Class in com.infoengine.SAK
Use the Server Access Kit (SAK) to access the Info*Engine Server programmatically.
IeService() - Constructor for class com.infoengine.SAK.IeService
Create an instance that is not associated with any particular server.
IeService(String) - Constructor for class com.infoengine.SAK.IeService
Create an instance assocated with an Info*Engine server identified by the specified URI.
IeServiceException - Exception in com.infoengine.SAK
 
IeServiceException() - Constructor for exception com.infoengine.SAK.IeServiceException
Constructs an Info*Engine exception with no specified detailed message or embedded throwable object.
IeServiceException(String) - Constructor for exception com.infoengine.SAK.IeServiceException
Constructs an Info*Engine exception with a non-localizable detailed message.
IeServiceException(String, String, Object[]) - Constructor for exception com.infoengine.SAK.IeServiceException
Constructs an Info*Engine exception with a localizable message.
IeServiceException(Throwable) - Constructor for exception com.infoengine.SAK.IeServiceException
Constructs an Info*Engine exception with an embedded throwable.
IeServiceException(Throwable, String) - Constructor for exception com.infoengine.SAK.IeServiceException
Constructs an Info*Engine exception with an embedded Throwable object and non-localizable detailed message.
IeServiceException(Throwable, String, String, Object[]) - Constructor for exception com.infoengine.SAK.IeServiceException
Constructs an Info*Engine exception with a throwable and localized message.
indexOfDatum(IeDatum) - Method in class com.infoengine.object.IeAtt
Returns the index of a specified datum.
indexOfDatum(IeDatum) - Method in class com.infoengine.object.IeMeta
Returns the index of a specified datum.
indexOfMetaValue(String, Object) - Method in class com.infoengine.object.IeObject
Returns the index of a particular value of a meta-information item.
InfoEngine - Class in com.infoengine.jsp
This class extends the Info*Engine Server Access Kit.
InfoEngine() - Constructor for class com.infoengine.jsp.InfoEngine
Create an instance that is not associated with any particular Info*Engine server or servlet request.
InfoEngine(HttpServletRequest) - Constructor for class com.infoengine.jsp.InfoEngine
Create an instance that is associated with a specified servlet request but no particular Info*Engine server.
InfoEngine(HttpServletRequest, String) - Constructor for class com.infoengine.jsp.InfoEngine
Create an instance that is associated with a specified servlet request and Info*Engine server.
initialize(Tasklet, String) - Method in class com.infoengine.SAK.Task
Initializes the task from an initialized tasklet (usually the parent tasklet of a new subtask).
initialize() - Method in interface com.infoengine.SAK.Tasklet
Initializes the tasklet.
intMax() - Method in class com.infoengine.schema.Range
Get the max property as an int
intMin() - Method in class com.infoengine.schema.Range
Get the min property as an int
invoke() - Method in class com.infoengine.SAK.DisplayWebject
Invokes the webject in the server context.
invoke(Task) - Method in class com.infoengine.SAK.DisplayWebject
Invokes the webject in the server context.
invoke() - Method in class com.infoengine.SAK.ExternalWebject
Invokes the webject in the server context.
invoke(Task) - Method in class com.infoengine.SAK.ExternalWebject
Invokes the webject in the server context.
invoke(Task) - Method in class com.infoengine.SAK.GroupWebject
Invokes the webject in the server context using a specified task object.
invoke(Task) - Method in class com.infoengine.SAK.ManagementWebject
Invokes the webject in the server context using a specified task object.
invoke(Task) - Method in class com.infoengine.SAK.ObjectWebject
Invokes the webject in the server context.
invoke() - Method in class com.infoengine.SAK.Task
Executes the compiled tasklet.
invoke() - Method in interface com.infoengine.SAK.Tasklet
Executes the tasklet.
invoke() - Method in class com.infoengine.SAK.Webject
Invokes the webject in the server context.
invoke(Task) - Method in class com.infoengine.SAK.Webject
Invokes the webject in the server context using a specified task object.
invokeRequest(String) - Method in class com.infoengine.jsp.InfoEngine
Execute an Info*Engine template or task and return the result as a String.
invokeRequestWithParameters(String) - Method in class com.infoengine.jsp.InfoEngine
Execute an Info*Engine template or task, and send all variables supplied in the query string and/or HTML form of the servlet request as parameters of the template or task.
isComplex() - Method in class com.infoengine.schema.SchemaObject
Determines if this object contains a ComplexType
isConstrained() - Method in class com.infoengine.schema.SimpleType
Determine if this SimpleType contains constraints (Ranges).
isContentOfState(AttributeIdentifier, State) - Method in class com.infoengine.object.factory.Element
Returns true if the content associated with a specific attribute identifier is considered to be in a specific state.
isContentOfState(AttributeIdentifier, State) - Method in class com.infoengine.object.IeNode
Returns true if the content associated with a specific attribute identifier is considered to be in a specific state.
isDefault() - Method in class com.infoengine.schema.EnumeratedValue
Get the isDefault property value
isDefinitionEquivalent(Element) - Method in class com.infoengine.object.factory.Element
This method will return true when this com.ptc.core.meta.common.Element instance and the element passed from parameter have the same Definition.
isDescendedFrom(SchemaObject, SchemaObject) - Method in class com.infoengine.schema.client.SchemaUtils
Checks to see if one SchemaObject is the ancestor of another.
isDirty() - Method in class com.infoengine.object.factory.Element
Returns true if any attributes have been modified, added, or removed.
isDirty() - Method in class com.infoengine.object.IeNode
Returns true if any attribute values have been modified, added, or removed from the container, otherwise returns false.
isEditable() - Method in class com.infoengine.schema.Attribute
Get the isEditable property value
isEnumerated() - Method in class com.infoengine.schema.SimpleType
Determine if this SimpleType contains EnumeratedValues.
isExclusive() - Method in class com.infoengine.schema.Range
Get the isExclusive property value
isInclusive() - Method in class com.infoengine.schema.Range
Get the isInclusive property value
isInitialized() - Method in class com.infoengine.object.factory.Element
This method will return true when this object is initialized.
isInstanceOf(Definition) - Method in class com.infoengine.object.factory.Element
This method will return true when this com.ptc.core.meta.common.Element instance is an instance of the definition passed from the parameter.
isInterruptable() - Method in class com.infoengine.SAK.ObjectWebject
Returns whether or not this task is intended to be interruptable accrossed VM boundaries.
isInterruptable() - Method in class com.infoengine.SAK.Task
Returns whether or not this task is intended to be interruptable accrossed VM boundaries.
isLocalService(String) - Static method in class com.infoengine.au.NamingService
Determines whether a specific directory distinguished name references a service registered in this virtual machine.
isMultivalued() - Method in class com.infoengine.schema.Attribute
maxOccurs > 1
isRequired() - Method in class com.infoengine.schema.Attribute
minOccurs > 0
isSelectable() - Method in class com.infoengine.schema.EnumeratedValue
Get the isSelectable property value
isSimple() - Method in class com.infoengine.schema.SchemaObject
Determines if this object contains a SimpleType
isUnbounded() - Method in class com.infoengine.schema.Attribute
Get the isUnbounded property value

K

KEY - Static variable in class com.infoengine.object.factory.Param
 

L

lastAtt() - Method in class com.infoengine.object.IeObject
Returns the last attribute of the object.
lastChild() - Method in class com.infoengine.object.IeObject
Returns the object that is the last child of this object.
lastCollection() - Method in class com.infoengine.object.IeRequest
Returns the last collection contained in the request.
lastDatum() - Method in class com.infoengine.object.IeAtt
Returns the last datum contained in the attribute.
lastDatum() - Method in class com.infoengine.object.IeMeta
Returns the last datum contained in the meta.
lastGroup() - Method in class com.infoengine.object.IeCollection
Returns the last group contained in the collection.
lastMetaValue(String) - Method in class com.infoengine.object.IeObject
Returns the last value contained in a meta-information item.
lastNode() - Method in class com.infoengine.object.IeGroup
Returns the last node contained in the group.
loadConnectionProperties(InputStream) - Method in class com.infoengine.connector.IeManagedConnectionFactory
load connection properties from an input stream
longMax() - Method in class com.infoengine.schema.Range
Get the max property as a long
longMin() - Method in class com.infoengine.schema.Range
Get the min property as a long

M

main(String[]) - Static method in class com.infoengine.au.DirectoryInputStream
 
main(String[]) - Static method in class com.infoengine.au.DirectoryPropertyInputStream
 
main(String[]) - Static method in class com.infoengine.au.NamingService
When initiated via command line, the naming service operates as a utility that can initiate other programs defined by naming service launch properties.
main(String[]) - Static method in class com.infoengine.connector.AdminTool
 
main(String[]) - Static method in class com.infoengine.connector.dao.DAOGenerator
 
main(String[]) - Static method in class com.infoengine.connector.dao.EJBGenerator
 
ManagementWebject - Class in com.infoengine.SAK
This class provides methods to construct and execute group webjects in applications and JSP pages.
ManagementWebject() - Constructor for class com.infoengine.SAK.ManagementWebject
Constructs a management webject with no name.
ManagementWebject(String) - Constructor for class com.infoengine.SAK.ManagementWebject
Constructs a management webject with a specific name.
mark(int) - Method in class com.infoengine.au.DirectoryInputStream
Marks the current position in the input stream.
mark(int) - Method in class com.infoengine.au.DirectoryPropertyInputStream
Marks the current position in the input stream.
mark(int) - Method in class com.infoengine.object.IeInputStream
Marks the current position in the input stream.
markSupported() - Method in class com.infoengine.au.DirectoryInputStream
Returns an indication of support for input stream marking.
markSupported() - Method in class com.infoengine.au.DirectoryPropertyInputStream
Returns an indication of support for input stream marking.
markSupported() - Method in class com.infoengine.object.IeInputStream
Returns an indication of support for input stream marking.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.infoengine.connector.IeManagedConnectionFactory
given a set of ManagedConnections return one that matches the subject and connection request info criteria.
merge(AttributeContainer) - Method in class com.infoengine.object.factory.Element
Combines the content of a specific attribute container with the contents of this container.
merge(AttributeContainer, AssociationIdentifier) - Method in class com.infoengine.object.factory.Element
 
merge(AttributeContainer, boolean) - Method in class com.infoengine.object.factory.Element
 
merge(AttributeContainer, AssociationIdentifier, boolean) - Method in class com.infoengine.object.factory.Element
 
merge(AttributeContainer) - Method in class com.infoengine.object.IeNode
Combines the content of another container with this one.
merge(AttributeContainer, AssociationIdentifier) - Method in class com.infoengine.object.IeNode
 
merge(AttributeContainer, boolean) - Method in class com.infoengine.object.IeNode
 
merge(AttributeContainer, AssociationIdentifier, boolean) - Method in class com.infoengine.object.IeNode
 
MESSAGE - Static variable in class com.infoengine.object.factory.Webject
 

N

NamingService - Class in com.infoengine.au
This class provides a registry that associates Info*Engine services with their network addresses and/or implementation classes.
newExceptionGroup(String, Throwable) - Static method in class com.infoengine.object.factory.Group
Creates an exception group with name and throwable.
newExceptionGroup(String, Throwable, boolean) - Static method in class com.infoengine.object.factory.Group
Creates an exception group with name and throwable.
newIeDatum(Object) - Static method in class com.infoengine.object.IeDatum
Factory method that accepts an object and constructs an instance with an appropriate type.
newIeDatum(AttributeIdentifier, Object) - Static method in class com.infoengine.object.IeDatum
Factory method that accepts an object and constructs an instance with an appropriate type and a specific attribute identifier value.
newInstance() - Static method in class com.infoengine.au.NamingService
Return a naming service instance with an uninitialized registry.
newInstance(String) - Static method in class com.infoengine.au.NamingService
Return a naming service instance providing access to a registry that is initialized from a static properties file and/or a network resource obtained using HTTP or LDAP.
newInstance(String, String) - Static method in class com.infoengine.au.NamingService
Return a naming service instance providing access to a registry that is initialized from a static properties file and/or a network resource obtained using HTTP or LDAP.
newInstance(String, String, String[]) - Static method in class com.infoengine.au.NamingService
Return a naming service instance providing access to a registry that is initialized from a static properties file and/or a network resource obtained using HTTP or LDAP.
newInstance(String, Properties) - Static method in class com.infoengine.au.NamingService
Deprecated.  
newStatusGroup(String, String, int) - Static method in class com.infoengine.object.factory.Group
Creates a status group with a specified status and message.
normalizeDN(String) - Static method in class com.infoengine.au.DirectoryService
Normalizes a distinguished name such that unneeded whitespace is removed.

O

OBID_KEY - Static variable in class com.infoengine.object.IeNode
 
OBJECT - Static variable in class com.infoengine.object.factory.Group
 
OBJECT - Static variable in class com.infoengine.object.factory.Webject
 
objectParamValue(String) - Method in class com.infoengine.object.factory.Webject
Retrieves a strongly typed parameter value from this webject.
objectParamValue(String, Object) - Method in class com.infoengine.object.factory.Webject
 
ObjectWebject - Class in com.infoengine.SAK
This class provides methods to construct and execute object webjects in applications and JSP pages.
ObjectWebject() - Constructor for class com.infoengine.SAK.ObjectWebject
Constructs an object webject with no name.
ObjectWebject(String) - Constructor for class com.infoengine.SAK.ObjectWebject
Constructs an object webject with a specific name.
OUTPUT - Static variable in class com.infoengine.object.factory.Webject
 

P

Param - Class in com.infoengine.object.factory
 
Param(String, String, String) - Constructor for class com.infoengine.object.factory.Param
Constructs a named parameter with a value.
Param(String, int, String) - Constructor for class com.infoengine.object.factory.Param
Constructs a named parameter with a value.
Param(String, int) - Constructor for class com.infoengine.object.factory.Param
Constructs a named parameter without a value.
Param(String, String) - Constructor for class com.infoengine.object.factory.Param
Constructs a named parameter without a type.
Param(IeAtt) - Constructor for class com.infoengine.object.factory.Param
Constructs a parameter wrapper around an existing set of meta.
paramValue(String) - Method in class com.infoengine.object.factory.Webject
Returns the value of a webject parameter by name.
paramValue(String, String) - Method in class com.infoengine.object.factory.Webject
Returns the value of a webject parameter by name.
paramValues(String) - Method in class com.infoengine.object.factory.Webject
Returns all values of a named parameter of this webject.
PERSISTENCE_ID_KEY - Static variable in class com.infoengine.object.factory.Element
 
print(String) - Method in class com.infoengine.object.IeMultipartOutputStream
Prints a string to the output stream.
println(String) - Method in class com.infoengine.object.IeMultipartOutputStream
Prints a string to the output stream with a CR/LF sequence appended.
printStackTrace() - Method in exception com.infoengine.procunit.webject.DisplayWebjectException
Prints this IEException and the backtrace of its most deeply nested embedded Throwable to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.infoengine.procunit.webject.DisplayWebjectException
Prints this WTException and the backtrace of its most deeply nested embedded Throwable to the specified print stream.
printStackTrace() - Method in exception com.infoengine.procunit.webject.GroupWebjectException
Prints this IEException and the backtrace of its most deeply nested embedded Throwable to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.infoengine.procunit.webject.GroupWebjectException
Prints this WTException and the backtrace of its most deeply nested embedded Throwable to the specified print stream.
printStackTrace() - Method in exception com.infoengine.util.IEException
Prints this IEException and the backtrace of its most deeply nested embedded Throwable to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.infoengine.util.IEException
Prints this IEException and the backtrace of its most deeply nested embedded Throwable to the specified print stream.
printTree() - Method in class com.infoengine.object.factory.Element
Prints the structure of the element to System.out.
printTree() - Method in class com.infoengine.object.factory.Group
Prints the structure of this group on System.out.
printTree() - Method in class com.infoengine.object.factory.Param
Prints the structure of the parameter to System.out.
printTree() - Method in class com.infoengine.object.factory.Request
 
printTree() - Method in class com.infoengine.object.factory.Task
Prints the structure of the task to System.out.
printTree() - Method in class com.infoengine.object.factory.Webject
Prints the internal structure of this webject to System.out.
purge(AttributeIdentifier) - Method in class com.infoengine.object.factory.Element
 
purge(AttributeTypeIdentifier) - Method in class com.infoengine.object.factory.Element
 
purge(TypeInstanceIdentifier) - Method in class com.infoengine.object.factory.Element
 
purge(TypeInstanceIdentifier, TypeInstanceIdentifier[]) - Method in class com.infoengine.object.factory.Element
 
purge(TypeIdentifier) - Method in class com.infoengine.object.factory.Element
 
purge(TypeInstanceIdentifier[]) - Method in class com.infoengine.object.factory.Element
 
purge(AttributeIdentifier[]) - Method in class com.infoengine.object.factory.Element
 
purge(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
 
purge(AttributeTypeIdentifier) - Method in class com.infoengine.object.IeNode
 
purge(TypeInstanceIdentifier) - Method in class com.infoengine.object.IeNode
 
purge(TypeIdentifier) - Method in class com.infoengine.object.IeNode
 
purge(TypeInstanceIdentifier, TypeInstanceIdentifier[]) - Method in class com.infoengine.object.IeNode
 
purge(TypeInstanceIdentifier[]) - Method in class com.infoengine.object.IeNode
 
purge(AttributeIdentifier[]) - Method in class com.infoengine.object.IeNode
 
purgeAllBut(AttributeTypeIdentifier[]) - Method in class com.infoengine.object.factory.Element
Removes all content with attribute types not included in a specific set of attribute types.
purgeAllBut(AttributeTypeIdentifier[]) - Method in class com.infoengine.object.IeNode
Removes all attributes except ones with the specified types.
purgeAllContent() - Method in class com.infoengine.object.factory.Element
Removes all content from the type instance.
purgeAllContent() - Method in class com.infoengine.object.IeNode
 
purgeDefaultContent() - Method in class com.infoengine.object.factory.Element
Removes all content that is considered DEFAULT.
purgeDefaultContent() - Method in class com.infoengine.object.IeNode
Removes all content that is considered DEFAULT.
purgeDuplicateContent() - Method in class com.infoengine.object.factory.Element
 
purgeDuplicateContent() - Method in class com.infoengine.object.IeNode
 
purgeNonDirtyContent() - Method in class com.infoengine.object.factory.Element
Removes all content with state of DEFAULT, UNCHANGED, or UNINITIALIZED.
purgeNonDirtyContent() - Method in class com.infoengine.object.IeNode
Removes all content who's state is DEFAULT, UNCHANGED, or UNINITIALIZED.
pushBackCalled() - Method in class com.infoengine.object.IeMultipartInputStream
Returns an indication of whether any MIME content headers have ever been pushed onto the internal stack.
pushBackHeader(ContentHeader) - Method in class com.infoengine.object.IeMultipartInputStream
Pushes a MIME content header object onto an internal stack.
put(AttributeIdentifier, Object) - Method in class com.infoengine.object.factory.Element
Stores content in the attribute container for a specific attribute identifier.
put(AttributeIdentifier, Object, ConstraintContainer) - Method in class com.infoengine.object.factory.Element
 
put(AttributeIdentifier, Object) - Method in class com.infoengine.object.IeNode
Store this content and associate it with this AttributeIdentifier in the container.
put(AttributeIdentifier, Object, ConstraintContainer) - Method in class com.infoengine.object.IeNode
 

Q

queryObjects(String) - Method in class com.infoengine.au.DirectoryService
Queries the directory service for objects matching the criteria specified by an LDAP URL.
querySchema(String) - Method in class com.infoengine.schema.client.SchemaUtils
Request the schema definition for a type.

R

Range - Class in com.infoengine.schema
Represents a numeric range constraint attached to a SimpleType
Range() - Constructor for class com.infoengine.schema.Range
Create a new inclusive range with min and max of zero.
Range(double, double) - Constructor for class com.infoengine.schema.Range
Create a new inclusive range with values of min and max.
rawValueOf() - Method in class com.infoengine.object.IeDatum
Returns the raw value of this datum.
rawValueType() - Method in class com.infoengine.object.IeDatum
Returns the type of the raw value of this datum.
read() - Method in class com.infoengine.au.DirectoryInputStream
Returns a byte from the input stream.
read(byte[]) - Method in class com.infoengine.au.DirectoryInputStream
Reads bytes from the input stream into an array.
read(byte[], int, int) - Method in class com.infoengine.au.DirectoryInputStream
Read bytes from the input stream into an array or subarray.
read() - Method in class com.infoengine.au.DirectoryPropertyInputStream
Returns a byte from the input stream.
read(byte[]) - Method in class com.infoengine.au.DirectoryPropertyInputStream
Reads bytes from the input stream into an array.
read(byte[], int, int) - Method in class com.infoengine.au.DirectoryPropertyInputStream
Read bytes from the input stream into an array or subarray.
read() - Method in class com.infoengine.object.IeInputStream
Returns a byte from the input stream.
read(byte[]) - Method in class com.infoengine.object.IeInputStream
Reads bytes from the input stream into an array.
read(byte[], int, int) - Method in class com.infoengine.object.IeInputStream
Read bytes from the input stream into an array or subarray.
readBlob(OutputStream) - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next BLOB on the input stream and writes it to an output stream.
readBlob() - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next BLOB on the input stream and returns it as a byte array.
readBlobInfo() - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next MIME content header from the input stream.
readBoundary() - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next boundary line from the MIME input stream.
readExternal(ObjectInput) - Method in class com.infoengine.object.IeDatum
 
readExternal(ObjectInput) - Method in class com.infoengine.object.IeMeta
 
readExternal(ObjectInput) - Method in class com.infoengine.object.IeNode
 
readExternal(ObjectInput) - Method in class com.infoengine.object.IeObject
 
readHeader() - Method in class com.infoengine.object.IeMultipartInputStream
 
readLine() - Method in class com.infoengine.au.DirectoryInputStream
Reads a line of text from the input stream using the default character encoding for the platform.
readLine(String) - Method in class com.infoengine.au.DirectoryInputStream
Read a line of text from the input stream using a specified character encoding.
readLine() - Method in class com.infoengine.au.DirectoryPropertyInputStream
Reads a line of text from the input stream using the default character encoding for the platform.
readLine(String) - Method in class com.infoengine.au.DirectoryPropertyInputStream
Read a line of text from the input stream using a specified character encoding.
readLine() - Method in class com.infoengine.object.IeInputStream
Reads a line of text from the input stream using the default character encoding for the platform.
readLine(String) - Method in class com.infoengine.object.IeInputStream
Read a line of text from the input stream using a specified character encoding.
readLine(byte[]) - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next line from the MIME input stream into a byte array.
readLine(byte[], int, int) - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next line from the MIME input stream into a byte array, beginning at a specific index of the array and continuing until the end of the line is detected or a maximum number of bytes is read.
readRequest() - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next content object from the input stream and parses it as an Info*Engine request object.
readText(OutputStream) - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next text object on the input stream and writes it to an output stream.
readText() - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next text object on the input stream and returns it as a String.
readVdb() - Method in class com.infoengine.object.IeMultipartInputStream
Reads the next content object from the input stream and parses it as an Info*Engine VDB object.
recordState() - Method in class com.infoengine.object.IeCollection
 
recover() - Method in class com.infoengine.SAK.Task
Recovers the saved state of a task.
refreshProperties() - Method in class com.infoengine.au.NamingService
 
registerLocalService(String, String) - Static method in class com.infoengine.au.NamingService
Registers a service name and the distinguished name of its directory entry as a local service.
reinitialize() - Method in class com.infoengine.au.NamingService
 
remove(AttributeIdentifier) - Method in class com.infoengine.object.factory.Element
Removes a specific attribute identifier and its content from the container.
remove(AttributeTypeIdentifier) - Method in class com.infoengine.object.factory.Element
Remove all Attribute Identifiers and their content that have a specific attribute type identifier.
remove(AttributeIdentifier, ConstraintContainer) - Method in class com.infoengine.object.factory.Element
 
remove(AttributeTypeIdentifier, ConstraintContainer) - Method in class com.infoengine.object.factory.Element
 
remove(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
Remove this AttributeIdentifier and it's content from the container.
remove(AttributeTypeIdentifier) - Method in class com.infoengine.object.IeNode
Remove all AttributeIdentifiers, and their content, that have this AttributeTypeIdentifier.
remove(AttributeIdentifier, ConstraintContainer) - Method in class com.infoengine.object.IeNode
 
remove(AttributeTypeIdentifier, ConstraintContainer) - Method in class com.infoengine.object.IeNode
 
removeAllAtts() - Method in class com.infoengine.object.IeObject
Removes all attributes of the object.
removeAllCollections() - Method in class com.infoengine.object.IeRequest
Removes all of the collections contained in the request.
removeAllDatums() - Method in class com.infoengine.object.IeAtt
Removes all of the datums contained in the attribute.
removeAllDatums() - Method in class com.infoengine.object.IeMeta
Removes all of the datums contained in the meta.
removeAllGroups() - Method in class com.infoengine.object.IeCollection
Removes all of the groups contained in the collection.
removeAllGroups() - Method in class com.infoengine.SAK.IeService
Remove all groups from the collection.
removeAllMeta() - Method in class com.infoengine.object.IeObject
Removes all meta-information items from the object instance.
removeAllMetaValues(String) - Method in class com.infoengine.object.IeObject
Removes all values of a meta-information item.
removeAllNodes() - Method in class com.infoengine.object.IeGroup
Removes all of the nodes contained in the group.
removeAllNodes() - Method in class com.infoengine.object.IeNode
Removes all of the child nodes associated with the node.
removeAllParams() - Method in class com.infoengine.SAK.Task
Removes all parameters from the set of task parameters that will be passed to the tasklet associated with this task.
removeAllValues() - Method in class com.infoengine.object.factory.Att
Removes all values from this attribute.
removeAllWebjects() - Method in class com.infoengine.object.factory.Webject
Removes all child webjects from this webject.
removeAtt(Att) - Method in class com.infoengine.object.factory.Element
Removes a specific attribute from the element.
removeAtt(String) - Method in class com.infoengine.object.factory.Element
Removes a specific attribute from the element by name.
removeAtt(String) - Method in class com.infoengine.object.IeObject
Removes a particular attribute specified by name.
removeAtt(IeAtt) - Method in class com.infoengine.object.IeObject
Removes a particular attribute from the object.
removeAttAt(int) - Method in class com.infoengine.object.IeObject
Removes the attribute located at a particular index.
removeAttribute(String) - Method in class com.infoengine.object.IeObject
Removes an attribute from this DOM object.
removeAttribute(String) - Method in interface com.infoengine.SAK.Tasklet
Removes a tasklet attribute.
removeAttribute(Attribute) - Method in class com.infoengine.schema.ComplexType
Remove an attribute from the array of attributes
removeAtts() - Method in class com.infoengine.object.factory.Element
Remove all attributes from the element.
removeChild(Object) - Method in class com.infoengine.object.IeObject
Removes a particular child of this object.
removeCollection(String) - Method in class com.infoengine.object.IeRequest
Removes a collection by name.
removeCollection(IeCollection) - Method in class com.infoengine.object.IeRequest
Removes a specified collection from the request.
removeContentChangedListener(ContentChangedListener) - Method in class com.infoengine.object.factory.Element
 
removeContentChangedListener(ContentChangedListener) - Method in class com.infoengine.object.IeNode
 
removeDatum(IeDatum) - Method in class com.infoengine.object.IeAtt
Removes a specified datum from the attribute.
removeDatum(AttributeIdentifier) - Method in class com.infoengine.object.IeAtt
Removes the datum with a specific attribute identifier.
removeDatum(IeDatum) - Method in class com.infoengine.object.IeMeta
Removes a specified datum from the meta.
removeDatum(IeDatum) - Method in class com.infoengine.object.IeNode
Removes an attribute value by attribute identifier.
removeDatum(AttributeIdentifier) - Method in class com.infoengine.object.IeNode
Removes an attribute value by attribute identifier.
removeDatumAt(int) - Method in class com.infoengine.object.IeAtt
Removes the datum located at a specified index of the attribute.
removeDatumAt(int) - Method in class com.infoengine.object.IeMeta
Removes the datum located at a specified index of the meta.
removeElement(Element) - Method in class com.infoengine.object.factory.Group
Removes a specific element from the group.
removeElement(String) - Method in class com.infoengine.object.factory.Group
Removes an element from the group by name.
removeElementByUfid(String) - Method in class com.infoengine.object.factory.Group
Removes the element of the group that has a UFID (Unique Federation Identifier) with a specific value.
removeElements() - Method in class com.infoengine.object.factory.Group
Removes all Elements from the group
removeGroup(String) - Method in class com.infoengine.connector.Collection
remove a group from the collection by name
removeGroup(String) - Method in class com.infoengine.object.IeCollection
Removes a group by name.
removeGroup(IeGroup) - Method in class com.infoengine.object.IeCollection
Removes a specified group from the collection.
removeGroup(String) - Method in class com.infoengine.SAK.IeService
Remove a group from the collection.
removeInput(Group) - Method in class com.infoengine.object.factory.Task
Deprecated.  
removeMeta(String) - Method in class com.infoengine.object.factory.Element
Removes a meta item from the element.
removeMeta(String) - Method in class com.infoengine.object.IeObject
Removes a meta-information item from the object instance.
removeMetaValue(String, Object) - Method in class com.infoengine.object.factory.Element
Removes a specific value of a meta item from the element.
removeMetaValue(String, Object) - Method in class com.infoengine.object.IeObject
Removes a particular value from a meta-information item.
removeMetaValueAt(String, int) - Method in class com.infoengine.object.IeObject
Removes the value located at a particular index of a meta-information item.
removeMetaValues(String) - Method in class com.infoengine.connector.Data
remote named metadata values
removeName() - Method in class com.infoengine.object.IeObject
Removes the object's name by setting it to null.
removeNode(String) - Method in class com.infoengine.object.IeGroup
Removes a node by name.
removeNode(IeNode) - Method in class com.infoengine.object.IeGroup
Removes a specified node from the group.
removeNode(IeNode) - Method in class com.infoengine.object.IeNode
Removes a specified child node from the node.
removeParam(Param) - Method in class com.infoengine.object.factory.Webject
Removes a specific parameter from this webject.
removeParam(String) - Method in class com.infoengine.SAK.Task
Removes a parameter from the set of task parameters that will be passed to the tasklet associated with this task.
removeParams(String) - Method in class com.infoengine.object.factory.Webject
Removes all parameters with a specified name from this webject.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.infoengine.connector.IeInteractionSpec
 
removeType() - Method in class com.infoengine.object.IeObject
Removes the object's type by setting it to an empty string.
removeValue(IeDatum) - Method in class com.infoengine.object.factory.Att
Removes a specific value from this attribute.
removeVdb(Group) - Method in class com.infoengine.object.factory.Task
Removes a VDB group from this task.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.infoengine.connector.IeInteractionSpec
 
removeWebject(Webject) - Method in class com.infoengine.object.factory.Webject
Removes a specific child webject from this webject.
replace(TypeInstanceIdentifier, TypeInstanceIdentifier) - Method in class com.infoengine.object.factory.Element
 
replace(HashMap) - Method in class com.infoengine.object.factory.Element
 
replace(TypeInstanceIdentifier, TypeInstanceIdentifier) - Method in class com.infoengine.object.IeNode
 
replace(HashMap) - Method in class com.infoengine.object.IeNode
 
replaceChild(IeObject, IeObject) - Method in class com.infoengine.object.IeObject
Replaces the specified child object with a new one.
replaceContent(AttributeContainer) - Method in class com.infoengine.object.factory.Element
Establishes specific content as the content of the type instance.
replaceContent(AttributeContainer) - Method in class com.infoengine.object.IeNode
 
Request - Class in com.infoengine.object.factory
Wrapper for com.infoengine.object.IeRequest object.
Request(String) - Constructor for class com.infoengine.object.factory.Request
Constructs an empty named Request.
Request(IeRequest) - Constructor for class com.infoengine.object.factory.Request
Constructs a Request wrapper around an IeRequest object.
reset() - Method in class com.infoengine.au.DirectoryInputStream
Resets the input stream to the position of the last mark set.
reset() - Method in class com.infoengine.au.DirectoryPropertyInputStream
Resets the input stream to the position of the last mark set.
reset() - Method in class com.infoengine.object.IeInputStream
Resets the input stream to the position of the last mark set.
RESOURCE - Static variable in class com.infoengine.SAK.Task
 
run(Vector) - Static method in class com.infoengine.SAK.Webject
Runs a set of webjects, each in its own thread, and waits for all of them to complete.

S

SchemaObject - Class in com.infoengine.schema
Schema object container.
SchemaObject() - Constructor for class com.infoengine.schema.SchemaObject
Create a new empty schema object
SchemaObject(SimpleType) - Constructor for class com.infoengine.schema.SchemaObject
Create a schema object that wraps a SimpleType
SchemaObject(ComplexType) - Constructor for class com.infoengine.schema.SchemaObject
Create a schema object that wraps a ComplexType
SchemaUtils - Class in com.infoengine.schema.client
SOAP client utility class that allows non Info*Engine clients to retrieve object schema from Windchill/Info*Engine.
SchemaUtils() - Constructor for class com.infoengine.schema.client.SchemaUtils
Create a new SchemaUtils
SchemaUtils(ConnectionFactory) - Constructor for class com.infoengine.schema.client.SchemaUtils
Create a new SchemaUtils with a previously configured ConnectionFactory
SELF_ASSOCIATION_ROLE - Static variable in class com.infoengine.object.factory.Element
 
sendCollection() - Method in class com.infoengine.SAK.IeService
Send the internal collection to the server.
sendContent(String, String, String, InputStream) - Method in class com.infoengine.SAK.IeService
Send content of the request to the server.
sendGroup(String) - Method in class com.infoengine.SAK.IeService
Send a group from the internal collection to the server.
sendParameter(String, String) - Method in class com.infoengine.SAK.IeService
Send a parameter of the request to the server.
ServerSocketFactory - Interface in com.infoengine.au
 
setAtt(Att) - Method in class com.infoengine.object.factory.Element
Sets the attribute associated with the element.
setAttAt(IeAtt, int) - Method in class com.infoengine.object.IeObject
Sets the attribute located at a particular index.
setAttribute(String, String) - Method in class com.infoengine.object.IeObject
Sets a named attribute to a specified value.
setAttribute(String, Object) - Method in interface com.infoengine.SAK.Tasklet
Sets the value of a tasklet attribute.
setAttributeContainer(AttributeContainer) - Method in class com.infoengine.object.factory.Element
Sets the attribute container associated with the instance.
setAttributes(int, Attribute) - Method in class com.infoengine.schema.ComplexType
Set the attribute at a specific index.
setAttributes(Attribute[]) - Method in class com.infoengine.schema.ComplexType
Set the entire array of attributes
setAttributeTypeIdentifier(AttributeTypeIdentifier) - Method in class com.infoengine.object.factory.Att
Sets this attribute's attribute type identifier.
setAttributeTypeIdentifier(AttributeTypeIdentifier) - Method in class com.infoengine.object.IeAtt
Sets the attribute type identifier associated with this attribute.
setAttributeValue(int, String, Object) - Method in class com.infoengine.object.factory.Group
set an attribute value
setAttributeValue(String, int, String, Object) - Method in class com.infoengine.SAK.IeService
set an attribute value in a group
setAuthMapGroup(Group) - Method in class com.infoengine.SAK.Task
Sets the group containing authentication mapping information.
setAuthUser(Principal) - Method in class com.infoengine.connector.IeConnectionSpec
set the "trusted" authenticated user the server will only pay attention to this principal if the request is properly signed.
setAuthUser(Principal) - Method in class com.infoengine.schema.client.SchemaUtils
Set the "trusted" user
setBaseclass(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setBaseClass(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setBaseType(String) - Method in class com.infoengine.schema.SimpleType
Set the base data type of this type
setCharacterSet(String) - Method in class com.infoengine.object.IeMultipartOutputStream
Sets the character set encoding to use when converting Info*Engine request objects to XML.
setCheckpointProcessor(String, CheckpointProcessor) - Method in class com.infoengine.SAK.Task
Sets the checkpoint processor associated with the Task object.
setCheckpointProcessor(String, CheckpointProcessor) - Method in interface com.infoengine.SAK.Tasklet
Sets the checkpoint processor associated with the tasklet.
setClass(String) - Method in class com.infoengine.connector.dao.AntDAOGenerator
 
setClassName(String) - Method in class com.infoengine.connector.dao.DAOGenerator
 
setClassName(String) - Method in class com.infoengine.connector.Group
set this group's class name
setClassName(String) - Method in class com.infoengine.connector.IeInteractionSpec
set the SOAP class name
setClassName(String) - Method in class com.infoengine.object.factory.Element
Sets the element's class name.
setClassName(String) - Method in class com.infoengine.object.factory.Group
Sets this group's class name.
setClassName(String) - Method in class com.infoengine.object.factory.Webject
Sets the class name assigned to this webject.
setCollection(IeCollection) - Method in class com.infoengine.SAK.IeService
Sets the object that holds the internal collection of Info*Engine group objects.
setCollectionAt(IeCollection, int) - Method in class com.infoengine.object.IeRequest
Sets the collection at a specified index.
setComplexType(ComplexType) - Method in class com.infoengine.schema.SchemaObject
Set the enclosed type to a ComplexType object.
setConnectionImplementation(String) - Method in class com.infoengine.connector.IeManagedConnectionFactory
set the connection implementation this ManagedConnectionFactory is to use when producing ConnectionFactories.
setConnectionProperties(String) - Method in class com.infoengine.connector.IeManagedConnectionFactory
set the connection implementation this ManagedConnectionFactory is to use when producing ConnectionFactories.
setConnectionProperty(String, String) - Method in class com.infoengine.connector.IeManagedConnectionFactory
set a single connection property
setConstraintContainer(ConstraintContainer) - Method in class com.infoengine.object.factory.Element
Sets the constraint container for this instance.
setConstraintContainer(ConstraintContainer) - Method in class com.infoengine.object.IeNode
Sets the constraint container associated with this instance.
setContent(Object) - Method in class com.infoengine.object.IeAtt
Sets the content associated with this instance.
setContent(AttributeIdentifier, Object) - Method in class com.infoengine.object.IeAtt
Sets the content for a specific value identified by attribute identifier.
setContext(Group) - Method in class com.infoengine.object.factory.Request
Sets a context group.
setContext(IeCollection) - Method in class com.infoengine.object.factory.Task
Sets the collection containing the context groups for this task.
setContext(IeCollection) - Method in interface com.infoengine.SAK.Tasklet
Sets the context groups associated with this tasklet.
setCookieGroup(Group) - Method in class com.infoengine.SAK.Task
Sets the group containing attributes that serve as cookie information.
setCredentials(String, String) - Method in class com.infoengine.SAK.IeService
Establish the name and password of the user for which requests will be made.
setCxfactoryjndiname(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setCxFactoryJndiName(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setCxfactoryname(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setCxFactoryName(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setData(String) - Method in class com.infoengine.object.factory.Param
Sets the value of this parameter.
setDatum(IeDatum) - Method in class com.infoengine.object.IeAtt
Removes any pre-existing datums contained within the attribute, then sets the specified datum as the only datum in the attribute.
setDatum(IeDatum) - Method in class com.infoengine.object.IeMeta
Removes any pre-existing datums contained within the meta, then sets the specified datum as the only datum in the meta.
setDatumAt(IeDatum, int) - Method in class com.infoengine.object.IeAtt
Sets the datum located at a specified index of the attribute.
setDatumAt(IeDatum, int) - Method in class com.infoengine.object.IeMeta
Sets the datum located at a specified index of the meta.
setDefault(String) - Method in class com.infoengine.object.factory.Param
Sets this parameter's default value.
setDefaultValue(String) - Method in class com.infoengine.schema.SimpleType
Set the default value
setDelim(String) - Method in class com.infoengine.object.factory.Param
Sets this parameter's delimiter (DELIM) value.
setDesc(String) - Method in class com.infoengine.object.factory.Task
Sets the description of this task.
setDescriptorContainer(DescriptorContainer) - Method in class com.infoengine.object.factory.Element
Sets the descriptor container for this instance.
setDescriptorContainer(DescriptorContainer) - Method in class com.infoengine.object.IeNode
Sets the descriptor container associated with this instance.
setEjbjndiname(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setEJBJndiName(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setElement(Element) - Method in class com.infoengine.object.factory.Group
Sets the group such that it contains the specified element only.
setElementAt(Element, int) - Method in class com.infoengine.connector.Group
set an element by index
if an invalid index is supplied the result is the same as addElement
setElementAt(Element, int) - Method in class com.infoengine.object.factory.Group
Sets the element at a specific location.
setElementSeparator(String) - Method in class com.infoengine.object.factory.Param
Sets this parameter's element separator value.
setEnableExceptions(boolean) - Method in class com.infoengine.SAK.IeService
Enable or disable the throwing of exceptions when tasks return groups that contain status values indicating failures.
setEndpoint(String) - Method in class com.infoengine.connector.dao.AntDAOGenerator
 
setEndpoint(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setEndpoint(String) - Method in class com.infoengine.schema.client.SchemaUtils
Set the SOAP endpoint.
setEnumerationTask(String) - Method in class com.infoengine.schema.SimpleType
Set the enumerationTask property value
setErrorStream(byte[]) - Method in class com.infoengine.object.factory.Element
Sets this element's error stream to the contents of a byte array.
setExecutionTimeout(int) - Method in class com.infoengine.connector.IeInteractionSpec
currently not used
setFilesystem(File) - Method in class com.infoengine.connector.dao.AntDAOGenerator
 
setFilesystem(File) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setForceEncoding(String) - Method in class com.infoengine.object.IeMultipartOutputStream
Sets an encoding to use when writing text output.
setFormGroup(Group) - Method in class com.infoengine.SAK.Task
Sets the group containing attributes that serve as form variables.
setFti(String) - Method in class com.infoengine.object.factory.Element
Sets the Federated Type Identifier of the object represented by this element.
setFti(String) - Method in class com.infoengine.object.IeNode
Sets the federated type identifier of this node.
setFunctionName(String) - Method in class com.infoengine.connector.IeInteractionSpec
set the function name to be executed on the SOAP class
setGenerator(String) - Method in class com.infoengine.schema.client.SchemaUtils
Set the SchemaGenerator that should be use to create schema.
setGlobalProperties() - Static method in class com.infoengine.au.NamingService
Sets global properties for the VM based upon the VM name.
setGlobalProperties(String) - Static method in class com.infoengine.au.NamingService
Deprecated.  
setGroupAt(IeGroup, int) - Method in class com.infoengine.object.IeCollection
Sets the group at a specified index.
setHasChanged(boolean) - Method in class com.infoengine.object.factory.Group
Sets this group's change indicator.
setHasChanged(boolean) - Method in class com.infoengine.object.IeObject
Sets the modification flag.
setId(String) - Method in class com.infoengine.schema.DisplayValue
Set the id
setIdentifier(String, String) - Method in class com.infoengine.object.factory.Element
Sets the type instance identifier associated with this element.
setIdentifier(TypeInstanceIdentifier) - Method in class com.infoengine.object.factory.Element
Sets the type instance identifier associated with this element.
setIdentifier(ElementIdentifier) - Method in class com.infoengine.object.factory.Element
Sets the identifier of this object.
setIdentifier(AttributeIdentifier) - Method in class com.infoengine.object.IeDatum
Sets the attribute identifier associated with this datum.
setInput(IeCollection) - Method in class com.infoengine.object.factory.Task
Deprecated.  
setInputStream(IeMultipartInputStream) - Method in class com.infoengine.object.factory.Task
Sets the input stream to be used by this task.
setInputStream(InputStream) - Method in class com.infoengine.object.IeInputStream
Sets the input stream associated with this object.
setInputStream(InputStream, String, String, String) - Method in class com.infoengine.SAK.Task
Sets the input stream from which the task can read BLOB data.
setInputStream(ServletRequest) - Method in class com.infoengine.SAK.Task
Sets the input stream from which the task can read BLOB data.
setInputStream(IeMultipartInputStream) - Method in class com.infoengine.SAK.Task
Sets the input stream from which the task can read BLOB data.
setInputStream(InputStream, String, String, String) - Method in class com.infoengine.SAK.Webject
Sets the input stream from which the webject can read BLOB data.
setInputStream(ServletRequest) - Method in class com.infoengine.SAK.Webject
Sets the input stream from which the webject can read BLOB data.
setInputStream(IeMultipartInputStream) - Method in class com.infoengine.SAK.Webject
Sets the input stream from which the webject can read BLOB data.
setInterruptable(boolean) - Method in class com.infoengine.SAK.ObjectWebject
Sets the interruptable flag on this webject.
setInterruptable(boolean) - Method in class com.infoengine.SAK.Task
Sets the interruptable flag on this task.
setIsDefault(boolean) - Method in class com.infoengine.schema.EnumeratedValue
Set the isDefault property
setIsEditable(boolean) - Method in class com.infoengine.schema.Attribute
Set the property value determining if this attribute should be allowed to be edited or not.
setIsExclusive(boolean) - Method in class com.infoengine.schema.Range
Set the isExclusive property value.
setIsInclusive(boolean) - Method in class com.infoengine.schema.Range
Set the isInclusive property value.
setIsSelectable(boolean) - Method in class com.infoengine.schema.EnumeratedValue
Set the isSelectable property value.
setIsUnbounded(boolean) - Method in class com.infoengine.schema.Attribute
Set the boolean property determining if the maximum number of times this attribute may occur is infinite.
setLanguagePreferences(String) - Method in class com.infoengine.SAK.IeService
Establish the language preferences that will be used by Info*Engine in selecting an appropriate locale for each request.
setLocale(Locale) - Method in class com.infoengine.connector.IeConnectionSpec
set the request Locale
setLocale(Locale) - Method in class com.infoengine.SAK.IeService
Establish the locale that will be used in generating localized messages such as error messages.
setLocale(Locale) - Method in class com.infoengine.schema.client.SchemaUtils
Set the locale that should be sent with requests for schema
setLocale(String) - Method in class com.infoengine.schema.SchemaObject
Set the locale property value
setLog(LogWriter) - Method in class com.infoengine.SAK.Task
Sets the log writer associated with the object.
setLogLevel(String) - Method in class com.infoengine.connector.IeManagedConnectionFactory
set the log level.
setLogWriter(PrintWriter) - Method in class com.infoengine.connector.IeManagedConnectionFactory
set the PrintWriter this ManagedConnectionFactory should use to log info
setMax(double) - Method in class com.infoengine.schema.Range
Set the max property
setMaxOccurs(int) - Method in class com.infoengine.schema.Attribute
Set the maximum number of times this attribute may occur.
setMaxStringLength(int) - Method in class com.infoengine.schema.SimpleType
Set the maximum string length This property should be ignored for data types that aren't string based.
setMessage(String) - Method in class com.infoengine.object.factory.Group
Sets this group's message.
setMeta(String, String) - Method in class com.infoengine.object.factory.Element
Sets a meta item with a String value in the element.
setMeta(String, Date) - Method in class com.infoengine.object.factory.Element
Sets a meta item with a Date value in the element.
setMeta(String, Number) - Method in class com.infoengine.object.factory.Element
Sets a meta item with a Number value in the element.
setMeta(String, byte[]) - Method in class com.infoengine.object.factory.Element
Sets a meta item with a byte array value in the element.
setMeta(String, Date) - Method in class com.infoengine.object.IeObject
Set meta-information of type Date on the object.
setMeta(String, String) - Method in class com.infoengine.object.IeObject
Set meta-information of type String on the object.
setMeta(String, byte[]) - Method in class com.infoengine.object.IeObject
Set meta-information of type byte array on the object.
setMeta(String, Number) - Method in class com.infoengine.object.IeObject
Set meta-information of type Number on the object.
setMetaValue(String, Object) - Method in class com.infoengine.connector.Data
set a named metadata value
this replaces any previously stored metadata under the same name.
setMetaValue(String, Object) - Method in class com.infoengine.object.IeObject
Set the value of a meta-information item.
setMetaValueAt(String, String, int) - Method in class com.infoengine.object.IeObject
Set the value located at a particular index of a multi-valued meta-information item.
setMimeType(String) - Method in class com.infoengine.object.factory.Element
Sets this element's MIME content type.
setMin(double) - Method in class com.infoengine.schema.Range
Set the min property
setMinOccurs(int) - Method in class com.infoengine.schema.Attribute
Set the minimum number of times this attribute must occur.
setName(String) - Method in class com.infoengine.connector.Collection
set this collection's name
setName(String) - Method in class com.infoengine.connector.Group
set this group's name
setName(String) - Method in class com.infoengine.object.factory.Att
Sets this attribute's name.
setName(String) - Method in class com.infoengine.object.factory.Element
Sets the element's name.
setName(String) - Method in class com.infoengine.object.factory.Group
Sets this group's name.
setName(String) - Method in class com.infoengine.object.factory.Param
Sets this parameter's name.
setName(String) - Method in class com.infoengine.object.factory.Request
Sets the name of this request.
setName(String) - Method in class com.infoengine.object.factory.Task
Sets the name of this task.
setName(String) - Method in class com.infoengine.object.factory.Webject
Sets the name of this webject.
setName(String) - Method in class com.infoengine.object.IeAtt
Sets the name of the attribute.
setName(String) - Method in class com.infoengine.object.IeObject
Sets the name of the object.
setName(String) - Method in class com.infoengine.schema.Attribute
Set this attribute's name.
setNodeAt(IeNode, int) - Method in class com.infoengine.object.IeGroup
Sets the node at a specified index.
setNodeValue(String) - Method in class com.infoengine.object.IeDatum
Sets the node value of this datum.
setOutputStream(IeMultipartOutputStream) - Method in class com.infoengine.object.factory.Task
Sets the output stream to be used by this task.
setOutputStream(OutputStream) - Method in class com.infoengine.SAK.ExternalWebject
Sets the output stream to a specific stream.
setOutputStream(OutputStream) - Method in class com.infoengine.SAK.Task
Sets the output stream associated with this task object.
setOutputStream(Writer) - Method in class com.infoengine.SAK.Task
Sets the output stream associated with this task object.
setOutputStream(OutputStream) - Method in class com.infoengine.SAK.Webject
Sets the output stream associated with this webject.
setOutputStream(Writer) - Method in class com.infoengine.SAK.Webject
Sets the output stream associated with this webject.
setPackage(String) - Method in class com.infoengine.connector.dao.AntDAOGenerator
 
setPackage(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setPackage(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setPackageName(String) - Method in class com.infoengine.connector.dao.DAOGenerator
 
setParam(Param) - Method in class com.infoengine.object.factory.Webject
Sets a new parameter for this webject.
setParam(String, Object) - Method in class com.infoengine.SAK.Task
Sets the value of a task parameter.
setParam(String, Object) - Method in interface com.infoengine.SAK.Tasklet
Sets the value of a tasklet parameter.
setParam(String, String) - Method in class com.infoengine.SAK.Webject
Sets a new value for a specific parameter of the webject.
setPassword(String) - Method in class com.infoengine.connector.IeConnectionSpec
set the password
setPassword(String) - Method in class com.infoengine.object.factory.Request
Sets the password of this request.
setPassword(String) - Method in class com.infoengine.object.factory.Task
Sets the password of this task.
setPassword(String) - Method in class com.infoengine.object.factory.Webject
Sets the password associated with this webject.
setPassword(String) - Method in class com.infoengine.schema.client.SchemaUtils
Set the password to be used when connecting to the SOAP endpoint
setPermittedroles(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setPermittedRoles(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setPersistenceIdentifier(String) - Method in class com.infoengine.object.factory.Element
Sets the persistence identifier associated with the object.
setProcessors(Vector) - Method in class com.infoengine.SAK.Task
Sets the vector of remote task processor names associated with the task.
setRanges(int, Range) - Method in class com.infoengine.schema.SimpleType
Set the value of a Range at an index in the contained array of Ranges.
setRanges(Range[]) - Method in class com.infoengine.schema.SimpleType
Set the array of Ranges.
setRawValue(Object) - Method in class com.infoengine.object.factory.Att
Sets the raw value of this attribute to a generic type.
setRawValueAt(Object, int) - Method in class com.infoengine.object.factory.Att
Sets the raw value of the datum at a specific index position of this attribute to a generic type.
setRecordName(String) - Method in class com.infoengine.connector.Group
set this group's name
setRecordName(String) - Method in class com.infoengine.connector.IeInteractionResult
set record name
setRecordShortDescription(String) - Method in class com.infoengine.connector.Group
set this group's short description
setRecordShortDescription(String) - Method in class com.infoengine.connector.IeInteractionResult
set record short description
setRequest(HttpServletRequest) - Method in class com.infoengine.SAK.Task
Associates an HTTP servlet request object with the task.
setResourceBundle(String) - Method in class com.infoengine.schema.Type
Set the resourceBundle property value.
setRunas(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setRunAs(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setSchema(SchemaObject) - Method in class com.infoengine.schema.Attribute
Set the schema object associated with this attribute.
setSecret(String) - Method in class com.infoengine.object.factory.Request
set the value of secret
setSecurityrolerefs(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setSecurityRoleRefs(String) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setServerAttribute(String, String) - Method in class com.infoengine.SAK.Task
Sets an attribute in the server context group (@SERVER).
setServerGroup(Group) - Method in class com.infoengine.SAK.Task
Sets the group containing attributes that serve as server variables.
setServerUri(String) - Method in class com.infoengine.SAK.IeService
Establish the URI of the server to which requests will be sent.
setService(IeService) - Method in class com.infoengine.SAK.Task
Sets the server context associated with this task.
setService(IeService) - Method in interface com.infoengine.SAK.Tasklet
Sets the server context associated with this tasklet.
setService(IeService) - Method in class com.infoengine.SAK.Webject
Sets the server context associated with this webject.
setServiceCacheTimeToLive(int) - Static method in class com.infoengine.au.NamingService
 
setServletRequest(HttpServletRequest) - Method in class com.infoengine.jsp.InfoEngine
Set the servlet request object associated with this object instance.
setSignatureAlgorithm(String) - Method in class com.infoengine.object.factory.Request
set the algorithm
setSimpleType(SimpleType) - Method in class com.infoengine.schema.SchemaObject
Set the enclosed type to a SimpleType object.
setSoapclass(String) - Method in class com.infoengine.connector.dao.AntDAOGenerator
 
setSoapclass(String) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setSOAPReturn(Object) - Method in class com.infoengine.object.IeCollection
 
setSOAPReturnSubstitution(String) - Method in class com.infoengine.object.IeCollection
 
setSOAPReturnType(String) - Method in class com.infoengine.object.IeCollection
 
setSource(String) - Method in class com.infoengine.object.factory.Request
Adds a string to the input source of this request.
setSource(File) - Method in class com.infoengine.object.factory.Request
Adds a file to the input source of this request.
setSource(String) - Method in class com.infoengine.object.factory.Task
Sets the source for this task.
setStandalone(boolean) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setStandAlone(boolean) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setState(String) - Method in class com.infoengine.connector.Attribute
set the state of the first attribute value
setState(State) - Method in class com.infoengine.object.factory.Att
Sets the state of the first datum of this attribute.
setState(AttributeIdentifier, State) - Method in class com.infoengine.object.factory.Element
 
setState(AttributeIdentifier, State) - Method in class com.infoengine.object.IeAtt
Sets the state of a specific value identified by attribute identifier.
setState(State) - Method in class com.infoengine.object.IeDatum
Sets the state of this datum.
setState(AttributeIdentifier, State) - Method in class com.infoengine.object.IeNode
 
setStateAt(String, int) - Method in class com.infoengine.connector.Attribute
set the state of an attribute value by index.
setStateAt(State, int) - Method in class com.infoengine.object.factory.Att
Sets the state of the datum at a specific index position of this attribute.
setStatus(int) - Method in class com.infoengine.object.factory.Group
Sets this group's status.
setStatus(int) - Method in class com.infoengine.object.IeCollection
Sets an integer status on this collection.
setStream(byte[]) - Method in class com.infoengine.object.factory.Element
Sets this element's stream to the contents of a byte array.
setStream(String) - Method in class com.infoengine.object.factory.Element
Sets this element's stream to the contents of a string.
setStream(File) - Method in class com.infoengine.object.factory.Element
Sets this element's stream to the contents of a file.
setSuccess(String) - Method in class com.infoengine.object.factory.Group
Sets this group's SUCCESS meta to a specified value.
setSuperSecret(String) - Method in class com.infoengine.object.factory.Request
set the value of superSecret
setSuperTypes(int, String) - Method in class com.infoengine.schema.Type
Set a type into the hierarchy of this type.
setSuperTypes(String[]) - Method in class com.infoengine.schema.Type
Set the entire type hierarchy.
setTaskletInputStream(IeMultipartInputStream) - Method in interface com.infoengine.SAK.Tasklet
Sets the input stream from which the tasklet can read BLOB data.
setTaskletOutputStream(OutputStream) - Method in interface com.infoengine.SAK.Tasklet
Sets the output stream associated with this tasklet.
setTaskType(int) - Method in class com.infoengine.SAK.Task
Sets the type of the task.
setTaskType(int) - Method in interface com.infoengine.SAK.Tasklet
Sets the task type context associated with this tasklet.
setTaskURI(String) - Method in class com.infoengine.SAK.Task
Sets the URI of the Info*Engine task to associate with the object.
setTimeToLive(long) - Static method in class com.infoengine.schema.client.SchemaUtils
Set the time to live for cached objects
setType(String) - Method in class com.infoengine.connector.Group
set this group's type
setType(int) - Method in class com.infoengine.object.factory.Group
Sets this group's type.
setType(int) - Method in class com.infoengine.object.factory.Param
Sets this parameter's type.
setType(String) - Method in class com.infoengine.object.factory.Param
Sets this parameter's type.
setType(String) - Method in class com.infoengine.object.factory.Request
Sets this request's type.
setType(String) - Method in class com.infoengine.object.factory.Task
Sets the type of this task.
setType(String) - Method in class com.infoengine.object.factory.Webject
Sets the type assigned to this webject.
setType(String) - Method in class com.infoengine.object.IeObject
Sets the type of the object.
setTypeId(String) - Method in class com.infoengine.schema.Type
Set the typeId property
setUfid(String) - Method in class com.infoengine.object.factory.Element
Sets the Unique Federation Identifier of the object represented by this element.
setUfid(String) - Method in class com.infoengine.object.IeNode
Sets the unique federation identifier of this node.
setUnchecked(boolean) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setUnchecked(boolean) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setUrl(String) - Method in class com.infoengine.au.DirectoryInputStream
Sets the URL of the directory entry associated with the input stream.
setUrl(String) - Method in class com.infoengine.au.DirectoryProperties
Sets the URL of the directory entry from which properties are obtained.
setUrl(String) - Method in class com.infoengine.au.DirectoryPropertyInputStream
Sets the URL of the directory entry associated with the input stream.
setUsecalleridentity(boolean) - Method in class com.infoengine.connector.dao.AntEJBGenerator
 
setUseCallerIdentity(boolean) - Method in class com.infoengine.connector.dao.EJBGenerator
 
setUseClass(String) - Method in class com.infoengine.SAK.ExternalWebject
Sets the Java class that implements the webject.
setUser(String) - Method in class com.infoengine.schema.client.SchemaUtils
Set the username to be used when connecting to the SOAP endpoint
setUserName(String) - Method in class com.infoengine.connector.IeConnectionSpec
set the userName
setUserName(String) - Method in class com.infoengine.object.factory.Request
Sets the user name of this request.
setUserName(String) - Method in class com.infoengine.object.factory.Task
Sets the user name of this task.
setUserName(String) - Method in class com.infoengine.object.factory.Webject
Sets the username associated with this webject.
setUsername(String) - Method in class com.infoengine.SAK.Task
Sets the "auth-user" attribute value in the SERVER context group (@SERVER).
setUsername(String, String) - Method in class com.infoengine.SAK.Task
Sets the "auth-user" attribute value in the SERVER context group and also sets "auth-signer" and "auth-signature" attribute values that provide a digital signature for the username and the name of the signer.
setUsername(String, String, String, KeyStore) - Method in class com.infoengine.SAK.Task
Sets the "auth-user" attribute value in the SERVER context group and also sets "auth-signer" and "auth-signature" attribute values that provide a digital signature for the username and the name of the signer.
setUsername(String, String, PrivateKey) - Method in class com.infoengine.SAK.Task
Sets the "auth-user" attribute value in the SERVER context group and also sets "auth-signer" and "auth-signature" attribute values that provide a digital signature for the username and the name of the signer.
setValue(Object) - Method in class com.infoengine.connector.Attribute
set this attributes value.
setValue(Object) - Method in class com.infoengine.object.factory.Att
Sets the raw value of the datum at a specific index position of this attribute to a generic type.
setValue(String) - Method in class com.infoengine.object.factory.Att
Sets the value of this attribute to a string type.
setValue(boolean) - Method in class com.infoengine.object.factory.Att
Sets the value of this attribute to a string type.
setValue(Number) - Method in class com.infoengine.object.factory.Att
Sets the value of this attribute to a number type.
setValue(Date) - Method in class com.infoengine.object.factory.Att
Sets the value of this attribute to a date type.
setValue(byte[]) - Method in class com.infoengine.object.factory.Att
Sets the value of this attribute to a byte array type.
setValue(String, String) - Method in class com.infoengine.object.factory.Webject
Sets a VALUE parameter in this webject.
setValue(Object) - Method in class com.infoengine.object.IeDatum
Sets the raw value of this datum.
setValue(String) - Method in class com.infoengine.schema.DisplayValue
Set the display string value
setValue(String) - Method in class com.infoengine.schema.EnumeratedValue
Set the string value
setValueAt(Object, int) - Method in class com.infoengine.connector.Attribute
set an attribute value by index.
setValues(int, EnumeratedValue) - Method in class com.infoengine.schema.SimpleType
Set the value of the EnumeratedValue at index in the array of contained EnumeratedValues.
setValues(EnumeratedValue[]) - Method in class com.infoengine.schema.SimpleType
Set the entire array of EnumeratedValues.
setValueSeparator(String) - Method in class com.infoengine.object.factory.Param
Sets this parameter's value separator value.
setVdb(IeCollection) - Method in class com.infoengine.object.factory.Task
Sets the collection containing the VDB groups for this task.
setVDB(IeCollection) - Method in class com.infoengine.SAK.Task
Sets the VDB of the task.
setVdb(IeCollection) - Method in interface com.infoengine.SAK.Tasklet
Sets the VDB associated with this tasklet.
setVMName(String) - Static method in class com.infoengine.au.NamingService
Set the name of this virtual machine.
setWebject(Webject) - Method in class com.infoengine.object.factory.Task
Sets the webject that this task wraps.
shallowClone() - Method in class com.infoengine.object.IeCollection
Returns a shallow copy of the collection.
shallowCopy(IeObject) - Method in class com.infoengine.object.IeObject
Returns a shallow copy of the object (without children).
shortMax() - Method in class com.infoengine.schema.Range
Get the max property as a short
shortMin() - Method in class com.infoengine.schema.Range
Get the min property as a short
sign() - Method in class com.infoengine.object.factory.Request
sign request if Info*Engine is configured to do so.
sign(String) - Method in class com.infoengine.object.factory.Request
sign request if Info*Engine is configured to do so.
signUsername(Task, String) - Static method in class com.infoengine.SAK.Task
Sets the "auth-signer" and "auth-signature" attribute values that provide a digital signature for the "auth-user" attribute of the SERVER context group of a specific task.
signUsername(Task, String, String) - Static method in class com.infoengine.SAK.Task
Sets the "auth-user" attribute value in the SERVER context group of a specific task and also sets "auth-signer" and "auth-signature" attribute values that provide a digital signature for the username and the name of the signer.
signUsername(Task, String, String, String, KeyStore) - Static method in class com.infoengine.SAK.Task
Sets the "auth-user" attribute value in the SERVER context group of a specific task and also sets "auth-signer" and "auth-signature" attribute values that provide a digital signature for the username and the name of the signer.
signUsername(Task, String, String, PrivateKey) - Static method in class com.infoengine.SAK.Task
Sets a specific value for the auth-user attribute value in the SERVER context group of a specific task, and signs it using a specific signer's name and private key.
signUsername(Task, String, PrivateKey) - Static method in class com.infoengine.SAK.Task
Signs the auth-user attribute value in a SERVER context group using a specific signer's name and private key.
SimpleServerSocketFactory - Class in com.infoengine.au.ssl
This class implements a server socket factory that produces simple SSL sockets using the default socket factory provided by the SSL reference implementation.
SimpleServerSocketFactory() - Constructor for class com.infoengine.au.ssl.SimpleServerSocketFactory
Constructor.
SimpleSocketFactory - Class in com.infoengine.au.ssl
This class implements a socket factory that produces simple SSL sockets using the default socket factory provided by the SSL reference implementation.
SimpleSocketFactory() - Constructor for class com.infoengine.au.ssl.SimpleSocketFactory
Constructor
SimpleType - Class in com.infoengine.schema
Represents simple object schema.
SimpleType() - Constructor for class com.infoengine.schema.SimpleType
 
skip(long) - Method in class com.infoengine.au.DirectoryInputStream
Reads and discards bytes from the input stream.
skip(long) - Method in class com.infoengine.au.DirectoryPropertyInputStream
Reads and discards bytes from the input stream.
skip(long) - Method in class com.infoengine.object.IeInputStream
Reads and discards bytes from the input stream.
SOAP_RETURN - Static variable in class com.infoengine.object.IeCollection
 
SOAP_RETURN_SUBSTITUTION - Static variable in class com.infoengine.object.IeCollection
 
SOAP_RETURN_TYPE - Static variable in class com.infoengine.object.IeCollection
 
SocketFactory - Interface in com.infoengine.au
 
SOURCE - Static variable in class com.infoengine.object.factory.Task
 
STATUS - Static variable in class com.infoengine.object.factory.Group
 
STATUS - Static variable in class com.infoengine.object.factory.Task
 
STATUS - Static variable in class com.infoengine.object.IeCollection
 
STREAM - Static variable in class com.infoengine.object.factory.Group
 
streamBlobs(OutputStream) - Method in class com.infoengine.object.IeMultipartInputStream
Copies every BLOB on the input stream to an output stream.
subVariables(String) - Method in class com.infoengine.object.factory.Task
 

T

Task - Class in com.infoengine.object.factory
 
Task() - Constructor for class com.infoengine.object.factory.Task
Constructs an unnamed task.
Task(String) - Constructor for class com.infoengine.object.factory.Task
Constructs a named task.
Task(Webject) - Constructor for class com.infoengine.object.factory.Task
Constructs a task wrapper around an existing webject.
Task(IeRequest) - Constructor for class com.infoengine.object.factory.Task
Construcst a task wrapper around an incoming request.
TASK - Static variable in class com.infoengine.object.factory.Webject
 
Task - Class in com.infoengine.SAK
This class supports dynamic compilation, instantiation, and execution of Info*Engine tasks.
Task() - Constructor for class com.infoengine.SAK.Task
Constructs an instance that is initialized with no task URI.
Task(String) - Constructor for class com.infoengine.SAK.Task
Constructs an instance that is initialized with a specified task URI.
Task(String, Vector) - Constructor for class com.infoengine.SAK.Task
Constructs an instance that causes a task to be executed on a remote task processor.
Task(String, String) - Constructor for class com.infoengine.SAK.Task
Constructs an instance that causes a task to be executed on a remote task processor.
Tasklet - Interface in com.infoengine.SAK
 
TASKS - Static variable in class com.infoengine.object.factory.Task
 
text - Static variable in class com.infoengine.object.factory.Webject
 
TOP_LEVEL - Static variable in class com.infoengine.object.factory.Group
 
toString() - Method in class com.infoengine.connector.Attribute
return a String representation of this Attribute (resembles XML useful for debugging only)
toString() - Method in class com.infoengine.connector.Collection
 
toString() - Method in class com.infoengine.connector.Element
return a String representation of this Element (resembles XML useful for deugging only)
toString() - Method in class com.infoengine.connector.Group
return a String representation of this Group (resembles XML useful for debugging only)
toString() - Method in class com.infoengine.connector.IeInteractionSpec
generate a String representation "<className>!<functionName>"
toString() - Method in class com.infoengine.object.factory.Element
 
toString() - Method in class com.infoengine.object.factory.Webject
Produces a String representation of this webject.
toString() - Method in class com.infoengine.object.IeAtt
 
toString() - Method in class com.infoengine.object.IeDatum
Returns the String representation of the value associated with this datum.
toString() - Method in class com.infoengine.object.IeNode
 
toString() - Method in class com.infoengine.SAK.Content
Read the body of the content object, and return it as a String.
toString() - Method in class com.infoengine.SAK.DisplayWebject
Returns a string containing the output currently associated with this webject.
toString() - Method in class com.infoengine.SAK.ExternalWebject
Returns a string containing the output currently associated with this webject.
toString() - Method in class com.infoengine.SAK.IeService
Read all of the content objects returned in the server response and concatenate their String representations.
toString() - Method in class com.infoengine.SAK.Task
Returns a string containing the output currently associated with this task.
toString() - Method in interface com.infoengine.SAK.Tasklet
Returns a string containing the output currently associated with this tasklet.
toString() - Method in exception com.infoengine.util.IEException
Returns a description of this IEException.
toString(boolean) - Method in exception com.infoengine.util.IEException
Returns a description of this IEException.
TOSTRING_LINE_SEPARATOR - Static variable in exception com.infoengine.util.IEException
 
toXML(PrintWriter) - Method in class com.infoengine.object.factory.Att
Writes the XML representation of the attribute to a specified PrintWriter.
toXML(PrintWriter, boolean) - Method in class com.infoengine.object.factory.Att
Writes the XML representation of the attribute to a specified PrintWriter.
toXML(PrintWriter) - Method in class com.infoengine.object.factory.Element
Writes an XML representation of the element to a PrintWriter.
toXML(PrintWriter, boolean) - Method in class com.infoengine.object.factory.Element
Writes an XML representation of the element to a PrintWriter.
toXML(PrintWriter, boolean) - Method in class com.infoengine.object.factory.Group
Writes the XML representation of this group.
toXML(PrintWriter, boolean, boolean) - Method in class com.infoengine.object.factory.Group
Writes the XML representation of this group.
toXML(IeCollection, Writer) - Static method in class com.infoengine.object.factory.Group
Writes the XML representation of a collection of groups.
toXML(IeCollection, Writer, boolean) - Static method in class com.infoengine.object.factory.Group
Writes the XML representation of a collection of groups.
toXML(IeCollection) - Static method in class com.infoengine.object.factory.Group
Renders a collection of groups to an XML string.
toXML(IeCollection, boolean) - Static method in class com.infoengine.object.factory.Group
Renders a collection of groups to an XML string.
toXML() - Method in class com.infoengine.object.IeCollection
Renders the collection as an XML string.
toXML(Writer) - Method in class com.infoengine.object.IeCollection
Writes the collection as an XML string to a Writer.
TYPE - Static variable in class com.infoengine.object.factory.Webject
 
Type - Class in com.infoengine.schema
Base class for other type objects (Simple or Complex)
Type() - Constructor for class com.infoengine.schema.Type
Create an emtpy Type
Type(String) - Constructor for class com.infoengine.schema.Type
Create a Type with typId id
type2Int(String) - Static method in class com.infoengine.object.factory.Group
Converts a string to an integer group type.
TYPE_CREDENTIALS_MAPPER - Static variable in class com.infoengine.SAK.Task
 
TYPE_NORMAL - Static variable in class com.infoengine.SAK.Task
 
TYPES - Static variable in class com.infoengine.object.factory.Group
 
TYPES - Static variable in class com.infoengine.object.factory.Param
 

U

UNKNOWN - Static variable in class com.infoengine.object.factory.Group
 
UNKNOWN - Static variable in class com.infoengine.object.factory.Param
 
UNKNOWN - Static variable in class com.infoengine.object.factory.Webject
 
updateCollection() - Method in class com.infoengine.SAK.IeService
Get the next Content object from the server response stream and merge the Info*Engine group objects contained within it into the internal collection.
updateCollection(Content) - Method in class com.infoengine.SAK.IeService
Merge the Info*Engine group objects contained within a Content object into the internal collection.
updateCollection(IeCollection) - Method in class com.infoengine.SAK.IeService
Merge the Info*Engine groups contained within a specified collection into the internal collection.
updateObjects(String, Group, String) - Method in class com.infoengine.au.DirectoryService
Updates objects in the directory service.
usage(String) - Static method in class com.infoengine.connector.dao.EJBGenerator
 

V

validate() - Method in class com.infoengine.object.factory.Request
 
validate(Class, Task) - Method in class com.infoengine.object.factory.Webject
Validates a webject based on its annotation definition (if any).
validateSignature() - Method in class com.infoengine.object.factory.Request
validate request if Info*Engine is configured to do so.
validateSignature(String) - Method in class com.infoengine.object.factory.Request
validate request if Info*Engine is configured to do so.
VALUE - Static variable in class com.infoengine.object.factory.Param
 
VDB - Static variable in class com.infoengine.object.factory.Task
 
verifyUsername(Task) - Static method in class com.infoengine.SAK.Task
Verifies the authenticity of the auth-user attribute value in a SERVER context group based upon the auth-signer and auth-signature attribute values of the same group.
verifyUsername(Task, KeyStore) - Static method in class com.infoengine.SAK.Task
Verifies the authenticity of the auth-user attribute value in a SERVER context group based upon the auth-signer and auth-signature attribute values of the same group.
verifyUsername(Task, Certificate) - Static method in class com.infoengine.SAK.Task
Verifies the authenticity of the auth-user attribute value in a SERVER context group based upon the auth-signer and auth-signature attribute values of the same group.

W

Webject - Class in com.infoengine.object.factory
 
Webject() - Constructor for class com.infoengine.object.factory.Webject
Constructs an unnamed webject.
Webject(String) - Constructor for class com.infoengine.object.factory.Webject
Constructs a named webject.
Webject(IeNode) - Constructor for class com.infoengine.object.factory.Webject
Constructs a webject wrapper around an existing set of parameters.
Webject - Class in com.infoengine.SAK
This class provides methods to construct and execute webjects of any type in applications and JSP pages.
Webject() - Constructor for class com.infoengine.SAK.Webject
Constructs a webject with no name or type.
Webject(String) - Constructor for class com.infoengine.SAK.Webject
Constructs a webject with a specific name but no type.
Webject(String, String) - Constructor for class com.infoengine.SAK.Webject
Constructs a webject with a specific name and type.
Webject(String, String, IeService) - Constructor for class com.infoengine.SAK.Webject
Constructs a webject with a specific name, type, and server context.
WEBJECTS - Static variable in class com.infoengine.object.factory.Task
 
write(byte[]) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes an array of bytes to the output stream.
write(byte[], int, int) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes a segment of an array of bytes to the output stream.
write(int) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes a single byte to the output stream.
write(String, String, String, String) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes one content object of a MIME multipart object to the output stream.
write(String, String, String) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes a MIME content object header to the output stream.
write(String) - Method in interface com.infoengine.SAK.Tasklet
Writes a string to the output stream associated with this tasklet.
write(String, String) - Method in interface com.infoengine.SAK.Tasklet
Writes a string to the output stream associated with this tasklet.
write(int) - Method in class com.infoengine.SAK.WriterOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class com.infoengine.SAK.WriterOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.infoengine.SAK.WriterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
writeBlob(InputStream, String, String, String) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes one content object of a MIME multipart object to the output stream.
writeBlob(InputStream, String, String, String, boolean) - Method in class com.infoengine.object.IeMultipartOutputStream
Deprecated. Use writeBlob() without the flag argument instead.
writeEOF() - Method in class com.infoengine.object.IeMultipartOutputStream
Writes a MIME multipart object termination boundary to the output stream.
writeExternal(ObjectOutput) - Method in class com.infoengine.object.IeDatum
 
writeExternal(ObjectOutput) - Method in class com.infoengine.object.IeMeta
 
writeExternal(ObjectOutput) - Method in class com.infoengine.object.IeNode
 
writeExternal(ObjectOutput) - Method in class com.infoengine.object.IeObject
 
writeNextContent(OutputStream) - Method in class com.infoengine.SAK.IeService
Write the next Content object to an output stream.
writeNextContent(Writer) - Method in class com.infoengine.SAK.IeService
Write the next Content object to a Writer.
writeRequest(IeRequest) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes an Info*Engine request object to the output stream.
writeRequest(IeRequest, String) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes an Info*Engine request object to the output stream serializing according to contentType.
writeRequest(IeRequest, String, boolean) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes an Info*Engine request object to the output stream serializing according to contentType.
WriterOutputStream - Class in com.infoengine.SAK
This class implements an output stream class that wraps a writer class.
WriterOutputStream(Writer) - Constructor for class com.infoengine.SAK.WriterOutputStream
Constructs an instance that wraps a specified writer.
writeVdb(IeCollection, String) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes an Info*Engine VDB object to the output stream serializing according to contentType.
writeVdb(IeCollection, String, boolean) - Method in class com.infoengine.object.IeMultipartOutputStream
Writes an Info*Engine VDB object to the output stream serializing according to contentType.

A B C D E F G H I K L M N O P Q R S T U V W