WebLogic Integration

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

I

IApplicationViewDescriptor - interface com.bea.wlai.common.IApplicationViewDescriptor.
Represents the metadata for an ApplicationView (e.g.
IConnectionFactoryDescriptor - interface com.bea.wlai.common.IConnectionFactoryDescriptor.
Represents the metadata for a connection factory within a J2EE Connector Architecture (J2EE Connector Architecture) engine.
IConstants - interface com.bea.adapter.util.IConstants.
These messages should be provided by the adapter provider in a properties file named after their adapter logical name on the classpath.
ID - Variable in class com.bea.wlpi.common.plugin.InfoObject
The plugin-assigned ID for this InfoObject (unique within this plugin and subclass).
ID - Static variable in class com.bea.schema.type.SOMType
 
ID_EXCEPTION - Static variable in class com.bea.wlpi.common.plugin.ActionCategoryInfo
Standard category system ID for exception handling actions.
ID_INTEGRATION - Static variable in class com.bea.wlpi.common.plugin.ActionCategoryInfo
Standard category system ID for integration actions.
ID_MISCELLANEOUS - Static variable in class com.bea.wlpi.common.plugin.ActionCategoryInfo
Standard category system ID for miscellaneous actions.
ID_NEW - Static variable in class com.bea.wlpi.common.plugin.ActionCategoryInfo
Initial category ID for plugin-defined categories.
ID_TASK - Static variable in class com.bea.wlpi.common.plugin.ActionCategoryInfo
Standard category system ID for task related actions.
ID_WORKFLOW - Static variable in class com.bea.wlpi.common.plugin.ActionCategoryInfo
Standard category system ID for workflow related actions.
IdentifierTagSupport - class com.bea.web.tag.IdentifierTagSupport.
Provides the rendering logic for an HTML form field that accepts Identifier values only.
IdentifierTagSupport() - Constructor for class com.bea.web.tag.IdentifierTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
IdentifierWord - class com.bea.web.validation.IdentifierWord.
Determines if a value is a valid Java identifier.
IdentifierWord() - Constructor for class com.bea.web.validation.IdentifierWord
 
identify(String) - Static method in class com.bea.web.UserAgent
 
iDEPLOYED - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
IDescriptor - interface com.bea.wlai.common.IDescriptor.
A base interface for all WLAI descriptors, providing for XML input/output and Serialize ability.
IDGENERATOR - Static variable in interface com.bea.wlpi.server.common.JNDITags
This is in the raw form in case this gets used outside of an EJB.
IDocument - interface com.bea.document.IDocument.
An IDocument represents an XML document.
IDocumentDefinition - interface com.bea.document.IDocumentDefinition.
This interface embodies all the metadata about a document type.
IDocumentDescriptor - interface com.bea.wlai.common.IDocumentDescriptor.
This is an interface describing a class of documents that all conform to the same schema, and have the same root element name.
IDREF - Static variable in class com.bea.schema.type.SOMType
 
IDREFS - Static variable in class com.bea.schema.type.SOMType
 
IEvent - interface com.bea.wlai.common.IEvent.
 
IEventDefinition - interface com.bea.wlai.common.IEventDefinition.
Defines an event type (a business occurrence) in terms of a document type, and a set of implementation specific properties.
IEventDescriptor - interface com.bea.wlai.common.IEventDescriptor.
Describes the metadata for a class of events, including the schema that describes the content of the event payload at runtime, and root element name within that schema.
IEventGenerator - interface com.bea.wlai.event.IEventGenerator.
Interface that defines an object that can generate events from an EIS.
IEventRouter - interface com.bea.wlai.event.IEventRouter.
Defines objects that are used to route events generated by instances of IEventGenerator into the WLAI environment.
ignorableWhitespace(char[], int, int) - Method in class com.bea.wlpi.common.XMLProxy
 
iINITIALIZED - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
ILLEGAL_CONVERSION - Static variable in interface com.bea.wlpi.common.Messages
"Illegal variable value assigning: try to assign variable "{0}" of type {1} with value type {2}."
ILLEGAL_PRESENCE - Static variable in interface com.bea.schema.helper.Messages
 
ILogger - interface com.bea.logging.ILogger.
The public interface to the logging framework.
IMAGE_PATH - Static variable in class com.bea.wlpi.client.worklist.WorklistPane
 
ImageFactory - class com.bea.wlpi.client.common.ImageFactory.
A static factory class that creates and caches images and icons.
imageStreamToByteArray(InputStream) - Static method in class com.bea.wlpi.common.plugin.InfoObject
Construct a byte array from an InputStream, that represents an image file.
IMPORT_SUMMARY - Static variable in interface com.bea.wlpi.common.Messages
"Finished import from file "{0}""
IMPORTED_OBJECT - Static variable in interface com.bea.wlpi.common.Messages
"{0} : {1}"
IMPORTED_REPORT - Static variable in interface com.bea.wlpi.common.Messages
"The following components were imported:"
importPackage(byte[], Map, String, boolean, Object) - Method in interface com.bea.wlpi.server.admin.Admin
Import a package of publishable workflow objects specified by publishables.
INACTIVE - Static variable in class com.bea.wlpi.client.worklist.WorklistPane
 
INamespace - interface com.bea.wlai.common.INamespace.
Represents a WLAI namespace.
INamespaceObject - interface com.bea.wlai.common.INamespaceObject.
Represents any object that can exist in a namespace.
indentStackTrace(String, PrintWriter, int) - Static method in class com.bea.util.ThrowableContainer
 
INestedDiagnosticContext - interface com.bea.logging.INestedDiagnosticContext.
The public interface to the Nested Diagnostic Context object of the ADK Logging Framework
info - Variable in class com.bea.wlpi.server.plugin.PluginConfiguration
 
INFO - Static variable in class com.bea.eci.logging.Log
Informational message.
INFO_LEVEL - Static variable in class com.bea.wlai.common.LogManager
 
info(String) - Method in class com.bea.logging.LogCategory
Log a message with the info priority.
info(String) - Method in interface com.bea.logging.ILogger
log a warning message by looking up its strKey
info(String) - Static method in class com.bea.wlai.common.LogManager
Log a info message to the WebLogic Server logging facility.
info(String, boolean) - Method in class com.bea.logging.LogCategory
Log a message with the INFO priority.
info(String, boolean) - Method in interface com.bea.logging.ILogger
logs strMessage as message (set isDirect == true)
info(String, Object) - Method in class com.bea.logging.LogCategory
Convenience method which allows the user to log a warn message with one argument to fill into the template.
info(String, Object) - Method in interface com.bea.logging.ILogger
logs info messages with one arg
info(String, Object[]) - Method in class com.bea.logging.LogCategory
Log a message with the warn priority.
info(String, Object[]) - Method in interface com.bea.logging.ILogger
logs a info message with args
InfoObject - class com.bea.wlpi.common.plugin.InfoObject.
Abstract base class for all plugin metadata objects.
InfoObject(String, int, String, String, String[]) - Constructor for class com.bea.wlpi.common.plugin.InfoObject
Create a new InfoObject.
inheritNDC(Stack) - Method in class com.bea.logging.LogCategory
Inherit the diagnostic context of another thread.
inheritNDC(Stack) - Method in interface com.bea.logging.INestedDiagnosticContext
Inherit the diagnostic context of another thread.
INIT_QUEUE - Static variable in interface com.bea.wlpi.server.common.JNDITags
 
init() - Method in class com.bea.wlpi.client.worklist.WorklistApplet
Applet initialization.
init() - Method in class com.bea.wlpi.client.worklist.WorklistPane
Initialize the worklist.
init() - Method in interface com.bea.wlpi.server.plugin.Plugin
Initialize the Plugin.
init() - Method in interface com.bea.wlpi.server.plugin.PluginManagerCfg
Load and initialize all plugins.
init() - Method in interface com.bea.b2b.security.AuditLogProvider
init method
init() - Method in interface com.bea.b2b.security.CertificateVerificationProvider
init method
init(Hashtable) - Method in interface com.bea.b2b.protocol.PlugIn
Initializes this logic plug-in one time using the specified initialization settings.
init(IEventRouter, Map) - Method in interface com.bea.wlai.event.IEventGenerator
Initialize this event generator given its parent IEventRouter, and a Map of properties.
init(IEventRouter, Map) - Method in class com.bea.adapter.event.AbstractEventGenerator
intializes the EventGenerator.
init(Properties) - Method in class com.bea.wlxt.WLXT
Initialize the WLXT with a Properties object.
init(ServletConfig) - Method in class com.bea.wlai.event.EventRouterServlet
 
init(ServletConfig) - Method in class com.bea.web.ControllerServlet
 
init(ServletContext) - Method in class com.bea.web.RequestHandler
By default, this method does nothing...however, subclasses can override this method to do any initialization using Servlet initial parameters.
init(String) - Method in class com.bea.wlxt.WLXT
Initialize WLXT with a Properties file.
init(String) - Method in class com.bea.b2b.enabler.Enabler
Deprecated.  
init(String, String) - Method in interface com.bea.wlpi.common.plugin.PluginField
Set the name and event descriptor associated with this field.
init(String, String, String) - Static method in class com.bea.wlpi.client.common.Tasklist
Initialize installation-specific settings.
initAdapterMetaData(ResourceBundle) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves metadata about the resource adapter from a message bundle.
initEventDescriptor(ActionResult, IEventDescriptor, HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Initializes an event descriptor.
initialize() - Method in class com.bea.wlai.client.EventContext
Initialize JMS.
initialize() - Static method in class com.bea.wlai.common.LogManager
Initialize the LogManager This connects to T3Services and LogServices in WebLogic Server.
initialize(EventMetaData) - Method in interface com.bea.adapter.event.IPushHandler
This method can be called by the pushevent generator, the implementation object can use this method
initialize(String) - Static method in class com.bea.adapter.test.TestHarness
 
initializeAsync() - Method in class com.bea.wlai.client.ApplicationView
Initialize member variables required for performing asynchronous service invocation.
initializeLogger(Properties) - Static method in class com.bea.adapter.test.TestHarness
Initializes an ILogger instance to be used by this program.
initializeLogResources() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Initializes resources needed by this instance to support localized logging after all base member variables have been initialized correctly by the application server.
initServiceDescriptor(ActionResult, IServiceDescriptor, HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Initializes a service descriptor which involves creating the request and response schemas for the service.
INPUT_VARIABLE_NOT_SET - Static variable in interface com.bea.wlpi.common.Messages
"Mandatory input variable {0} not set."
inspectAlways() - Method in interface com.bea.wlpi.server.catalog.EJBCatalog
Return whether the JNDI names and EJBMetaData are regenerated on every call.
INSTANCE_ABORTED - Static variable in interface com.bea.wlpi.common.plugin.PluginConstants
Notification event raised when a workflow instance is aborted.
INSTANCE_COMPLETED - Static variable in interface com.bea.wlpi.common.plugin.PluginConstants
Notification event raised when a workflow instance is completed.
INSTANCE_CREATED - Static variable in interface com.bea.wlpi.common.plugin.PluginConstants
Notification event raised when a workflow instance is created.
INSTANCE_DELETED - Static variable in interface com.bea.wlpi.common.plugin.PluginConstants
Notification event raised when a workflow instance is deleted.
INSTANCE_UPDATED - Static variable in interface com.bea.wlpi.common.plugin.PluginConstants
Notification event raised when a workflow instance is saved.
instanceChanged(InstanceNotification) - Method in interface com.bea.wlpi.server.plugin.Plugin
Notifies a plugin of a change in a workflow instance.
InstanceInfo - class com.bea.wlpi.common.InstanceInfo.
Holds information about a workflow instance.
InstanceInfo(String, String, String, String, String, String, Timestamp, Timestamp, String, int, String) - Constructor for class com.bea.wlpi.common.InstanceInfo
Create a new InstanceInfo object.
InstanceInfo(String, String, String, String, String, String, Timestamp, Timestamp, String, int, String, Map) - Constructor for class com.bea.wlpi.common.InstanceInfo
Create a new InstanceInfo object.
InstanceNotification - class com.bea.wlpi.server.plugin.InstanceNotification.
Notification object that describes a change to a workflow instance.
instantiate(String, String, String, String, String, EventData, List, Map) - Method in interface com.bea.wlpi.server.common.ExecutionContext
Create a new workflow instance.
instantiateWorkflow(ExecutionContext, String, String, VariableInfo[], Map) - Method in interface com.bea.wlpi.server.plugin.ActionContext
Create a new workflow instance.
instantiateWorkflow(ExecutionContext, String, String, VariableInfo[], Map, boolean) - Method in interface com.bea.wlpi.server.plugin.ActionContext
Create a new workflow instance.
instantiateWorkflow(String, String) - Method in interface com.bea.wlpi.server.worklist.Worklist
Create a new workflow instance.
instantiateWorkflow(String, String, Object) - Method in interface com.bea.wlpi.server.worklist.Worklist
Create a new workflow instance with a transaction id.
instantiateWorkflow(String, String, String, Map, Map) - Method in interface com.bea.wlpi.server.worklist.Worklist
Create a new workflow instance, passing an XML document and initial variable values.
instantiateWorkflow(String, String, String, Map, Map, Object) - Method in interface com.bea.wlpi.server.worklist.Worklist
Create a new workflow instance with a transaction id, passing an XML document and initial variable values.
INT - Static variable in class com.bea.schema.type.SOMType
 
INTEGER - Static variable in class com.bea.schema.type.SOMType
 
IntegerTagSupport - class com.bea.web.tag.IntegerTagSupport.
Provides the rendering logic for an HTML form field that accepts integer values only.
IntegerTagSupport() - Constructor for class com.bea.web.tag.IntegerTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
IntegerWord - class com.bea.web.validation.IntegerWord.
Determines if a value is a valid Java Integer between a specified range.
IntegerWord() - Constructor for class com.bea.web.validation.IntegerWord
 
InteractionSpecImpl - class com.bea.adapter.cci.InteractionSpecImpl.
Encapsulates properties for driving an Interaction with an EIS instance.
InteractionSpecImpl() - Constructor for class com.bea.adapter.cci.InteractionSpecImpl
 
InteractionSpecImpl(String) - Constructor for class com.bea.adapter.cci.InteractionSpecImpl
 
InteractionSpecImpl(String, int, int) - Constructor for class com.bea.adapter.cci.InteractionSpecImpl
 
internalEncode(String, String, String) - Static method in class com.bea.util.URLEncoder
 
INTERVAL_FROM_DATE_INVALID - Static variable in interface com.bea.wlpi.common.Messages
"The interval 'from' date is invalid."
INTERVAL_TO_DATE_INVALID - Static variable in interface com.bea.wlpi.common.Messages
"The interval 'to' date is invalid."
INTERVAL_UNIT_INVALID - Static variable in interface com.bea.wlpi.common.Messages
"Invalid interval unit: {0}."
intToPriority(int) - Static method in class com.bea.logging.LogPriority
Converts an integer into a Priority.
INVALID - Static variable in class com.bea.adapter.spi.ValidationResult
Indicates an invalid result; no additional information available.
INVALID_CONNECTION_URL - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_CONTEXT - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message for indicating the value for a log context was null and hence invalid.
INVALID_COUNTRY_CODE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message for indicating that the value supplied for a country code is not valid.
INVALID_LANGUAGE_CODE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message for indicating that the value supplied for a language code is not valid.
INVALID_LICENSE - Static variable in interface com.bea.wlpi.common.Messages
"$$$$$$$$$Invalid License $$$$$$$$$$$$$$\n"
INVALID_LICENSE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message stating that there is no valid license available in the runtime environment for the resource adapter.
INVALID_LOG_CONFIG_FILE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_LOG_LEVEL - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_MESSAGE_BUNDLE_BASE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_OBJECT_TYPE - Static variable in interface com.bea.wlpi.common.Messages
"The list contains an object that is not a {0} object."/
INVALID_PASSWORD - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_PORT_NUMBER - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_ROOT - Static variable in interface com.bea.schema.helper.Messages
 
INVALID_ROOT_LOG_CONTEXT - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message stating that the base log context for the resource adapter is null or empty and is thus invalid.
INVALID_SERVER_NAME - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_STATE_EXCEPTION - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_USER_NAME - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_WLI_DEVELOPER_LICENSE - Static variable in interface com.bea.wlpi.common.Messages
"$$$$$$$$$Invalid License $$$$$$$$$$$$$$\n$$$$$$$$$$$$$$$$$Invalid WLI Developer License$$$$$$$$$$$$$$$$$."
invalidate() - Method in class com.bea.adapter.cci.AbstractConnection
Invalidates this handle.
invalidateLayout(Container) - Method in class com.bea.wlpi.client.common.AttachmentsLayout
 
InvalidDocumentException - exception com.bea.document.InvalidDocumentException.
Exception thrown when a document is found to be invalid (either by validation against a schema, or because of some general structure flaw.
InvalidDocumentException(String) - Constructor for class com.bea.document.InvalidDocumentException
 
InvalidDocumentException(String, Exception) - Constructor for class com.bea.document.InvalidDocumentException
 
INVOCATION_OBJECT_NOT_FOUND - Static variable in interface com.bea.wlpi.common.Messages
"The server could not find the invocation object for a business operation."
invoke(Object[], Object[]) - Method in class com.bea.wlpi.common.ClassInvocationDescriptor
Create an instance of the Java class; then, invoke a method on it.
invoke(Properties, Object[], Object[]) - Method in class com.bea.wlpi.common.EJBInvocationDescriptor
Create a remote object reference; then, invoke a method on it.
invokeAddVariableDialog() - Method in interface com.bea.wlpi.common.plugin.PluginPanelContext
Invoke the Add Variable dialog to allow the user to define a new workflow variable.
invokeAddVariableDialog(String, String[]) - Method in interface com.bea.wlpi.common.plugin.PluginPanelContext
Invoke the 'Add Variable' dialog to allow the user to define a new workflow variable of a valid type specified by the caller.
invokeConstructor(Object[]) - Method in class com.bea.wlpi.common.ClassInvocationDescriptor
Create an instance of the Java class.
invokeErrorHandler(String, Exception) - Method in interface com.bea.wlpi.server.common.ExecutionContext
Invoke an error handler by name.
invokeExpressionBuilder(JTextComponent, boolean, FieldInfo, String[], String) - Method in interface com.bea.wlpi.common.plugin.PluginPanelContext
Invoke the expression builder dialog.
invokeHomeMethod(Properties, Object[]) - Method in class com.bea.wlpi.common.EJBInvocationDescriptor
Create a home object reference; then, invoke a method on it.
invokeMethod(Object, Object[]) - Method in class com.bea.wlpi.common.ClassInvocationDescriptor
Invoke the method specified by this descriptor on an object.
invokeRemoteMethod(Object, Object[]) - Method in class com.bea.wlpi.common.EJBInvocationDescriptor
Invoke a method on a remote object.
invokeService(QualifiedName, String, IDocument, boolean, ConnectionSpec) - Method in interface com.bea.wlai.client.ApplicationViewRemote
Synchronously invoke the service with the given name, using the request document given.
invokeService(QualifiedName, String, IDocument, ConnectionSpec) - Method in interface com.bea.wlai.client.ApplicationViewRemote
Synchronously invoke the service with the given name, using the request document given.
invokeService(QualifiedName, String, IDocument, IDocument, ConnectionSpec) - Method in interface com.bea.wlai.client.ApplicationViewRemote
Synchronously invoke the service with the given name, using the request and response documents given.
invokeService(String, IDocument) - Method in class com.bea.wlai.client.ApplicationView
Synchronously invoke the service with the given name, using the request document given.
invokeService(String, IDocument, boolean) - Method in class com.bea.wlai.client.ApplicationView
Synchronously invoke the service with the given name, using the request document given.
invokeService(String, IDocument, IDocument) - Method in class com.bea.wlai.client.ApplicationView
Synchronously invoke the service with the given name, using the request and response documents given.
invokeServiceAsync(QualifiedName, String, String, IDocument, ConnectionSpec) - Method in interface com.bea.wlai.client.ApplicationViewRemote
Asynchronously invoke the service with the given name, and post the the response to the JMS response queue for this ApplicationView.
invokeServiceAsync(QualifiedName, String, String, IDocument, String, Map, ConnectionSpec) - Method in interface com.bea.wlai.client.ApplicationViewRemote
Asynchronously invoke the service with the given name, and place the response on the indicated JMS queue when the response is available.
invokeServiceAsync(String, IDocument, AsyncServiceResponseListener) - Method in class com.bea.wlai.client.ApplicationView
Asynchronously invoke the service with the given name, and notify the given listener when the response is available.
invokeServiceAsync(String, IDocument, String, Map) - Method in class com.bea.wlai.client.ApplicationView
Asynchronously invoke the service with the given name, and place the response on the indicated JMS queue when the response is available.
invokeWorkflowErrorHandler(String, String, String, String) - Method in interface com.bea.wlpi.server.worklist.Worklist
Deprecated. Use Worklist.invokeWorkflowExceptionHandler(java.lang.String, java.lang.String, java.lang.String, java.lang.String) instead.
invokeWorkflowExceptionHandler(String, String, String, String) - Method in interface com.bea.wlpi.server.worklist.Worklist
Invoke an exception handler for a workflow instance.
invokeWorkflowExceptionHandler(String, String, String, String, Object) - Method in interface com.bea.wlpi.server.worklist.Worklist
Invoke an exception handler for a workflow instance with a transaction id.
IPropertiedDescriptor - interface com.bea.wlai.common.IPropertiedDescriptor.
Represents a descriptor that can contain a set of properties (name/value).
IPushHandler - interface com.bea.adapter.event.IPushHandler.
This interface allows the developer to abstract event generation from the concrete PushEventGenerator object.
IPushListener - interface com.bea.adapter.event.IPushListener.
The PushListener is implemented by classes required to receive notification of an event.
iREADY_TO_ADD - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
iREADY_TO_DEPLOY - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
IRecordTranslator - interface com.bea.connector.IRecordTranslator.
ApplicationView record translation plugin.
IRequestDefinition - interface com.bea.wlai.common.IRequestDefinition.
 
IResponseDefinition - interface com.bea.wlai.common.IResponseDefinition.
 
isAbstract() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is an abstract method.
isApplicationViewDeployed(QualifiedName) - Method in interface com.bea.wlai.client.DeployManager
Indicates whether an ApplicationView with the given qualified name has been deployed within the WLAI engine.
isApplicationViewDeployed(QualifiedName) - Method in interface com.bea.wlai.client.ApplicationViewManagerRemote
Indicates whether an ApplicationView with the given qualified name has been deployed within the WLAI engine.
isApplicationViewDeployed(QualifiedName) - Method in class com.bea.wlai.client.ApplicationViewManager
Indicates whether an application view with the given qualified name has been deployed within the WLAI engine.
isApplicationViewDeployUndeployAllowed(IApplicationViewDescriptor, QualifiedName, boolean) - Method in interface com.bea.wlai.client.DeployManager
Checks login principal for access to the named application view
isAssignableTo(Class) - Method in class com.bea.wlai.common.NamespaceObjectHandle
Convenience method to check if this handle refers to an object which is assignable from given class.
isAssignedToRole() - Method in class com.bea.wlpi.common.TaskInfo
Return whether the task is assigned to a role.
isAsyncEnabled() - Method in class com.bea.wlai.client.ApplicationView
Determine if this application view has been set up to allow the user to use the invokeServiceAsync() method.
isAsyncEnabled() - Method in interface com.bea.wlai.common.IApplicationViewDescriptor
Indicates whether the ApplicationView represented by this descriptor has been enabled for asynchronous service invocations.
isAsyncEnabled() - Method in class com.bea.wlai.common.ApplicationViewDescriptor
Indicates whether the ApplicationView represented by this descriptor has been enabled for asynchronous service invocations.
isAsyncEnabled(QualifiedName) - Method in interface com.bea.wlai.client.ApplicationViewRemote
Determine if this application view has been set up to allow the user to use the invokeServiceAsync() method.
isAuditEnabled() - Method in interface com.bea.wlpi.server.common.ExecutionContext
Return whether auditing is enabled for the current workflow.
isBrowseRequest() - Method in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
isBusinessMessage() - Method in class com.bea.b2b.protocol.messaging.MessageBase
Determines whether this message is a valid business message (true) or not (false).
isBusinessMessage() - Method in interface com.bea.b2b.protocol.messaging.Message
Determines whether this message is a valid business message (true) or not (false).
isBusy() - Method in class com.bea.adapter.spi.AbstractManagedConnection
 
isCellEditable(int, int) - Method in class com.bea.wlpi.client.common.MappedTableModel
 
ISchemaDescriptor - interface com.bea.wlai.common.ISchemaDescriptor.
Represents the metadata for an Schema Document
isCircularReference(SOMObject) - Method in class com.bea.schema.SOMObject
 
isCodepageOK() - Method in class com.bea.wlxt.bintype.Bintype
Returns true if the data type supports the use of code pages.
isCodepageOK() - Method in class com.bea.wlxt.bintype.BintypeString
Returns true if you may specify the codepage.
isCompleted() - Method in class com.bea.b2b.wlpi.WorkflowInstance
Indicates if the workflow instance is completed its execution
isConfirmedDeliveryToApplication() - Method in class com.bea.b2b.protocol.xocp.messaging.QualityOfService
Determines whether the delivery for this business message is confirmed up to its destination (true) or not (false).
isConfirmedDeliveryToDestination() - Method in class com.bea.b2b.protocol.xocp.messaging.QualityOfService
Determines whether the delivery for this business message is confirmed up to its destination (true) or not (false).
isConfirmedDeliveryToHub() - Method in class com.bea.b2b.protocol.xocp.messaging.QualityOfService
Determines whether the delivery of this business message is confirmed up to the c-hub (true) or not (false).
isConfirmedDeliveryToRouter() - Method in class com.bea.b2b.protocol.xocp.messaging.QualityOfService
Determines whether the delivery of this business message is confirmed up to the router in the c-hub (true) or not (false).
isConnected() - Method in class com.bea.wlpi.client.common.WLPI
Check whether this WLPI instance is connected to a server.
isConnectionFactoryDeployed(QualifiedName) - Method in interface com.bea.wlai.client.DeployManager
Indicates whether a Connection Factory with the given qualified name has been deployed within the WLAI engine.
isConnectionFactoryDeployed(QualifiedName) - Method in interface com.bea.wlai.client.ConnectionFactoryManager
Indicates whether an ConnectionFactory with the given qualified name has been deployed within the WLAI engine.
isCutoffRequired() - Method in class com.bea.wlxt.bintype.Bintype
Returns true if this type requires a cutoff date.
isCutoffRequired() - Method in class com.bea.wlxt.bintype.BintypeString
Returns true if this type requires a cutoff date.
isDateType() - Method in class com.bea.wlxt.bintype.Bintype
Returns true if this type is a Date type.
isDateType() - Method in class com.bea.wlxt.bintype.BintypeString
Returns true if this type is a Date type.
isDeadlock() - Method in class com.bea.wlpi.common.WorkflowException
Whether this exception resulted from a database deadlock.
isDeadlock(Exception) - Static method in class com.bea.wlpi.common.WorkflowException
Whether an exception resulted from a database deadlock.
isDebugEnabled() - Method in interface com.bea.logging.ILogger
true if DEBUG priority is enabled
isDebugEnabled() - Static method in class com.bea.wlai.common.LogManager
Determine whether a debug message will be logged or not.
isDestroyed() - Method in class com.bea.adapter.spi.AbstractManagedConnection
 
isElementalType() - Method in class com.bea.schema.type.SOMType
returns false unless overridden by a subclass
isElementalType() - Method in class com.bea.schema.type.SOMElementalType
overrides SOMType method and returns true
isEmpty() - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
isEnabled() - Method in interface com.bea.b2b.management.DeliveryChannelMBean
Determines whether this delivery channel is enabled (true) or not (false).
isEnabled(int) - Static method in class com.bea.wlai.common.LogManager
Determine whether a particular level of message will be logged or not.
isEnabled(String) - Static method in class com.bea.wlai.common.LogManager
Determine whether a particular level of message will be logged or not.
isErrorEnabled() - Static method in class com.bea.wlai.common.LogManager
Determine whether an error message will be logged or not.
IServiceDefinition - interface com.bea.wlai.common.IServiceDefinition.
Defines a service (a named business function) in terms of its request and response document types and a set of implementation specific properties.
IServiceDescriptor - interface com.bea.wlai.common.IServiceDescriptor.
Describes the metadata for a service on an ApplicationView, including the service's name, and document descriptors for both the request and response document types for the service.
isEventSchemaRequest() - Method in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
isEventTypeKnownToRouter(String) - Method in class com.bea.adapter.event.AbstractEventGenerator
 
isExistMailbox(String) - Method in class com.bea.lwclient.LwcMailbox
Returns a boolean true if the mailbox with the specified name exists.
isExistMailbox(String) - Method in interface com.bea.lwclient.LwcMailboxDirectory
Returns a boolean true if the mailbox with the specified name exists.
isFinal() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is a final method.
isFixedSize() - Method in class com.bea.wlxt.bintype.Bintype
Returns true if this type may have a fixed data length.
isFixedSize() - Method in class com.bea.wlxt.bintype.BintypeString
Returns true if this type has a type specified size.
isFullyFormed() - Method in class com.bea.wlpi.common.EJBInvocationDescriptor
Check whether this descriptor has all required values set.
isInfoEnabled() - Method in interface com.bea.logging.ILogger
true if INFO priority is enabled
isInfoEnabled() - Static method in class com.bea.wlai.common.LogManager
Determine whether an info message will be logged or not.
isInitialized() - Method in class com.bea.adapter.event.AbstractEventGenerator
Validation method.
isLenient() - Method in class com.bea.web.validation.DateWord
 
isLoaded(String, VersionInfo) - Method in interface com.bea.wlpi.server.plugin.PluginManager
Indicates whether the specified plugin is loaded.
isLocal() - Method in class com.bea.b2b.tpa.PartyInstance
Does this party represent local trading partner?
isLocal() - Method in class com.bea.b2b.tpa.TradingPartnerInstance
 
isLocalRoutingProxy() - Method in class com.bea.b2b.tpa.PartyInstance
Does this party represent a local trading partner using delivery channel as routing proxy?
isManageableSecurityRealm() - Method in interface com.bea.wlpi.server.principal.WLPIPrincipal
Check whether the realm in question is manageable.
isNative() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is a native method.
isParsed() - Method in interface com.bea.document.IDocument
Is this document's XML parsed? If so, the getDocument() method may be used to retrieve the document's parsed XML as a DOM.
isPersistent() - Method in interface com.bea.b2b.management.WLCMBean
 
isPersistent() - Method in class com.bea.b2b.protocol.xocp.messaging.QualityOfService
Deprecated.  
isPoolAllowedToShrink() - Method in interface com.bea.wlai.common.IConnectionFactoryDescriptor
Indicates whether the J2EE Connector Architecture engine maintaining a connection pool based off this descriptor is allowed to close free connections to reach the requested target fraction of max pool size.
isPoolAllowedToShrink() - Method in class com.bea.wlai.common.ConnectionFactoryDescriptor
Indicates whether the J2EE Connector Architecture engine maintaining a connection pool based off this descriptor is allowed to close free connections to reach the requested target fraction of max pool size.
isPrivate() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is a private method or constructor.
isProtected() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is a protected method or constructor.
isProxy() - Method in class com.bea.b2b.tpa.PartyInstance
Does this party use proxy delivery channel?
isPublic() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is a public method or constructor.
isPublished() - Method in class com.bea.wlpi.common.XMLEntityInfoHelper
 
isPublished() - Method in class com.bea.wlpi.common.TemplateInfo
Whether this template is published.
isPublished() - Method in class com.bea.wlpi.common.ClassInvocationDescriptor
 
isPublished() - Method in interface com.bea.wlpi.common.Publishable
Returns whether the object is published.
isPublished() - Method in class com.bea.wlpi.common.EventKeyInfo
 
isPublished() - Method in class com.bea.wlpi.common.EJBInvocationDescriptor
 
isPublished() - Method in class com.bea.wlpi.common.UserInfo
 
isPublished() - Method in class com.bea.wlpi.common.BusinessCalendarInfo
Whether this business calendar is published.
isPublished() - Method in class com.bea.wlpi.common.RoleInfo
 
isPublished() - Method in class com.bea.wlpi.common.TemplateDefinitionInfo
Whether this template definition is published.
isPublished() - Method in class com.bea.wlpi.common.RepositoryFolderInfoHelper
 
isPublished() - Method in class com.bea.wlpi.common.OrganizationInfo
 
isReadOnly() - Method in class com.bea.wlai.common.AbstractDescriptor
used to determine mutability of this object
isReadOnly() - Method in interface com.bea.wlai.common.IDescriptor
Returns true if the user is not authorized to modify this object.
isRef() - Method in class com.bea.schema.SOMAttributeGroup
Is this element a reference to another element.
isRef() - Method in class com.bea.schema.SOMBasic
Is this element a reference to another element.
isRef() - Method in class com.bea.schema.SOMGroup
Is this element a reference to another element.
isReleased() - Method in class com.bea.b2b.protocol.messaging.MessageToken
Determines whether the message token released the thread (true) or not (false) due to such errors as network link failures between the c-enabler and the c-hub.
isRemote() - Method in class com.bea.b2b.tpa.PartyInstance
Does this party represent remote trading partner?
isRequestSchemaRequest() - Method in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
isRequired() - Method in class com.bea.web.tag.AbstractInputTagSupport
 
isRequired() - Method in class com.bea.web.validation.Word
 
isResponseSchemaRequest() - Method in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
isRoleInOrganization(String, String) - Method in interface com.bea.wlpi.server.principal.WLPIPrincipal
Check whether a role is defined within a particular organization.
isRoot() - Method in interface com.bea.wlai.common.INamespace
Indicates whether this namespace is the root namespace.
isRoot() - Method in class com.bea.wlai.common.Namespace
Indicates whether this namespace is the root namespace.
isSchemaChild() - Method in class com.bea.schema.SOMObject
determines if the immediate parent object is the schema element.
isSchemaChild() - Method in class com.bea.schema.type.SOMElementalType
ElementalType's are always root level objects.
isSecure() - Method in class com.bea.b2b.protocol.messaging.MessageEnvelope
Determines whether the transport mechanism used in conjunction with this business message is secure (true) or not (false).
isSerializable() - Method in class com.bea.wlpi.common.ClassDescriptor
Returns a boolean indicating if this class can be serialized.
isSessionEJB() - Method in class com.bea.wlpi.common.EJBInvocationDescriptor
Return true if the contained bean is a Session EJB
isSessionEJB() - Method in class com.bea.wlpi.common.EJBDescriptor
Check whether this object describes a session EJB or an entity EJB.
isShuttingDown() - Method in class com.bea.b2b.enabler.Enabler
Deprecated. Determines whether this c-enabler node is shutting down (true) or not (false).
isShuttingDown() - Method in class com.bea.b2b.protocol.xocp.application.XOCPApplication
Determines whether this XOCPApplication node is shutting down (true) or not (false).
isSortAscending() - Method in class com.bea.wlpi.client.common.SortableTableModel
Check whether sort order is ascending or descending.
isStatic() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is a static method.
isStrict() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is a strict method.
isSuccess() - Method in class com.bea.web.ActionResult
 
isSynchronized() - Method in class com.bea.wlpi.common.MethodDescriptor
Return whether this is a synchronized method.
isTextEmpty(Text) - Static method in class com.bea.document.XMLUtils
 
isUserDefinedType() - Method in class com.bea.schema.SOMUserDefinedType
 
isUserDefinedType() - Method in class com.bea.schema.type.SOMType
returns false unless overridden by a subclass
isUserInOrganization(String, String) - Method in interface com.bea.wlpi.server.principal.WLPIPrincipal
Check whether a user belongs to particular organization.
isValid() - Method in class com.bea.adapter.spi.ValidationResult
 
isValid() - Method in interface com.bea.web.validation.IValidationResult
 
isValid() - Method in class com.bea.web.validation.BasicValidationResult
 
isValid(Document, List) - Method in class com.bea.schema.SOMSchema
Validates an XML Document against an XML Schema.
isValid(Element, List) - Method in class com.bea.schema.SOMElement
Validates an DOM Element against an XML Schema.
isValid(IDocument, List) - Method in class com.bea.schema.SOMSchema
Validates an XML Document against an XML Schema.
isValid(Node, List) - Method in class com.bea.schema.SOMSchema
Validates an XML Document against an XML Schema.
isValid(String) - Method in class com.bea.schema.facet.FacetPattern
 
isValid(String, Map) - Method in class com.bea.schema.type.SOMElementalType
validate the content.
isValid(String, Map) - Method in class com.bea.schema.type.PrimitiveDecimal
 
isValid(String, Map) - Method in class com.bea.schema.type.PrimitiveString
 
isValid(String, Map) - Method in class com.bea.schema.type.PrimitiveNumber
Deprecated.  
isValidActionState(int) - Method in class com.bea.wlpi.common.plugin.ActionInfo
Indicates if the specified action is valid in the specified action state.
isValidated() - Method in class com.bea.b2b.protocol.xocp.messaging.QualityOfService
Check if XML based payload (BusinessDocument(s)) in the message is validated.
isValidatingContent() - Method in class com.bea.schema.SOMBasic
get the current validation setting
isValidatingContent() - Method in class com.bea.schema.SOMSchema
current content validation setting.
isValidLWTP() - Static method in class com.bea.b2b.security.Security
Checks if a trading partner is a lightweight trading partner and the user name corresponds to that LWTP.
isValidState() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
The application server creates an instance of this class and then calls the setter methods.
isValidWLCCertificate(Certificate[]) - Static method in class com.bea.b2b.security.Security
Checks the certificate chain and returns the WebLogic Server user name if the certificate is a valid WebLogic Collaborate certificate.
isValueOK() - Method in class com.bea.wlxt.bintype.Bintype
Returns true if this data type may have an initial value assigned, i.e.
isValueOK() - Method in class com.bea.wlxt.bintype.BintypeString
Defaults to false for String types.
isVariableInExpression(String, String) - Method in interface com.bea.wlpi.common.plugin.PluginPanelContext
Check whether an expression references the specified variable.
isVariableUsedInDocument(Collection, String, PluginPanelContext) - Method in class com.bea.wlpi.client.common.XMLTemplate
 
isVerbose() - Method in class com.bea.wlpi.common.EJBInvocationDescriptor
Check whether the invokeXXX() methods emit debugging messages.
isWarningEnabled() - Static method in class com.bea.wlai.common.LogManager
Determine whether a warning message will be logged or not.
isWindowsPlatform() - Static method in class com.bea.wlpi.client.common.HelpListener
Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property.
iUNINITIALIZED - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
These static final ints are used to indicate the state of an application view descriptor.
IValidationResult - interface com.bea.web.validation.IValidationResult.
An interface that encapsulates information about the result of a validation of a value for a word.

A B C D E F G H I J K L M N O P Q R S T U V W X Y _
WebLogic Integration

WebLogic Integration (WLI)