Uses of Class
com.ibm.di.entry.Entry

Packages that use Entry
com.ibm.di.api Provides packages and classes for managing the server API. 
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
com.ibm.di.cdm.core   
com.ibm.di.cdm.itregistry   
com.ibm.di.cdm.jar   
com.ibm.di.config.interfaces Provides the interfaces for the Security Directory Integrator configuration model. 
com.ibm.di.connector Provides classes for the Directory Integrator's connectors. 
com.ibm.di.connector.axis2 Provides classes for the Axis2 Web Service server connector. 
com.ibm.di.connector.axis2.util   
com.ibm.di.connector.ccmdb   
com.ibm.di.connector.ccmdb.schema.base   
com.ibm.di.connector.ccmdb.schema.cdm   
com.ibm.di.connector.disb   
com.ibm.di.connector.dominoUsers Provides classes for the Domino users connector. 
com.ibm.di.connector.dpa   
com.ibm.di.connector.filemanagement   
com.ibm.di.connector.gla Provides classes for the GLA connector. 
com.ibm.di.connector.maximo   
com.ibm.di.connector.maximo.core Provides core classes for the connector. 
com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling. 
com.ibm.di.connector.NT4UserMetaDataConnector Provides classes for the NT4UserMetaDataConnector. 
com.ibm.di.connector.sapr3.aleidoc   
com.ibm.di.connector.sapr3.bor   
com.ibm.di.connector.sapr3.user   
com.ibm.di.connector.tam Provides classes for the TAM connector. 
com.ibm.di.connector.WSReceiverServerConnector   
com.ibm.di.eclipse.http   
com.ibm.di.eclipse.http.commands   
com.ibm.di.entry Provides classes that implement the Security Directory Integrator Entry model. 
com.ibm.di.eventhandler.ldap Provides classes for different types of LDAP requests. 
com.ibm.di.fc Provides classes for the Directory Integrator's function components. 
com.ibm.di.fc.castorbind Provides classes for the Castorbind function components. 
com.ibm.di.fc.cbe Provides classes for the CBEGenerator function components. 
com.ibm.di.fc.idml   
com.ibm.di.fc.remotecmdlnfc Provides classes for the remote command line function component. 
com.ibm.di.function Provides useful functions for the Security Directory Integrator. 
com.ibm.di.osgi   
com.ibm.di.parser Provides classes for the Directory Integrator's parsers. 
com.ibm.di.parser.xml Provides classes for the XML 2 parser. 
com.ibm.di.protocols.rxa   
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
com.ibm.di.server.criteria   
com.ibm.di.store Provides classes for the Security Directory Integrator system store. 
com.ibm.di.systemqueue Provides classes for the Security Directory Integrator system queue. 
com.ibm.di.util Provides utility classes for the Security Directory Integrator. 
 

Uses of Entry in com.ibm.di.api
 

Methods in com.ibm.di.api that return Entry
 Entry Tombstone.getStatistics()
          Returns AssemblyLine's Entry statistics object.
 

Uses of Entry in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans that return Entry
 Entry AssemblyLineHandlerMBean.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandler.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandlerMBean.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandlerMBean.executeCycle(Entry aEntry, java.lang.Boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, java.lang.Boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry SystemQueueMBean.getEntry(java.lang.String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry SystemQueue.getEntry(java.lang.String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry AssemblyLineMBean.getResult()
          This method returns the result entry object.
 Entry AssemblyLine.getResult()
          This method returns the result entry object.
 

Methods in com.ibm.di.api.jmx.mbeans with parameters of type Entry
 void AssemblyLineListenerBase.assemblyLineCycleDone(Entry aEntry)
          Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.
 void AssemblyLineListener.assemblyLineCycleDone(Entry aEntry)
          Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.
 Entry AssemblyLineHandlerMBean.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandlerMBean.executeCycle(Entry aEntry, java.lang.Boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, java.lang.Boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 void SystemQueueMBean.putEntry(java.lang.String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 void SystemQueue.putEntry(java.lang.String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, java.lang.Boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, java.lang.Boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, java.lang.Boolean aGetLogs, java.lang.Boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, java.lang.Boolean aGetLogs, java.lang.Boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, java.lang.Boolean aGetLogs, java.lang.Boolean aSync, java.lang.Boolean aGetEntryOnEachCycle)
          Starts the specified AssemblyLine with the given input data and results listener.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, java.lang.Boolean aGetLogs, java.lang.Boolean aSync, java.lang.Boolean aGetEntryOnEachCycle)
          Starts the specified AssemblyLine with the given input data and results listener.
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, java.lang.Boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, java.lang.Boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLineManual(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 javax.management.ObjectName ConfigInstance.startAssemblyLineManual(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of Entry in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return Entry
 Entry AssemblyLineHandler.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry SystemQueue.getEntry(java.lang.String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry Sequence.getResult()
          This method returns the result entry object.
 Entry AssemblyLine.getResult()
          This method returns the result entry object.
 

Methods in com.ibm.di.api.local with parameters of type Entry
 void AssemblyLineListener.assemblyLineCycleDone(Entry aEntry)
          Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 void SystemQueue.putEntry(java.lang.String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync, boolean aGetEntryOnEachCycle)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 AssemblyLineHandler ConfigInstance.startAssemblyLineManual(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of Entry in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl that return Entry
 Entry AssemblyLineHandlerImpl.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry SystemQueueImpl.getEntry(java.lang.String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry SequenceImpl.getResult()
           
 Entry AssemblyLineImpl.getResult()
          This method returns the result entry object.
 

Methods in com.ibm.di.api.local.impl with parameters of type Entry
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 void SystemQueueImpl.putEntry(java.lang.String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync, boolean aGetEntryOnEachCycle)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 AssemblyLineHandler ConfigInstanceImpl.startAssemblyLineManual(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of Entry in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote that return Entry
 Entry AssemblyLineHandler.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry SystemQueue.getEntry(java.lang.String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry Sequence.getResult()
          This method returns the result entry object.
 Entry AssemblyLine.getResult()
          This method returns the result entry object.
 

Methods in com.ibm.di.api.remote with parameters of type Entry
 void AssemblyLineListener.assemblyLineCycleDone(Entry aEntry)
          Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 void SystemQueue.putEntry(java.lang.String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync, boolean aGetEntryOnEachCycle)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 AssemblyLineHandler ConfigInstance.startAssemblyLineManual(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of Entry in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl that return Entry
 Entry AssemblyLineHandlerImpl.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry SystemQueueImpl.getEntry(java.lang.String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry SequenceImpl.getResult()
           
 Entry AssemblyLineImpl.getResult()
          This method returns the result entry object.
 

Methods in com.ibm.di.api.remote.impl with parameters of type Entry
 void AssemblyLineListenerBase.assemblyLineCycleDone(Entry aEntry)
          Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 void SystemQueueImpl.putEntry(java.lang.String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync, boolean aGetEntryOnEachCycle)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 AssemblyLineHandler ConfigInstanceImpl.startAssemblyLineManual(java.lang.String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of Entry in com.ibm.di.cdm.core
 

Methods in com.ibm.di.cdm.core that return types with arguments of type Entry
abstract  java.util.Vector<Entry> MetaData.getAttributes(java.lang.String artifactType, java.lang.String classType)
          Retrieves the attributes of a given artifact (CI or a Relationship).
protected  java.util.Vector<Entry> MetaData.getRelationshipAttributes()
          Returns the attributes supported by a Relationship.
 

Uses of Entry in com.ibm.di.cdm.itregistry
 

Methods in com.ibm.di.cdm.itregistry that return types with arguments of type Entry
 java.util.Vector<Entry> ITRegistryMetaData.getAttributes(java.lang.String artifactType, java.lang.String classType)
          Retrieves the attributes of a given artifact (CI or a Relationship).
 

Uses of Entry in com.ibm.di.cdm.jar
 

Methods in com.ibm.di.cdm.jar that return types with arguments of type Entry
 java.util.Vector<Entry> JarMetaData.getAttributes(java.lang.String artifactType, java.lang.String classType)
          Retrieves the attributes of a given artifact (CI or a Relationship).
 

Uses of Entry in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return Entry
 Entry TDIPropertyStore.getPropertyEntry(java.lang.String key)
          Returns the Entry object for a key.
 Entry TDIProperties.getPropertyEntry(java.lang.String key)
          Returns the Entry object for a key - this is the same call as getProperty(key) only the Entry object is returned for the property.
 

Methods in com.ibm.di.config.interfaces with parameters of type Entry
 void TDIPropertyStore.setProperty(Entry entry)
          Sets a named property to the given value.
 

Uses of Entry in com.ibm.di.connector
 

Methods in com.ibm.di.connector that return Entry
 Entry DominoConnector.buildEntry(lotus.domino.Document doc)
          This method is invoked by the getNextEntry method.
 Entry LDAPConnector.entry2at(javax.naming.directory.SearchResult sr)
          Internal method used to convert a SearchResult from the LDAP Server to an Entry.
 Entry Connector.findEntry(java.lang.Object key, java.lang.Object value)
          Locates an entry based on a key/value pair.
 Entry SNMPConnector.findEntry(SearchCriteria search)
          Searches for an entry matching the specified search criteria.
 Entry ScriptConnector.findEntry(SearchCriteria search)
          Finds an existing entry.
 Entry PropertiesConnector.findEntry(SearchCriteria search)
          Looks for a key name in the configured store.
 Entry PESConnector.findEntry(SearchCriteria search)
          Finds an existing entry.
 Entry MQePasswordStoreConnector.findEntry(SearchCriteria search)
          Does nothing just protects from calling
 Entry MailboxConnector.findEntry(SearchCriteria aSearch)
          Finds an existing entry.
 Entry LDAPConnector.findEntry(SearchCriteria search)
          Find an entry matching a SearchCriteria.
 Entry JNDIConnector.findEntry(SearchCriteria search)
          Find an entry matching a SearchCriteria.
 Entry JMSConnector.findEntry(SearchCriteria search)
          Query the queue for specific messages.
 Entry JDBCConnector.findEntry(SearchCriteria search)
          Finds an existing entry.
 Entry ITRegistryConnector.findEntry(SearchCriteria searchCrit)
          This will return an Entry (CI\Relationship) based on the conditions specified in the Link Criteria of the Connector.
 Entry ITIMAgentConnector.findEntry(SearchCriteria aSearch)
          Finds a JNDI Entry given search criteria.
 Entry HTTPClientConnector.findEntry(SearchCriteria search)
          The findEntry function is called during Lookup operations.
 Entry DSMLv2SOAPConnector.findEntry(SearchCriteria aSearch)
          Finds an existing entry.
 Entry DominoConnector.findEntry(SearchCriteria search)
          This method is used in Lookup, Update and Delete modes.
 Entry AssemblyLineConnector.findEntry(SearchCriteria search)
          This method runs the target AL.
 Entry ConnectorInterface.findEntry(SearchCriteria search)
          Finds an existing entry.
 Entry Connector.findEntry(SearchCriteria search)
          Finds an existing entry.
 Entry PESConnector.findEntryWithFlag(SearchCriteria search, boolean returnWrappedEntry)
          Wrapped functionality for backward compatibility.
 Entry LDAPConnector.getCurrentEntry()
          Gets the current Entry.
 Entry JNDIConnector.getCurrentEntry()
          Retrieves current entry.
 Entry ConnectorInterface.getFirstFindEntry()
          Returns the first entry from the list of duplicate entries found.
 Entry Connector.getFirstFindEntry()
          Returns the first entry from the list of duplicate entries found.
 Entry LDAPGroupConnector.GroupEntry.getGroupEntry()
           
 Entry ZOSChangelogConnector.getNextEntry()
          This method will get the next change if the number of changes is smaller than the actual changes, that were done on the zOS Directory Server.
 Entry URLConnector.getNextEntry()
          reads next entry using the provided parser
 Entry TimerConnector.getNextEntry()
          Returns the next Entry from the connector.
 Entry TCPServerConnector.getNextEntry()
          Returns the next Entry from the TCP client.
 Entry TCPConnector.getNextEntry()
          Returns the next Entry from the connector.
 Entry SystemQueueConnector.getNextEntry()
          Gets the next Entry object from the JMS server.
 Entry StreamConnector.getNextEntry()
          uses the provided parser to read an entry
 Entry SNMPServerConnector.getNextEntry()
          Returns the next Entry from the SNMP client(Manager).
 Entry SNMPConnector.getNextEntry()
          Gets the nextEntry attribute of the SNMPConnector object
 Entry ServerNotificationsConnector.getNextEntry()
          Gets the next notification object
 Entry ScriptConnector.getNextEntry()
          Returns the next Entry from the connector.
 Entry RACConnector.getNextEntry()
          Retrieves the next CommonBaseEvent produced by the remote Logging Agent.
 Entry PropertiesConnector.getNextEntry()
          Iterates over the set of keys and returns an entry for each property.
 Entry PESConnector.getNextEntry()
          Returns the next entry from the result set created by selectEntries
 Entry NetscapeChangelogConnector.getNextEntry()
          This method will get the next change if the number of changes is smaller than the actual changes, that were done on the Directory Server.
 Entry MemQConnector.getNextEntry()
          Returns the next entry obj
 Entry MailboxConnector.getNextEntry()
          Gets the next message from an open MailboxConnector object
 Entry LDAPServerConnector.getNextEntry()
          Returns the next Entry from the LDAP client.
 Entry LDAPGroupConnector.getNextEntry()
           
 Entry LDAPConnector.getNextEntry()
          Get the next entry that was retrieved by selectEntries().
 Entry JNDIConnector.getNextEntry()
          Returns the next Entry from the connector.
 Entry JMXConnector.getNextEntry()
          Gets the next notification object
 Entry JMSConnector.getNextEntry()
          Gets the nextEntry attribute of the JMSConnector object
 Entry JDBCConnector.getNextEntry()
          Gets the nextEntry attribute of the JDBCConnector object
 Entry ITRegistryConnector.getNextEntry()
          This method returns a single entry object for a CI\Relationship searched as per criteria.
 Entry ITIMAgentConnector.getNextEntry()
          Retrieves the next Entry object from the search results.
 Entry IDSChangelogConnector.getNextEntry()
          This method will get the next change if the number of changes is smaller than the actual changes, that were done on the TDS.
 Entry HTTPServerConnector.getNextEntry()
          This method is called when this connector is used in Iterator mode.
 Entry HTTPClientConnector.getNextEntry()
          This function is called to retrieve the next Entry from the connector.
 Entry FTPClientConnector.getNextEntry()
          Reads an entry , by calling the provided parser's readEntry() method.
 Entry FormEntryConnector.getNextEntry()
          Returns the next Entry from the connector.
 Entry FileConnector.getNextEntry()
          Return the next Entry from the connector.
 Entry EIFConnector.getNextEntry()
          The returned entry has the following structure:
 Entry DSMLv2SOAPServerConnector.getNextEntry()
          Gets the next DSML request, sent by the client.
 Entry DSMLv2SOAPConnector.getNextEntry()
          Gets an entry form the resultSet.
 Entry DominoConnector.getNextEntry()
          Gets the nextEntry attribute of the DominoConnector object
 Entry DominoChangeDetectionConnector.getNextEntry()
          Retrieves the next changed entry.
 Entry DBChangelogConnector.getNextEntry()
          Gets the next Entry object from the 'change table'.
 Entry CommandLineConnector.getNextEntry()
          Return the next Entry from the connector.
 Entry AxisEasyWSServerConnector.getNextEntry()
          Uses the super class's getNextEntry() method and then manipulate the data in the returned by that method entry.
 Entry AssemblyLineConnector.getNextEntry()
          This method runs the target AL.
 Entry ADChangelogConnectorv2.getNextEntry()
          Retrieves the next "changed" object from Active Directory.
 Entry ADChangelogConnector.getNextEntry()
          Retrieves the next "changed" object from the AD.
 Entry ConnectorInterface.getNextEntry()
          Returns the next Entry from the connector.
 Entry Connector.getNextEntry()
          Returns the next Entry from the connector.
 Entry ConnectorInterface.getNextFindEntry()
          Returns the next entry from the list of duplicate entries found.
 Entry Connector.getNextFindEntry()
          Returns the next entry from the list of duplicate entries found.
protected  Entry ADChangelogConnectorv2.getNextSearchResult()
          Retrieves next Entry from result set.
 Entry JDBCConnector.getNextSQLSelectEntry()
          Gets the nextSQLSelectEntry entry
 Entry ConnectorInterface.getPushbackEntry()
          Returns the pushed back entry for the connector.
 Entry Connector.getPushbackEntry()
          Returns the pushed back entry for the connector.
 Entry LDAPConnector.getServerInfo()
          Gets the serverInfo from the LDAP Server
 Entry ADChangelogConnector.getUsnValues()
          Retrives USN synchronization values.
 Entry DominoConnector.inner_findEntry(SearchCriteria search)
          Internal implementation of the findEntry method executed by the worker thread.
 Entry MQePasswordStoreConnector.message2entry(javax.jms.Message m)
          Does nothing just protects from calling
 Entry JMSConnector.message2entry(javax.jms.Message m)
          Convert a JMS message to an entry.
protected  Entry ADChangelogConnectorv2.packUsnValues()
          Retrieves USN value as properties.
protected  Entry ADChangelogConnector.packUsnValues()
           
protected  Entry ZOSChangelogConnector.parseEntry(Entry aEntry)
          Method for parsing and merging Changelog Entry attributes and changed attributes from the actual Directory Entry.
protected  Entry ChangelogConnector.parseEntry(Entry aEntry)
          Method for parsing and merging Changelog Entry attributes and changed attributes from the actual Directory Entry.
 Entry AssemblyLineConnector.performOperation(Entry workEntry, java.lang.String operation)
          This method invokes the named operation in the target AssemblyLine.
 Entry AssemblyLineConnector.performOperation(Entry workEntry, java.lang.String operation, Entry opentry)
          This method invokes the named operation in the target AssemblyLine.
 Entry ScriptConnector.queryReply(Entry entry)
          Performs a query/reply operations.
 Entry JMSConnector.queryReply(Entry entry)
          This method uses temporary queues/topics to implement the queryReply method.
 Entry ITRegistryConnector.queryReply(Entry entry)
          This method is invoke for CallReply mode.
 Entry IdMLConnector.queryReply(Entry aEntry)
          Adds the CI/Relationship to the IdML book.
 Entry HTTPClientConnector.queryReply(Entry entry)
          Performs a query/reply operations.
 Entry DSMLv2SOAPConnector.queryReply(Entry aQueryEntry)
          Sends the DSML request to the DSML Server.
 Entry CommandLineConnector.queryReply(Entry aEntry)
          In a CallReply mode executes the command stored in the attribute of the given Entry with name CommandLineConnector.ATTR_COMMAND_LINE and stores the result in the returned Entry in an attribute with name CommandLineConnector.ATTR_COMMAND_OUTPUT.
 Entry AssemblyLineConnector.queryReply(Entry entry)
          This method runs the target AL.
 Entry ConnectorInterface.queryReply(Entry entry)
          Performs a query/reply operations.
 Entry Connector.queryReply(Entry entry)
          Performs a query/reply operations.
protected  Entry ADChangelogConnector.retrieveEntry(java.lang.String aFilter)
          Retrieves an Entry from AD based on the given filter.
 Entry SNMPConnector.returnEntry(java.lang.Object obj)
          Checks the type of the given object.
 

Methods in com.ibm.di.connector with parameters of type Entry
protected  void ADChangelogConnectorv2.addGUIDStrAttribute(Entry aEntry)
          Adds the "objectGUIDStr" Attribute to the Entry.
protected  void ADChangelogConnector.addGUIDStrAttribute(Entry aEntry)
          Adds the "objectGUIDStr" Attribute to the Entry.
 void DominoConnector.addValue(Entry e, java.lang.String attr, java.util.Vector value, int type)
          Adds a feature to the Value attribute of the DominoConnector object
 javax.naming.directory.BasicAttributes LDAPConnector.at2entry(Entry entry, boolean removeEmptyAttrs)
          Internal method used to convert an Entry into BasicAttributes that can be sent to the LDAP Server
 void ScriptConnector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 void PropertiesConnector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes the specified key/value pair from the configured property store.
 void PESConnector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 void MailboxConnector.deleteEntry(Entry aEntry, SearchCriteria aSearch)
          Deletes an existing entry.
 void LDAPConnector.deleteEntry(Entry entry, SearchCriteria search)
          Delete an entry in the LDAP Server.
 void JNDIConnector.deleteEntry(Entry entry, SearchCriteria search)
          Delete an entry.
 void JDBCConnector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 void ITIMAgentConnector.deleteEntry(Entry aEntry, SearchCriteria aSearch)
          Deletes a JNDI Entry.
 void DSMLv2SOAPConnector.deleteEntry(Entry aEntry, SearchCriteria aSearch)
          This method first look for an attribute with name Dsmlv2Parser.ATTR_NAME_DN in the provided entry if not found it looks the first criteria in the SearchCriteria object for the same name.
 void DominoConnector.deleteEntry(Entry entry, SearchCriteria search)
          This method is used in Delete mode.
 void AssemblyLineConnector.deleteEntry(Entry entry, SearchCriteria search)
          This method runs the target AL.
 void ConnectorInterface.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 void Connector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 javax.jms.Message MQePasswordStoreConnector.entry2message(Entry entry)
          Does nothing just protects from calling
 javax.jms.Message JMSConnector.entry2message(Entry entry)
          Convert an entry to a JMS message.
 void JDBCConnector.extractExceptionInformation(Entry error)
           
 void Connector.extractExceptionInformation(Entry error)
          Extracts additional information about a connector specific exception.
 java.lang.String PESConnector.getAttrName(Entry entry)
          Returns Attr name if not keyAttribute
 java.lang.String PESConnector.getUniqueKey(Entry e, java.util.Vector<java.lang.String> keys)
          Generate unique key from list of key Attributes
 void DominoConnector.modDocument(lotus.domino.Document doc, Entry entry)
          This method modifies a Domino database document.
 void ScriptConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void PropertiesConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void PESConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void LDAPConnector.modEntry(Entry entry, SearchCriteria search)
          Modify an Object in the LDAP Server.
 void JNDIConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void JDBCConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void ITIMAgentConnector.modEntry(Entry aEntry, SearchCriteria aSearch)
          Modifies a JNDI Entry.
 void DSMLv2SOAPConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void DominoConnector.modEntry(Entry entry, SearchCriteria search)
          This method is used in Update mode.
 void ConnectorInterface.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void Connector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void ScriptConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modifies an existing entry.
 void PESConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modify the entry in the System Store.
 void MailboxConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modifies an existing entry.
 void LDAPConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modify an Object in the LDAP Server.
 void JNDIConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modify an Object in the DirContext.
 void ITIMAgentConnector.modEntry(Entry aEntry, SearchCriteria aSearch, Entry aOldEntry)
          Modifies a JNDI Entry.
 void DSMLv2SOAPConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modifies an existing entry.
 void DominoConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          This method is used in Update mode.
 void AssemblyLineConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          This method runs the target AL.
 void ConnectorInterface.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modifies an existing entry.
 void Connector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modifies an existing entry.
protected  Entry ZOSChangelogConnector.parseEntry(Entry aEntry)
          Method for parsing and merging Changelog Entry attributes and changed attributes from the actual Directory Entry.
protected  Entry ChangelogConnector.parseEntry(Entry aEntry)
          Method for parsing and merging Changelog Entry attributes and changed attributes from the actual Directory Entry.
 Entry AssemblyLineConnector.performOperation(Entry workEntry, java.lang.String operation)
          This method invokes the named operation in the target AssemblyLine.
 Entry AssemblyLineConnector.performOperation(Entry workEntry, java.lang.String operation, Entry opentry)
          This method invokes the named operation in the target AssemblyLine.
 void ConnectorInterface.pushback(Entry e)
          Make an entry the next entry to be iterated from the connector.
 void Connector.pushback(Entry e)
          Make an entry the next entry to be iterated from the connector.
 void URLConnector.putEntry(Entry entry)
          writes next entry using the provided parser
 void TCPServerConnector.putEntry(Entry aEntry)
          Flushes the output stream to the client.
 void TCPConnector.putEntry(Entry entry)
          Adds a new entry to the data source
 void SystemQueueConnector.putEntry(Entry aEntry)
          Send an entry to the JMS server.
 void StreamConnector.putEntry(Entry entry)
          Writes an entry using the provided parser
 void SNMPServerConnector.putEntry(Entry aEntry)
          Send response to the SNMP client (Manager).
 void SNMPConnector.putEntry(Entry entry)
          Send SNMP data.
 void ServerNotificationsConnector.putEntry(Entry entry)
          Emits a custom Server API notification
 void ScriptConnector.putEntry(Entry entry)
          Adds a new entry to the data source
 void RACConnector.putEntry(Entry aEntry)
           Creates a CommonBaseEvent object using the attributes of the given Entry.
 void PropertiesConnector.putEntry(Entry entry)
          Adds a key/value pair in the specified property store.
 void PESConnector.putEntry(Entry entry)
          Adds a new entry.
 void MQePasswordStoreConnector.putEntry(Entry entry)
          Does nothing just protects from calling
 void MemQConnector.putEntry(Entry entry)
          Adds the given entry object to the MemQ
 void MailboxConnector.putEntry(Entry entry)
          Adds a new entry to the data source
 void LogConnector.putEntry(Entry entry)
          Log a single Entry to the log
 void LDAPServerConnector.putEntry(Entry entry)
          Sends a search result entry to the LDAP client in response to a search request.
 void LDAPConnector.putEntry(Entry entry)
          Adds a new entry to the data source.
 void JNDIConnector.putEntry(Entry entry)
          Adds a new entry to the data source.
 void JMSConnector.putEntry(Entry entry)
          Send an entry to the JMS server.
 void JDBCConnector.putEntry(Entry entry)
          Adds a new entry.
 void ITIMAgentConnector.putEntry(Entry aEntry)
          Adds the given Entry as a new JNDI Subcontext.
 void HTTPServerConnector.putEntry(Entry aEntry)
          This method provides chunking capabilities to the HTTP server.
 void HTTPClientConnector.putEntry(Entry entry)
          The putEntry function is called during AddOnly or Update operations.
 void FTPClientConnector.putEntry(Entry entry)
          Writes an entry , by calling the provided parser's writeEntry() method.
 void FileConnector.putEntry(Entry entry)
          Add a new entry to the data source
 void EIFConnector.putEntry(Entry entry)
          Sends an Entry to the remote server.
 void DSMLv2SOAPServerConnector.putEntry(Entry aEntry)
          Sets an entry object in the set of results that will be send back to the client when the DSMLv2SOAPServerConnector.replyEntry(Entry) method is called.
 void DSMLv2SOAPConnector.putEntry(Entry aPutEntry)
          Sends the DSML request to the DSML Server.
 void DominoConnector.putEntry(Entry entry)
          This method is used in AddOnly mode.
 void CommandLineConnector.putEntry(Entry entry)
          Add a new entry to the data source
 void AssemblyLineConnector.putEntry(Entry entry)
          This method runs the target AL.
 void ConnectorInterface.putEntry(Entry entry)
          Adds a new entry to the data source
 void Connector.putEntry(Entry entry)
          Adds a new entry to the data source
 Entry ScriptConnector.queryReply(Entry entry)
          Performs a query/reply operations.
 Entry JMSConnector.queryReply(Entry entry)
          This method uses temporary queues/topics to implement the queryReply method.
 Entry ITRegistryConnector.queryReply(Entry entry)
          This method is invoke for CallReply mode.
 Entry IdMLConnector.queryReply(Entry aEntry)
          Adds the CI/Relationship to the IdML book.
 Entry HTTPClientConnector.queryReply(Entry entry)
          Performs a query/reply operations.
 Entry DSMLv2SOAPConnector.queryReply(Entry aQueryEntry)
          Sends the DSML request to the DSML Server.
 Entry CommandLineConnector.queryReply(Entry aEntry)
          In a CallReply mode executes the command stored in the attribute of the given Entry with name CommandLineConnector.ATTR_COMMAND_LINE and stores the result in the returned Entry in an attribute with name CommandLineConnector.ATTR_COMMAND_OUTPUT.
 Entry AssemblyLineConnector.queryReply(Entry entry)
          This method runs the target AL.
 Entry ConnectorInterface.queryReply(Entry entry)
          Performs a query/reply operations.
 Entry Connector.queryReply(Entry entry)
          Performs a query/reply operations.
 void TCPServerConnector.replyEntry(Entry aEntry)
          Flushes the output stream to the client and closes the connection.
 void SNMPServerConnector.replyEntry(Entry aEntry)
          Send response to the SNMP client (Manager).
 void LDAPServerConnector.replyEntry(Entry conn)
          Send an LDAP result message in response to the last request from the LDAP Client.
 void HTTPServerConnector.replyEntry(Entry aEntry)
          This method sends the provided entry to the client as an HTTP response.
 void DSMLv2SOAPServerConnector.replyEntry(Entry aResponseEntry)
          If the connector is not configured for communicating with clients using chunks then this method writes the entries stored in the local result set as a whole DSML search response message back to the client.
 void AxisEasyWSServerConnector.replyEntry(Entry conn)
          Send a reply to the connector.
 void ConnectorInterface.replyEntry(Entry entry)
          Send a reply to the connector.
 void Connector.replyEntry(Entry entry)
          Send a reply to the connector.
 void JDBCConnector.setCurrent(Entry entry, SearchCriteria search)
          Change the SearchCriteria search to find the entry sent as a parameter.
 void DominoConnector.setCurrent(Entry entry, SearchCriteria search)
          Used when multiple entries found, and you want to modify or delete one of them.
 void ConnectorInterface.setCurrent(Entry entry, SearchCriteria search)
          Change the SearchCriteria search to find the entry sent as a parameter.
 void Connector.setCurrent(Entry entry, SearchCriteria search)
          Change the SearchCriteria search to find the entry sent as a parameter.
 void TimerConnector.setNextEntry(Entry e)
          Sets next entry for server mode
 void HTTPServerConnector.setProperty(Entry aEntry, java.lang.String aProperty, java.lang.Object aValue, boolean aTcpDataAsProps)
          This method adds a property to the provided entry if the aTcpDataAsProps is set to true, if it is set to false then the provided property is added as an attribute.
 void ADChangelogConnector.setUsnValues(Entry aUsnEntry)
          Sets the Connector’s current USN synchronization values to the values specified in the "aUsnEntry" parameter.
 

Uses of Entry in com.ibm.di.connector.axis2
 

Methods in com.ibm.di.connector.axis2 that return Entry
 Entry Axis2WSServerConnector.getNextEntry()
          Returns the next Entry from the connector.
 

Methods in com.ibm.di.connector.axis2 with parameters of type Entry
static java.util.Map<java.lang.String,java.lang.String> Axis2WSServerConnector.getHTTPHeaders(Entry httpEntry)
           
 void Axis2WSServerConnector.replyEntry(Entry conn)
          Send a reply to the connector.
 

Uses of Entry in com.ibm.di.connector.axis2.util
 

Methods in com.ibm.di.connector.axis2.util with parameters of type Entry
static Attribute WSUtils.getSOAPHeader(org.apache.axiom.soap.SOAPEnvelope envelope, java.lang.String attributeName, Entry e)
          Returns the SOAP Header as TDI Hierarchical Attribute from a given SOAP Envelope.
 

Uses of Entry in com.ibm.di.connector.ccmdb
 

Methods in com.ibm.di.connector.ccmdb that return Entry
abstract  Entry AbstractMetaData.createEntry(ActualCI configItem)
          Creates an instance of DI Entry based on a given configuration item.
abstract  Entry AbstractMetaData.createEntry(CIRelation relation)
          Creates an instance of DI Entry based on a given relation.
abstract  Entry AbstractMetaData.createSchema(ActualCIDefinition definition)
          Creates a schema based on a given definition.
abstract  Entry AbstractMetaData.createSchema(CIRelationDefinition definition)
          Creates a schema based on a given definition.
 Entry CCMDBConnector.findEntry(SearchCriteria criteria)
          Finds an existing entry.
 Entry CIRelationDataHandler.getNextEntry()
           
 Entry CCMDBConnector.getNextEntry()
          This method returns a single entry object for a CI\Relationship searched as per criteria.
 Entry ActualCIDataHandler.getNextEntry()
           
abstract  Entry AbstractDataHandler.getNextEntry()
          This method returns a single entry object for a selected artifact instance, searched as per criteria.
 Entry CIRelationDataHandler.getSchema()
           
 Entry ActualCIDataHandler.getSchema()
           
abstract  Entry AbstractDataHandler.getSchema()
          Returns the schema that is based on selected artifact type and class name.
 

Methods in com.ibm.di.connector.ccmdb with parameters of type Entry
static void EntryUtilities.addAttributesToEntry(ActualCI configItem, ActualCIDefinition definition, Entry entry)
          Adds object attributes as attributes to a DI Entry.
static void EntryUtilities.addAttributesToEntryAttribute(Attribute attribute, ActualCI configItem, ActualCIDefinition definition, Entry entry)
          Adds object attributes as child attributes to a DI Entry attribute.
static void EntryUtilities.addAttributesToSchema(java.util.Collection<AttributeDefinition> attributes, Entry schema)
          Adds class attribute definitions as attributes to a DI Entry.
static void EntryUtilities.addAttributesToSchemaAttribute(Attribute attribute, java.util.Collection<AttributeDefinition> attributes, Entry schema)
          Adds class attribute definitions as attributes to a DI Entry attribute.
 boolean CIRelationDataHandler.addEntry(Entry entry)
           
 boolean ActualCIDataHandler.addEntry(Entry entry)
           
abstract  boolean AbstractDataHandler.addEntry(Entry entry)
          Inserts an instance of selected artifact type into the data store.
static void EntryUtilities.addPropertiesToEntry(ModelObject object, ModelObjectDefinition definition, Entry entry)
          Adds object properties as attributes to a DI Entry.
static void EntryUtilities.addPropertiesToEntryAttribute(Attribute attribute, ModelObject object, ModelObjectDefinition definition, Entry entry)
          Adds object attributes as child attributes to a DI Entry attribute.
static void EntryUtilities.addPropertiesToSchema(ModelObjectDefinition definition, Entry schema)
          Adds property definitions as attributes to a DI Entry.
static void EntryUtilities.addPropertiesToSchemaAttribute(Attribute attribute, ModelObjectDefinition definition, Entry schema)
          Adds property definitions as child attributes to an Attribute.
abstract  ActualCI AbstractMetaData.createActualCI(Entry entry)
          Creates an instance of ActualCI based on a given DI Entry object.
abstract  CIRelation AbstractMetaData.createCIRelation(Entry entry)
          Creates an instance of CIRelation based on a given DI Entry object.
 void CCMDBConnector.deleteEntry(Entry entry, SearchCriteria search)
           
 void CCMDBConnector.modEntry(Entry entry, SearchCriteria search)
           
 void CCMDBConnector.modEntry(Entry entry, SearchCriteria search, Entry oldEntry)
           
 void CCMDBConnector.putEntry(Entry entry)
          Adds a new entry to the data source
 boolean CIRelationDataHandler.removeEntry(Entry entry)
           
 boolean ActualCIDataHandler.removeEntry(Entry entry)
           
abstract  boolean AbstractDataHandler.removeEntry(Entry entry)
          Removes an instance of selected artifact type from the data store.
 boolean CIRelationDataHandler.updateEntry(Entry entry)
           
 boolean ActualCIDataHandler.updateEntry(Entry entry)
           
abstract  boolean AbstractDataHandler.updateEntry(Entry entry)
          Updates an instance of selected artifact type in the database.
 

Uses of Entry in com.ibm.di.connector.ccmdb.schema.base
 

Methods in com.ibm.di.connector.ccmdb.schema.base that return Entry
 Entry CCMDBMetaData.createEntry(ActualCI configItem)
           
 Entry CCMDBEntryFactory.createEntry(ActualCI configItem)
          Creates a DI Entry based on a given configuration item.
 Entry CCMDBMetaData.createEntry(CIRelation relation)
           
 Entry CCMDBEntryFactory.createEntry(CIRelation relation)
          Creates a DI Entry based on a given relation.
 Entry CCMDBSchemaFactory.createSchema(ActualCIDefinition definition)
          Creates a DI Entry from a given instance of ActualCIDefinition.
 Entry CCMDBMetaData.createSchema(ActualCIDefinition definition)
           
 Entry CCMDBSchemaFactory.createSchema(CIRelationDefinition definition)
          Creates a DI Entry from a given instance of CIRelationDefinition.
 Entry CCMDBMetaData.createSchema(CIRelationDefinition definition)
           
 

Methods in com.ibm.di.connector.ccmdb.schema.base with parameters of type Entry
 ActualCI CCMDBMetaData.createActualCI(Entry entry)
           
 CIRelation CCMDBMetaData.createCIRelation(Entry entry)
           
 ActualCI CCMDBObjectFactory.createConfigItem(Entry entry)
          Creates an instance of ActualCI based on the data from a given DI Entry.
 CIRelation CCMDBObjectFactory.createRelation(Entry entry)
          Creates an instance of CIRelation based on the data from a given DI Entry.
 

Uses of Entry in com.ibm.di.connector.ccmdb.schema.cdm
 

Methods in com.ibm.di.connector.ccmdb.schema.cdm that return Entry
 Entry CDMMetaData.createEntry(ActualCI configItem)
           
 Entry CDMEntryFactory.createEntry(ActualCI configItem)
          Creates a DI Entry based on a given configuration item.
 Entry CDMMetaData.createEntry(CIRelation relation)
           
 Entry CDMEntryFactory.createEntry(CIRelation relation)
          Creates a DI Entry based on a given relation.
 Entry CDMSchemaFactory.createSchema(ActualCIDefinition definition)
          Creates a DI Entry from a given instance of ActualCIDefinition.
 Entry CDMMetaData.createSchema(ActualCIDefinition definition)
           
 Entry CDMSchemaFactory.createSchema(CIRelationDefinition definition)
          Creates a DI Entry from a given instance of CIRelationDefinition.
 Entry CDMMetaData.createSchema(CIRelationDefinition definition)
           
 

Methods in com.ibm.di.connector.ccmdb.schema.cdm with parameters of type Entry
 ActualCI CDMMetaData.createActualCI(Entry entry)
           
 CIRelation CDMMetaData.createCIRelation(Entry entry)
           
 ActualCI CDMObjectFactory.createConfigItem(Entry entry)
          Creates an instance of ActualCI based on the data from a given DI Entry.
 CIRelation CDMObjectFactory.createRelation(Entry entry)
          Creates an instance of CIRelation based on the data from a given DI Entry.
 

Uses of Entry in com.ibm.di.connector.disb
 

Methods in com.ibm.di.connector.disb that return Entry
 Entry DISBConnector.getNextEntry()
          Gets the nextEntry attribute of the JMSConnector object
 

Methods in com.ibm.di.connector.disb with parameters of type Entry
protected  void DISBConnector.buildEntryCiAttributes(Entry entry, java.util.HashMap<java.lang.String,java.lang.Object> attr, Attribute entryAttr)
          Method populates the Entry with the Configuration items.
protected  void DISBConnector.buildEntryForOperation(Entry entry, BaseOperation operation, Attribute operAttr, boolean isRefresh)
          Method populates the Entry with the configuration items based on the Topic types along with the relationships if existing.
protected  void DISBConnector.buildEntryForProperties(Entry rcvdEntry, Entry toBeBuiltEntry, java.lang.String[] props, boolean isAttribute)
          Builds the Entry with the JMS properties based on the relevant DISB Topic Types in Iterator mode.
 void DISBConnector.putEntry(Entry entry)
          Send an entry to the JMS server.
 

Uses of Entry in com.ibm.di.connector.dominoUsers
 

Methods in com.ibm.di.connector.dominoUsers that return Entry
protected  Entry DominoUsersConnector.clearFixedDominoActionAttributes(IDominoAction aDominoAction, Entry aEntry)
          Extracts and stores data for the Domino Action
 Entry UserRegistration.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 Entry UserDeletion.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 Entry UserAccess.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 Entry IDominoAction.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 Entry DominoUsersConnector.findEntry(SearchCriteria aSearch)
          Finds an existing entry.
 Entry DominoUsersConnector.getNextEntry()
          Returns the next Entry from the connector.
 

Methods in com.ibm.di.connector.dominoUsers with parameters of type Entry
protected  void DominoUsersConnector.checkExtractAndExecuteDominoAction(IDominoAction aDominoAction, Entry aEntry)
          If the Domino Action should be performed this method resets the local data holders to empty/default values according the action and then extracts and stores the data
protected  Entry DominoUsersConnector.clearFixedDominoActionAttributes(IDominoAction aDominoAction, Entry aEntry)
          Extracts and stores data for the Domino Action
 void DominoUsersConnector.deleteEntry(Entry aEntry, SearchCriteria aSearch)
          Deletes an existing entry.
 Entry UserRegistration.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 Entry UserDeletion.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 Entry UserAccess.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 Entry IDominoAction.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 void DominoUsersConnector.modEntry(Entry aEntry, SearchCriteria aSearch)
          Modifies an existing entry.
 boolean UserRegistration.mustPerform(Entry aEntry)
          Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.
 boolean UserDeletion.mustPerform(Entry aEntry)
          Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.
 boolean UserAccess.mustPerform(Entry aEntry)
          Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.
 boolean IDominoAction.mustPerform(Entry aEntry)
          Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.
protected  boolean DominoUsersConnector.mustPerformDominoAction(IDominoAction aDominoAction, Entry aEntry)
          Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.
 void DominoUsersConnector.putEntry(Entry aEntry)
          Adds a new entry to the data source
protected  void DominoUsersConnector.resetAndExtractData(IDominoAction aDominoAction, Entry aEntry)
          Resets the local data holders to empty/default values according the business logic of the Domino Action.
 

Uses of Entry in com.ibm.di.connector.dpa
 

Fields in com.ibm.di.connector.dpa declared as Entry
protected  Entry AbstractDataHandler.schema
           
 

Methods in com.ibm.di.connector.dpa that return Entry
 Entry DefaultDPAMetaData.createEntry(ClassInstance classInstance)
           
abstract  Entry AbstractMetaData.createEntry(ClassInstance classInstance)
           
 Entry DefaultDPAMetaData.createSchema(java.lang.String className)
           
abstract  Entry AbstractMetaData.createSchema(java.lang.String assetClass)
           
 Entry DeployedAssetsConnector.findEntry(SearchCriteria criteria)
          Finds an existing entry.
 Entry DeployedAssetsConnector.getNextEntry()
          This method returns a single entry object for a deployed asset searched as per criteria.
 Entry DefaultDPADataHandler.getNextEntry(boolean loadReferences)
           
abstract  Entry AbstractDataHandler.getNextEntry(boolean loadReferences)
           
 Entry AbstractDataHandler.getSchema()
           
 

Methods in com.ibm.di.connector.dpa with parameters of type Entry
 boolean DefaultDPADataHandler.addEntry(Entry entry)
           
abstract  boolean AbstractDataHandler.addEntry(Entry entry)
           
 ClassInstance DefaultDPAMetaData.createClassInstance(Entry entry)
           
abstract  ClassInstance AbstractMetaData.createClassInstance(Entry entry)
           
 void DeployedAssetsConnector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 void DeployedAssetsConnector.putEntry(Entry entry)
          Adds a new entry to the data source
 boolean DefaultDPADataHandler.removeEntry(Entry entry)
           
abstract  boolean AbstractDataHandler.removeEntry(Entry entry)
           
 

Uses of Entry in com.ibm.di.connector.filemanagement
 

Methods in com.ibm.di.connector.filemanagement that return Entry
 Entry FileManagementConnector.findEntry(SearchCriteria searchCrit)
          Finds an existing entry.
 Entry FileManagementConnector.getNextEntry()
          Returns the next Entry from the connector.
 

Methods in com.ibm.di.connector.filemanagement with parameters of type Entry
 void FileManagementConnector.deleteEntry(Entry entry, SearchCriteria searchCrit)
          Deletes an existing entry.
 void FileManagementConnector.modEntry(Entry newEntry, SearchCriteria searchCrit)
          Modifies an existing entry.
 void FileManagementConnector.modEntry(Entry newEntry, SearchCriteria searchCrit, Entry oldEntry)
          Modifies an existing entry.
 void FileManagementConnector.putEntry(Entry newEntry)
          Adds a new entry to the data source
 

Uses of Entry in com.ibm.di.connector.gla
 

Methods in com.ibm.di.connector.gla that return Entry
 Entry GLAConnector.getNextEntry()
          This method gets the next CBE object from the queue and creates an Entry.
 

Uses of Entry in com.ibm.di.connector.maximo
 

Methods in com.ibm.di.connector.maximo that return Entry
 Entry TpaeIFConnector.findEntry(SearchCriteria searchCriteria)
          Finds an existing entry.
 Entry TpaeIFConnector.getNextEntry()
          Returns the next Entry from the connector.
 Entry TpaeIFCDConnector.getNextEntry()
          Returns the next Entry from the connector.
 

Methods in com.ibm.di.connector.maximo with parameters of type Entry
 void TpaeIFConnector.deleteEntry(Entry entry, SearchCriteria sc)
          Deletes an existing entry.
 void TpaeIFConnector.modEntry(Entry newEntry, SearchCriteria searchCriteria, Entry oldEntry)
          Modifies an existing entry.
 void TpaeIFConnector.putEntry(Entry newEntry)
          Adds a new entry to the data source
 

Uses of Entry in com.ibm.di.connector.maximo.core
 

Methods in com.ibm.di.connector.maximo.core that return Entry
 Entry SimpleTpaeIFConnector.findEntry(SearchCriteria searchCriteria)
          Finds an existing entry.
 Entry MxConnIterator.getNext()
          Returns the next entry found in the query result.
 Entry SimpleTpaeIFConnector.getNextEntry()
          Returns the next Entry from the connector.
 

Methods in com.ibm.di.connector.maximo.core with parameters of type Entry
 void MxConnAddOnly.create(Entry newEntry)
          Creates the specified entry.
 void MxConnDelete.delete(Entry entry)
          Deletes the specified entry.
 void SimpleTpaeIFConnector.deleteEntry(Entry entry, SearchCriteria sc)
          Deletes an existing entry.
 void SimpleTpaeIFConnector.extractExceptionInformation(Entry error)
           
 void SimpleTpaeIFConnector.extractMaximoException(Entry error)
          This method extracts additional information about a Maximo exception.
static boolean EntryFilter.match(SearchCriteria searchCriteria, Entry entry)
          Indicates if an Entry object matches a SearchCriteria object.
 void SimpleTpaeIFConnector.modEntry(Entry newEntry, SearchCriteria searchCriteria, Entry oldEntry)
          Modifies an existing entry.
 void SimpleTpaeIFConnector.putEntry(Entry newEntry)
          Adds a new entry to the data source
 void MxConnSync.sync(Entry newEntry, Entry oldEntry)
          Syncronizes the newEntry with the target system.
 void MxConnUpdate.update(Entry newEntry, Entry oldEntry)
          Updates the specified entry.
 

Uses of Entry in com.ibm.di.connector.maximo.parsing
 

Methods in com.ibm.di.connector.maximo.parsing that return Entry
static Entry EntryConverter.searchCriteriaToEntry(SearchCriteria searchCriteria, Schema schema, boolean errorOnExcedentSize)
          Converts a SearchCriteria object into XML content.
static Entry EntryConverter.xmlToEntry(SchemaElement rootMbo, SchemaElement selectedMbo, org.w3c.dom.Node xmlElement)
          Converts XML content into an Entry object.
 

Methods in com.ibm.di.connector.maximo.parsing with parameters of type Entry
static void EntryConverter.checkForOverridenUniqueKeys(SchemaElement rootMbo, Entry newEntry, Entry oldEntry, Log logger)
          Check if user has tried to change any unique keys
static void EntryConverter.copyUniqueKeys(SchemaElement rootMbo, Entry newEntry, Entry oldEntry)
          Copies the attributes/values that compose the unique key of the specified MBO from oldEntry to newEntry.
static java.lang.String EntryConverter.entryToXml(SchemaElement rootMbo, SchemaElement selectedMbo, Entry entry, boolean errorOnExcedentSize)
          Converts an Entry object into XML content.
static java.lang.String EntryConverter.entryToXml(Schema schema, Entry entry, boolean errorOnExcedentSize, boolean checkUniqueKeys)
          This method converts a hierarchical Entry object into a valid XML representation.
static void EntryConverter.setAttributeActions(Entry e)
          This method circles trough all attributes (except leafs) of a hierarchical entry and if some of the attributes has operation Add, Modify or Delete the proper Maximo action will be added as XML attribute.
 

Uses of Entry in com.ibm.di.connector.NT4UserMetaDataConnector
 

Methods in com.ibm.di.connector.NT4UserMetaDataConnector that return Entry
 Entry NT4UserMetaDataConnector.findEntry(SearchCriteria aRscSearchCriteria)
          Retrieves a single entry object matching the given search criteria parameter.
 Entry NT4UserMetaDataConnector.getNextEntry()
          Retrieves the next entry from the connector's containers.
 

Methods in com.ibm.di.connector.NT4UserMetaDataConnector with parameters of type Entry
protected  void GroupInfo.copyDataFromGroupEntry(Entry aGroupEntry)
          Copies data from a group entry.
protected  void UserInfo.copyDataFromUserEntry(Entry aUserEntry)
          Copies data from a user entry.
protected static void InfoUtil.createAndAddEntryAttribute(Entry aEntry, java.lang.String aAttrName, java.lang.Object aAttrValue)
          Creates and adds attribute to the given Entry object.
protected static void UserInfo.createAndAddUserBasicAttributes(Entry aUserEntry, UserInfo aUserInfo)
          Creates and adds basic Windows user's attributes to the given Entry object.
protected static void UserInfo.createAndAddUserGlobalGroupAttribute(Entry aUserEntry, java.util.Vector aGroupNames)
          Creates and adds user's GlobalGroup attribute to the given Entry object.
protected static void UserInfo.createAndAddUserLocalGroupAttribute(Entry aUserEntry, java.util.Vector aGroupNames)
          Creates and adds user's LocalGroup attribute to the given Entry object.
 void NT4UserMetaDataConnector.deleteEntry(Entry aEntry, SearchCriteria aRscSearchCriteria)
          Deletes given entry (user or group) from Windows security database.
protected static java.lang.Boolean InfoUtil.getBooleanEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)
          Retrieves the specified Attribute's value as a Boolean object.
protected static byte[] InfoUtil.getByteArrayEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)
          Retrieves the specified Attribute's value as a byte array object.
protected static java.util.Date InfoUtil.getDateEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)
          Retrieves the specified Attribute's value as a java.util.Date object.
protected static java.lang.Integer InfoUtil.getIntegerEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)
          Retrieves the specified Attribute's value as an Integer object.
protected static java.lang.Long InfoUtil.getLongEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)
          Retrieves the specified Attribute's value as a Long object.
protected static java.lang.String InfoUtil.getStringEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)
          Retrieves the specified Attribute's value as a String object.
 void NT4UserMetaDataConnector.modEntry(Entry aEntry, SearchCriteria aRscSearchCriteria)
          Modifies in Windows database the entry identified by the aRscSearchCriteria parameter with the data given in the aEntry parameter.
protected static void GroupInfo.populateGroupEntryAttributes(Entry aGroupEntry, GroupInfo aGroupInfo, java.util.Vector aUserNames, java.util.Vector aGroupNames)
          Given a group attributes' values creates and adds those attributes to the given entry.
 void NT4UserMetaDataConnector.putEntry(Entry aEntry)
          Inserts given entry (user or group) into Windows security database.
 

Constructors in com.ibm.di.connector.NT4UserMetaDataConnector with parameters of type Entry
GroupInfo(Entry aGroupEntry)
          Constructs the GroupInfo object and populates its members with Group data from the given Entry parameter.
UserInfo(Entry aUserEntry)
          Constructs the UserInfo object and populates its members with User data from the given Entry parameter.
 

Uses of Entry in com.ibm.di.connector.sapr3.aleidoc
 

Methods in com.ibm.di.connector.sapr3.aleidoc that return Entry
 Entry SapALEIDocConnector.getNextEntry()
          Returns a TDI entry that represents either an SAP client IDoc or RFM request.
protected  Entry SapIDocServerImpl.writeIDocToTDIEntry(java.lang.String tid, com.sap.mw.idoc.IDoc.Document jcoIDoc)
          Processes a particular IDoc for a particular SAP client transaction.
protected  Entry SapIDocServerImpl.writeRFMToTDIEntry(java.lang.String tid, com.sap.mw.jco.JCO.Function function)
          Processes a particular RFM for a particular SAP client transaction.
 

Methods in com.ibm.di.connector.sapr3.aleidoc with parameters of type Entry
 void SapALEIDocConnector.replyEntry(Entry requestResult)
          This method is to called for Server modes.
 

Uses of Entry in com.ibm.di.connector.sapr3.bor
 

Methods in com.ibm.di.connector.sapr3.bor that return Entry
 Entry SapR3BorConnector.findEntry(SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to find an existing BOR object instance and associated attributes in SAP R/3.
 Entry SapR3BorConnector.getNextEntry()
          This method is called to retrieve the next entry from the connector.
 

Methods in com.ibm.di.connector.sapr3.bor with parameters of type Entry
 void SapR3BorConnector.deleteEntry(Entry entry, SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to remove an existing user and associated attributes from SAP R/3
 void SapR3BorConnector.modEntry(Entry entry, SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to update an existing user and associated attributes in SAP R/3
 void SapR3BorConnector.putEntry(Entry entry)
          Called by IBM Tivoli Directory Integrator AL to add a new entry and associated attributes to SAP R/3.
 

Uses of Entry in com.ibm.di.connector.sapr3.user
 

Methods in com.ibm.di.connector.sapr3.user that return Entry
 Entry UserRegistryConnector.findEntry(SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to find an existing user and associated attributes in SAP R/3.
 Entry UserRegistryConnector.getNextEntry()
          This method is called to retrieve the next entry from the connector.
 

Methods in com.ibm.di.connector.sapr3.user with parameters of type Entry
 void UserRegistryConnector.deleteEntry(Entry entry, SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to remove an existing user and associated attributes from SAP R/3.
 void UserRegistryConnector.modEntry(Entry entry, SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to update an existing user and associated attributes in SAP R/3.
 void UserRegistryConnector.putEntry(Entry entry)
          Called by IBM Tivoli Directory Integrator AL to add a new user and associated attributes to SAP R/3.
 

Uses of Entry in com.ibm.di.connector.tam
 

Methods in com.ibm.di.connector.tam that return Entry
 Entry TAMConnector.findEntry(SearchCriteria searchcriteria)
          Using the provided search criteria and based on the configured Entry Type, attempts to find the object in TAM.
 Entry User.getAttributes()
          Constructs an Entry object from the user details.
 Entry SSOResourceGroup.getAttributes()
          Return an Entry object with the SSO Resource Group attributes
 Entry SSOResource.getAttributes()
          Return the attributes in the form of an Entry object
 Entry SSOCredentials.getAttributes()
          Returns the Credential data in the form of an Entry object
 Entry Policy.getAttributes()
          Returns the Policy details in the form of an Entry object
 Entry Group.getAttributes()
          Returns the Group details in an Entry object
 Entry Domain.getAttributes()
          Returns the Domain in the form of an Entry object
 Entry TAMConnector.getNextEntry()
          Using the list of the configured Entry Type, returns the next available entry on the list.
 

Methods in com.ibm.di.connector.tam with parameters of type Entry
protected  void CommonBase.createAndAddEntryAttribute(Entry entry, java.lang.String attributeName, java.lang.Object value)
          Create and add attribute to an entry object.
 void TAMConnector.deleteEntry(Entry entry, SearchCriteria searchcriteria)
          The old Entry is now redundant so shoehorn the original deleteEntry into the new code which just uses searchcriteria with no loss of functionality.
protected  java.lang.Boolean CommonBase.getBooleanEntryAttributeValue(Entry entry, java.lang.String s)
          Retrieve an attribute from the entry object as a Boolean.
protected  byte[] CommonBase.getByteArrayEntryAttributeValue(Entry entry, java.lang.String s)
          Retrieve an attribute from the entry object as a byte array.
protected  java.util.Date CommonBase.getDateEntryAttributeValue(Entry entry, java.lang.String s)
          Retrieve an attribute from the entry object as a Date.
protected  java.lang.Integer CommonBase.getIntegerEntryAttributeValue(Entry entry, java.lang.String s)
          Retrieve an attribute from the entry object as an integer.
protected  java.lang.Long CommonBase.getLongEntryAttributeValue(Entry entry, java.lang.String s)
          Retrieve an attribute from the entry object as a Long.
protected  java.lang.String CommonBase.getStringEntryAttributeValue(Entry entry, java.lang.String s)
          Retrieve an attribute from the entry object as a string.
 void TAMConnector.modEntry(Entry changes, SearchCriteria searchcriteria)
          Using the provided changes and based on the configured Entry Type, attempts to modify the specified object in TAM.
 void TAMConnector.modEntry(Entry changes, SearchCriteria searchcriteria, Entry old)
          The old Entry is now redundant so shoehorn the original modEntry into the new code which just uses searchcriteria with no loss of functionality.
 void User.modify(Entry changes)
          Modify a user entry.
 void Group.modify(Entry changes)
          Modify a Group
protected  void CommonBase.printEntry(Entry entry)
           
 void TAMConnector.putEntry(Entry entry)
          Using the provided entry and based on the configured Entry Type, attempts to create the specified object in TAM.
 void SSOResourceGroup.set(Entry entry)
           
 void SSOCredentials.set(Entry entry)
          Sets the object from the TDI entry object
 void Policy.set(Entry entry)
          Set the object with the Entry data
 void Domain.set(Entry entry)
          Set the object attributes from the IBM Tivoli Directory Integrator entry object
 

Constructors in com.ibm.di.connector.tam with parameters of type Entry
Domain(Entry entry, com.tivoli.pd.jutil.PDContext context, java.lang.String adminLogin, java.lang.String adminPassword, Log log)
          Domain Constructor
Group(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor for Group.
Policy(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Policy Constructor
SSOCredentials(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOCredentials Constructor
SSOResource(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSO Resource Constructor
SSOResourceGroup(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOResourceGroup Constructor
User(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor used to instantiate a User from the Entry object.
 

Uses of Entry in com.ibm.di.connector.WSReceiverServerConnector
 

Methods in com.ibm.di.connector.WSReceiverServerConnector that return Entry
 Entry WSReceiverServerConnector.getNextEntry()
          Returns the next Entry from the connector.
 

Methods in com.ibm.di.connector.WSReceiverServerConnector with parameters of type Entry
 void WSReceiverServerConnector.replyEntry(Entry conn)
          Send a reply to the connector.
 

Uses of Entry in com.ibm.di.eclipse.http
 

Methods in com.ibm.di.eclipse.http that return Entry
static Entry XML.fromXML(org.w3c.dom.Document document)
           
static Entry XML.fromXML(java.lang.String xml)
           
 Entry ServerAPI.getRequest()
           
 

Uses of Entry in com.ibm.di.eclipse.http.commands
 

Methods in com.ibm.di.eclipse.http.commands that return Entry
 Entry RestCommand.getRequest()
           
 Entry RestCommand.getResponse()
           
 

Methods in com.ibm.di.eclipse.http.commands with parameters of type Entry
 void LogCommand.assemblyLineCycleDone(Entry entry)
           
 void RestCommand.setResponse(Entry response)
           
 

Uses of Entry in com.ibm.di.entry
 

Methods in com.ibm.di.entry that return Entry
 Entry Entry.clone()
          Creates a shallow clone of the receiver.
 Entry Entry.clone(Entry entry)
          Deprecated. use the clone() method instead
 Entry Entry.cloneNode(boolean deep)
          Clones this entry object
static Entry DeltaEntry.compareEntries(Entry source, Entry target, boolean unchanged, int level, java.lang.String key)
          This method returns an Entry that contains the delta changes needed to make target equal to source.
static Entry DeltaEntry.compareEntries(Entry source, Entry target, boolean unchanged, int level, java.lang.String key, java.util.List<java.lang.String> attributeList, boolean isInvertedIgnore)
          This method returns an Entry that contains delta changes for specific attributes.
static Entry Entry.fromJSON(java.lang.String string)
          Returns an Entry constructed from a JSON string
static Entry Entry.fromXML(java.lang.String string, java.lang.String xPath, java.lang.String entryTag)
          Returns an Entry object constructed from a XML String.
static Entry DeltaEntry.getDeltaEntry(Entry source, Entry target)
          This method is a convenience method that calls compareEntries(source, target, false, null);
 Entry Attribute.getOwnerDocument()
           
 

Methods in com.ibm.di.entry with parameters of type Entry
static void DeltaEntry.applyDelta(Entry target, Entry delta)
          Forwards the call to applyDelta(target, delta, false).
static void DeltaEntry.applyDelta(Entry target, Entry delta, boolean removeUnchanged)
          This method applies the delta operations specified in delta to the target entry.
 Entry Entry.clone(Entry entry)
          Deprecated. use the clone() method instead
static Entry DeltaEntry.compareEntries(Entry source, Entry target, boolean unchanged, int level, java.lang.String key)
          This method returns an Entry that contains the delta changes needed to make target equal to source.
static Entry DeltaEntry.compareEntries(Entry source, Entry target, boolean unchanged, int level, java.lang.String key, java.util.List<java.lang.String> attributeList, boolean isInvertedIgnore)
          This method returns an Entry that contains delta changes for specific attributes.
static Entry DeltaEntry.getDeltaEntry(Entry source, Entry target)
          This method is a convenience method that calls compareEntries(source, target, false, null);
 void Entry.merge(Entry e)
          Convenience method that calls merge ( e, false ).
 void Entry.merge(Entry e, boolean mergevalues)
          Merges in the attributes and their values from another entry.
 

Uses of Entry in com.ibm.di.eventhandler.ldap
 

Methods in com.ibm.di.eventhandler.ldap that return Entry
 Entry LDAPControl.getControlValueEntry()
          This method parses the control value into an entry object if the control is known to this class.
 Entry LDAPMessage.getEntry()
          Returns the normalized Entry object that represents the LDAP message
 

Methods in com.ibm.di.eventhandler.ldap with parameters of type Entry
 void LDAPControl.setControlValueEntry(Entry entry)
          This method converts the entry object to the control value sequence required by the control type.
 

Constructors in com.ibm.di.eventhandler.ldap with parameters of type Entry
AbandonRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
AddRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
BindRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
CompareRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
DeleteRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
ExtendedRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
ModifyDNRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
ModifyRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
SearchRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
SearchResultEntry(Entry entry, java.lang.String charset)
           
UnbindRequest(java.nio.ByteBuffer buffer, Entry entry, java.lang.String charset, java.util.Vector binattrs)
           
 

Uses of Entry in com.ibm.di.fc
 

Methods in com.ibm.di.fc that return Entry
 Entry DeltaFC.nextDeletedEntry(Entry work)
          Return the next deleted entry.
 Entry ParserFC.readEntry(java.lang.Object param)
          Returns the entry from the parser read operation
 

Methods in com.ibm.di.fc that return types with arguments of type Entry
 java.util.List<Entry> AssemblyLineFC.querySchema(java.lang.Object source)
          This method translates to whatever means a function component has to discover schema for a connection.
 

Methods in com.ibm.di.fc with parameters of type Entry
 boolean DeltaFC.markEntryInDeltaStore(Entry work)
          Marks an Entry in the Delta Store.
 Entry DeltaFC.nextDeletedEntry(Entry work)
          Return the next deleted entry.
 java.lang.Object AssemblyLineFC.performOperation(java.lang.Object work, java.lang.String operation, Entry opentry)
          Performs the specified operation.
 

Uses of Entry in com.ibm.di.fc.castorbind
 

Methods in com.ibm.di.fc.castorbind that return Entry
 Entry CastorJavaToXML.marshal(Entry aEntry, java.lang.String aMappingFile, java.lang.String aRootElementName, boolean aUseAttrNames)
          This method is called when the CastorJavaToXML FC is passed an Entry object.
 Entry CastorXMLToJava.unmarshal(Entry aEntry, java.lang.String aMappingFile, java.util.List aAttributeList)
          This method is called when the CastorXMLToJava FC is passed an Entry object.
 

Methods in com.ibm.di.fc.castorbind with parameters of type Entry
 Entry CastorJavaToXML.marshal(Entry aEntry, java.lang.String aMappingFile, java.lang.String aRootElementName, boolean aUseAttrNames)
          This method is called when the CastorJavaToXML FC is passed an Entry object.
 Entry CastorXMLToJava.unmarshal(Entry aEntry, java.lang.String aMappingFile, java.util.List aAttributeList)
          This method is called when the CastorXMLToJava FC is passed an Entry object.
 

Uses of Entry in com.ibm.di.fc.cbe
 

Methods in com.ibm.di.fc.cbe with parameters of type Entry
static void CBEGeneratorFC.mapCbeToEntry(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent aCbe, Entry aEntry)
          Maps the fields of a Common Base Event object into the attributes of a IBM Tivoli Directory Integrator Entry.
 

Constructors in com.ibm.di.fc.cbe with parameters of type Entry
CBESituationCreator(Entry p_entry)
          Class constructor
 

Uses of Entry in com.ibm.di.fc.idml
 

Methods in com.ibm.di.fc.idml with parameters of type Entry
 java.lang.String ItdiBook.addConfigurationItem(java.lang.String classType, IdMLConstants.Operations operationType, Entry entry)
          Adds a Configuration Item (CI) to the IdML book.
 void ItdiBook.addRelationship(java.lang.String relationshipType, IdMLConstants.Operations operationType, Entry entry)
          Adds a Relationship to the IdML book.
 java.lang.String ItdiBook.open(java.lang.String applicationCode, java.lang.String mssHostname, java.lang.String cdmVersion, java.lang.String id, Entry entry)
          Opens the IdML book.
 

Uses of Entry in com.ibm.di.fc.remotecmdlnfc
 

Methods in com.ibm.di.fc.remotecmdlnfc that return Entry
 Entry RemoteCmdLineExecutor.executeCommand(java.lang.String cmdToExecute)
          Execute the command on the target machine.
 Entry CmdLineExecutor.executeCommand(java.lang.String cmd)
          Execute the command on the target machine.
 Entry RemoteCmdLineExecutor.executeCommand(java.lang.String cmdToExecute, java.lang.String[] args, java.lang.String argDelimiter)
          Execute the command on the target machine.
 Entry CmdLineExecutor.executeCommand(java.lang.String cmd, java.lang.String[] args, java.lang.String argDelimiter)
          Execute the command on the target machine.
 

Uses of Entry in com.ibm.di.function
 

Methods in com.ibm.di.function that return Entry
 Entry UserFunctions.httpGet(java.lang.String url)
          Gets file from a web server.
 Entry UserFunctions.httpPost(java.lang.String url, java.lang.Object file)
          Posts file to a web server.
 Entry UserFunctions.httpRequest(java.lang.String method, java.lang.String contentType, java.lang.String url, java.lang.Object file)
          Sends HTTP Request message to web server.
 Entry UserFunctions.newEntry()
          Creates a new Entry object.
 Entry GSM07_05.parseEntry(java.lang.String str)
           
 Entry UserFunctions.parseObject(java.lang.String parser, java.lang.Object data)
          Use a parser to interpret data.
 

Methods in com.ibm.di.function with parameters of type Entry
 void UserFunctions.dumpEntry(Entry e)
          Dumps an entry to the console log.
 java.lang.String UserFunctions.entry2LDIF(Entry e)
          Converts an Entry object to an LDIF string.
 

Uses of Entry in com.ibm.di.osgi
 

Methods in com.ibm.di.osgi that return Entry
 Entry ConnectorDelegate.findEntry(java.lang.Object arg0, java.lang.Object arg1)
           
 Entry ConnectorDelegate.findEntry(SearchCriteria search)
           
 Entry ConnectorDelegate.getFirstFindEntry()
           
 Entry ConnectorDelegate.getNextEntry()
           
 Entry ConnectorDelegate.getNextFindEntry()
           
 Entry ConnectorDelegate.getPushbackEntry()
           
 Entry ConnectorDelegate.queryReply(Entry entry)
           
 

Methods in com.ibm.di.osgi with parameters of type Entry
 void ConnectorDelegate.deleteEntry(Entry entry, SearchCriteria search)
           
 void ConnectorDelegate.modEntry(Entry entry, SearchCriteria search)
           
 void ConnectorDelegate.modEntry(Entry entry, SearchCriteria search, Entry old)
           
 void ConnectorDelegate.pushback(Entry e)
           
 void ConnectorDelegate.putEntry(Entry entry)
           
 Entry ConnectorDelegate.queryReply(Entry entry)
           
 void ConnectorDelegate.replyEntry(Entry entry)
           
 void ConnectorDelegate.setCurrent(Entry entry, SearchCriteria search)
           
 

Uses of Entry in com.ibm.di.parser
 

Methods in com.ibm.di.parser that return Entry
 Entry SOAPParser.parseRequest(java.lang.Object request)
          Sets the current input stream and initializes the parser.
 Entry DSMLParser.parseRequest(java.lang.Object request)
          Sets the input stream with the given request object if the object is of type InputStream, Reader or StringReader.
 Entry XSLbasedXMLParser.readEntry()
          Constructs the next entry from the data structure read in initially.
 Entry XMLSaxParser.readEntry()
          readEntry() uses the queue object to check for new entries provided by the xml-parser thread.
 Entry XMLParser.readEntry()
          Constructs the next entry from the data structure read in initially.
 Entry SPMLv2Parser.readEntry()
          Reads a request or response from a batch message
 Entry SOAPParser.readEntry()
          Reads SOAP XML documents.
 Entry SimpleParser.readEntry()
          Reads the next entry from the input stream.
 Entry ScriptParser.readEntry()
          Return the next entry from the current input stream.
 Entry LineReader.readEntry()
          Return the next entry from the current input stream.
 Entry LDIFParser.readEntry()
          Reads LDIF files into entries.
 Entry JSONParser.readEntry()
           
 Entry IdMLParser.readEntry()
          Reads the data from the IdML book and returns it, one artifact at a time (i.e.
 Entry HTTPParser.readEntry()
          Reads entry from the current input reader.
 Entry FixedRecordParser.readEntry()
          Return the next entry from the current input stream.
 Entry Dsmlv2Parser.readEntry()
          Reads a request or response from BatchMessage.
 Entry DSMLParser.readEntry()
          Constructs the next entry from the data structure read in initially.
 Entry CSVParser.readEntry()
          Return the next entry from the current input stream.
 Entry CBEParser.readEntry()
          Reads the inputStream and fill the Entry Object that it returns
 Entry ParserInterface.readEntry()
          Return the next entry from the current input stream.
 

Methods in com.ibm.di.parser with parameters of type Entry
 java.lang.String[] HTTPParser.getNames(Entry e)
          Returns property/attribute names in specified entry.
 java.lang.Object HTTPParser.getProp(Entry e, java.lang.String prop)
          Return a property/attribute value of specified entry.
static com.ibm.ldap.dsml.LdapResult Dsmlv2Parser.getSearchResultDoneFromEntry(Entry aEntry)
          Retrieves search result done.
static com.ibm.ldap.dsml.SearchResultEntry Dsmlv2Parser.getSearchResultEntry(Entry aEntry)
          Retrieves single search result only.
 java.lang.String SOAPParser.getXML(Entry e)
          Returns string representation of Entry object as a XML file.
 void HTTPParser.parseAuthentication(Entry entry)
          Decode the username and password specified in the Authorization header of the request HTTP message.
 void HTTPParser.sendAuthorization(Entry entry, java.io.BufferedWriter out)
          Send client authorization.
 void HTTPParser.setProp(Entry e, java.lang.String prop, java.lang.Object value)
          Sets a property/attribute's value of specified entry.
 void XSLbasedXMLParser.writeEntry(Entry entry)
          Constructs the data structure from the next entry read in initially.
 void XMLSaxParser.writeEntry(Entry entry)
          Not supported
 void XMLParser.writeEntry(Entry entry)
          Constructs the data structure from the next entry read in initially.
 void SPMLv2Parser.writeEntry(Entry aEntry)
          Writes down a request or response to a batch message
 void SOAPParser.writeEntry(Entry entry)
          Writes SOAP XML document.
 void SimpleParser.writeEntry(Entry entry)
          Write an entry to the current output stream.
 void ScriptParser.writeEntry(Entry entry)
          Write an entry to the current output stream.
 void LineReader.writeEntry(Entry entry)
          Write an entry to the current output stream.
 void LDIFParser.writeEntry(Entry entry)
          Writes entry in LDIF format to the current output writer.
 void JSONParser.writeEntry(Entry entry)
           
 void HTTPParser.writeEntry(Entry entry)
          Writes an entry to the current output writer.
 void FixedRecordParser.writeEntry(Entry e)
          Write an entry to the current output stream.
 void Dsmlv2Parser.writeEntry(Entry aEntry)
          Writes a request or response to the batch message.
 void DSMLParser.writeEntry(Entry entry)
          Constructs the data structure from the next entry read in initially.
 void CSVParser.writeEntry(Entry entry)
          Write an Entry to the current output stream.
 void CBEParser.writeEntry(Entry entry)
          Create/get the CBE object and convert it to XML.
 void ParserInterface.writeEntry(Entry entry)
          Write an entry to the current output stream.
 

Uses of Entry in com.ibm.di.parser.xml
 

Methods in com.ibm.di.parser.xml that return Entry
 Entry XMLParser2.readEntry()
          Retrieves an Entry object from the XML document.
 

Methods in com.ibm.di.parser.xml with parameters of type Entry
 void XMLParser2.writeEntry(Entry entry)
          Writes the passed as parameter Entry object as a XML data.
 

Uses of Entry in com.ibm.di.protocols.rxa
 

Methods in com.ibm.di.protocols.rxa that return Entry
protected  Entry AS400Connection.getEntryResponse(com.ibm.tivoli.remoteaccess.ProgramOutput p)
          Transform the ProgramOutput into an Entry object containing the results
 Entry AS400Connection.runAS400Program(java.lang.String c, java.lang.String[] args, java.lang.String delim)
          Run the specified command on the target machine
 Entry ConnectionImpl.runCommand(java.lang.String c)
          Run the specified command on the target machine
 Entry Connection.runCommand(java.lang.String cmd)
          Execute the command on the target
 

Methods in com.ibm.di.protocols.rxa with parameters of type Entry
 void LogProxyImpl.dumpEntry(Entry e)
          Dumps a formatted message to the logfile from the contents of an Entry.
 void LogProxy.dumpEntry(Entry e)
          Dumps a formatted message to the logfile from the contents of an Entry.
 

Uses of Entry in com.ibm.di.server
 

Subclasses of Entry in com.ibm.di.server
 class TaskCallBlock
          The TaskCallBlock (TCB) is used by a caller to set a number of parameters for an AssemblyLine.
 

Methods in com.ibm.di.server that return Entry
static Entry Compare.applyMods(Entry source, java.util.ArrayList<ModificationItem> mods)
          Applies a given ArrayList of modifications to an Entry object and returns it.
 Entry TaskCallBlock.buildInitialWorkEntry()
          Constructs a new initial work entry if there are an input parameter specification in the assemblyline.
 Entry TaskCallBlock.buildResultEntry()
          Builds the result object based on AL's result object and the output parameter specification.
 Entry TaskCallBlock.buildTCBEntry(Entry input, boolean inputMap)
          Constructs a new Entry based on the parameter descriptors in params and source attributes in input entry.
 Entry AssemblyLine.executeCycle()
          This method call executeCycle with a null initial work and processTCB set to true.
 Entry AssemblyLine.executeCycle(Entry workEntry)
          This method call executeCycle with the provided work entry and processTCB set to true.
 Entry AssemblyLine.executeCycle(Entry workEntry, boolean processTCB)
          This method is called by scripts and other classes that run the assemblyline in its own context.
 Entry AssemblyLinePool.executeEvent(java.lang.Thread source, Entry event)
          Called by a thread to execute a cycle in the AssemblyLine
 Entry AssemblyLinePool.executeEvent(java.lang.Thread source, Entry event, boolean processTCB)
           
 Entry TaskCallBlock.getALSettings()
          Returns the Entry containing the user specified AL settings.
 Entry CheckpointRestartInterface.getCheckpointInformation()
          Deprecated. Returns the state information for the connector.
 Entry TaskCallBlock.getConnectorParameters()
           
 Entry TaskCallBlock.getConnectorParameters(java.lang.String connectorName)
          Returns the parameters Entry for a specific connector.
 Entry AssemblyLineComponent.getCurrent()
          Gets the current entry of the AssemblyLineComponent object
 Entry SearchCriteria.getCurrentEntry()
          Return the working entry used to generate the criteria array from the templates array.
 Entry TaskInterface.getCurrentWork()
           
 Entry Sequence.getCurrentWork()
           
 Entry AssemblyLine.getCurrentWork()
          This method returns the current work Entry object.
 Entry TaskStatistics.getEntry()
           
 Entry AssemblyLineComponent.getFirstDuplicateEntry()
          Gets the first Duplicate Entry from the ConnectorInterface.
 Entry TaskCallBlock.getInitialWorkEntry()
          Returns the initial work entry provided by caller
 Entry TaskCallBlock.getInputParameters()
          Returns the input parameter entry (from the AssemblyLine specification)
 Entry AssemblyLineComponent.getLastEntry()
          This method returns the last entry read and mapped.
 Entry AssemblyLineComponent.getLastReadEntry()
          This method returns the last entry read from the connector.
 Entry AssemblyLineComponent.getnext()
          The method returns the next entry from the connector.
 Entry CSDeltaTaskComponent.getnext(Entry work)
          The method returns the next entry from the connector.
 Entry AssemblyLineComponent.getnext(Entry work)
          The method returns the next entry from the connector.
 Entry AssemblyLineComponent.getNextDuplicateEntry()
          Gets the next Duplicate Entry from the ConnectorInterface.
 Entry LoopComponent.getNextEntry(Entry meta)
          Returns the next Entry if this is a Connector loop
 Entry AssemblyLine.getOpEntry()
          Retrieves operational entry.
 Entry TaskCallBlock.getOperationInitParams()
          Returns the operation init parameters
 Entry TaskCallBlock.getOutputParameters()
           
 Entry AssemblyLineComponent.getRestartInfoEntry()
          Deprecated.  
 Entry TaskInterface.getResult()
           
 Entry Sequence.getResult()
           
 Entry AssemblyLine.getResult()
          This method returns the result Entry object.
 Entry TaskCallBlock.getResultEntry()
          Returns the result entry provided by the caller
 Entry AssemblyLine.getUserCheckpoint()
          Deprecated.  
 Entry TaskInterface.getWork()
           
 Entry Sequence.getWork()
           
 Entry AssemblyLine.getWork()
          This method returns the initial work Entry object.
 Entry AssemblyLineComponent.lookup(Entry meta)
          The method is called to lookup an entry using the configured Link Criteria.
 Entry AssemblyLineComponent.lookup(java.lang.String attribute, java.lang.String value)
          The method is called to lookup an entry using exact matching for attribute and value.
 Entry AttributeMapping.mapEntry(Entry source, Entry newEntry)
           
 Entry AssemblyLineComponent.mapEntry(Entry work, Entry conn)
          The method is called to map an entry using the configured input attribute map.
 Entry AttributeMapping.mapEntry(Entry source, Entry newEntry, boolean mergeValues)
          Map one entry into another using the loaded attribute Mapping
 Entry CSDeltaTaskComponent.nextDeletedEntry(Entry work)
          Return the next deleted entry.
 

Methods in com.ibm.di.server with parameters of type Entry
 void TaskCallBlock.accumulateEntry(Entry work)
          Adds an entry to the accumulator object (if any configured).
 void SwitchComponent.add(Entry meta)
          This method does nothing
 void ScriptComponent.add(Entry meta)
          This method executes the script.
 void LoopComponent.add(Entry meta)
          If necessary, move a value from the stored Attribute values to the work Entry
 void EndLoopComponent.add(Entry meta)
          Tells the AssemblyLine to go back to the start of the loop
 void EndBranchComponent.add(Entry meta)
          This method is called by the hosting AssemblyLine.
 void BranchingComponent.add(Entry meta)
          Do nothing in the add method
 void AttributeMapComponent.add(Entry meta)
          Does the attribute mapping in every cycle
 void AssemblyLineComponent.add(Entry meta)
          This method implements the AddOnly mode operation.
 void ScriptComponent.add1(Entry meta)
          This method executes the script.
 void BranchingComponent.add1(Entry meta)
          This method executes the script.
static Entry Compare.applyMods(Entry source, java.util.ArrayList<ModificationItem> mods)
          Applies a given ArrayList of modifications to an Entry object and returns it.
 void RS.assemblyLineCycleEnded(AssemblyLine al, Entry work)
          An AssemblyLine cycle (iteration) is complete.
 void AssemblyLine.AssemblyLineListener.assemblyLineCycleEnded(AssemblyLine al, Entry work)
          An AssemblyLine cycle (iteration) is complete.
 void SearchCriteria.buildCriteria(Entry e)
          Build the criteria array using provided entry.
 void SearchCriteria.buildCriteria(Entry e, BaseConfiguration config, java.lang.Object task)
           
 void SearchCriteria.buildCriteriaScript(Entry entry)
          Call user defined script to build the search filter.
 Entry TaskCallBlock.buildTCBEntry(Entry input, boolean inputMap)
          Constructs a new Entry based on the parameter descriptors in params and source attributes in input entry.
 void FunctionComponent.callreply(Entry meta)
          This method implements the CallReply mode operation.
 void AssemblyLineComponent.callreply(Entry meta)
          This method implements the CallReply mode operation.
 void LoopComponent.checkConnectorInit(Entry work)
          Check what to do with our connector when we enter the loop.
 void LoopComponent.checkLoopAttribute(Entry work)
          Copy values from work entry attribute
 boolean BranchingComponent.checkWillExecute(Entry work)
          Evaluates the expression in this branch
 java.util.ArrayList<ModificationItem> Compare.compareEntries(Entry a, Entry b)
          Compares two given Entry objects and returns an ArrayList with the differences (attributes that were in one of the entries and not the other).
 void AssemblyLineComponent.delete(Entry meta)
          This method implements the Delete mode operation.
 void AssemblyLineComponent.deleteEntry(Entry meta)
          This method calls the delete method.
 void AssemblyLineComponent.delta(Entry meta)
          This method implements the Delta mode operation.
 void Sequence.dumpEntry(Entry entry)
          Prints the contents of an entry to the Log.
 void RSInterface.dumpEntry(Entry e)
          Dumps the contents of an Entry to the log file.
 void RS.dumpEntry(Entry e)
          Dumps the contents of an Entry to the log file.
 void Log.dumpEntry(Entry e)
          Dumps a formatted message to the logfile from the contents of an Entry
 void AssemblyLineComponent.dumpEntry(Entry meta)
          Deprecated. replaced by AssemblyLineComponent.add(com.ibm.di.entry.Entry)
 void AssemblyLine.dumpEntry(Entry entry)
          Prints the contents of an entry to whatever Log Appenders have been defined for this AssemblyLine.
protected  void AssemblyLineComponent.dumpObjects(Entry conn, Entry work, Entry current)
           
 boolean BranchingComponent.evaluateCondition(Entry work, BranchCondition c, int index)
          Returns the result of a single condition
 boolean BranchingComponent.evaluateConditions(Entry work)
          Returns the result of the test conditions
 Entry AssemblyLine.executeCycle(Entry workEntry)
          This method call executeCycle with the provided work entry and processTCB set to true.
 Entry AssemblyLine.executeCycle(Entry workEntry, boolean processTCB)
          This method is called by scripts and other classes that run the assemblyline in its own context.
 Entry AssemblyLinePool.executeEvent(java.lang.Thread source, Entry event)
          Called by a thread to execute a cycle in the AssemblyLine
 Entry AssemblyLinePool.executeEvent(java.lang.Thread source, Entry event, boolean processTCB)
           
protected  java.lang.Object AssemblyLineComponent.executeOperation(int operation, Entry work, Entry conn, SearchCriteria search, Entry current)
          This method is used to take care of dangerous/safe operations when the AL is simulating
 boolean AssemblyLineComponent.failBack(Entry work, Entry error)
          Attempt to fall back to the original connector after a failOver.
 boolean AssemblyLineComponent.failOver(Entry work, Entry error)
          Attempt a failOver.
 Entry CSDeltaTaskComponent.getnext(Entry work)
          The method returns the next entry from the connector.
 Entry AssemblyLineComponent.getnext(Entry work)
          The method returns the next entry from the connector.
 Entry LoopComponent.getNextEntry(Entry meta)
          Returns the next Entry if this is a Connector loop
 void EndLoopComponent.handleException(java.lang.String oper, java.lang.Throwable e, Entry meta)
          Handles Exceptions by rethrowing them
 void EndBranchComponent.handleException(java.lang.String oper, java.lang.Throwable e, Entry meta)
          Any errors during execution of add() ends up here.
 void AttributeMapComponent.handleException(java.lang.String oper, java.lang.Throwable e, Entry meta)
          Handles any Exception.
 void AssemblyLineComponent.handleException(java.lang.String aOper, java.lang.Throwable e, Entry meta)
          This method is called by the AssemblyLine.
 void AssemblyLineComponent.handleSuccess(java.lang.String oper, Entry meta)
          This method is called by the AssemblyLine if the operation oper is successful.
 Entry AssemblyLineComponent.lookup(Entry meta)
          The method is called to lookup an entry using the configured Link Criteria.
 Entry AttributeMapping.mapEntry(Entry source, Entry newEntry)
           
 Entry AssemblyLineComponent.mapEntry(Entry work, Entry conn)
          The method is called to map an entry using the configured input attribute map.
 Entry AttributeMapping.mapEntry(Entry source, Entry newEntry, boolean mergeValues)
          Map one entry into another using the loaded attribute Mapping
 boolean CSDeltaTaskComponent.markEntryInDeltaStore(Entry work)
          Marks an Entry in the Delta Store.
 void AssemblyLineComponent.modify(Entry old, Entry meta)
          This method implements the Modify operation (called by Update if the entry exists)
 Entry CSDeltaTaskComponent.nextDeletedEntry(Entry work)
          Return the next deleted entry.
 void CheckpointRestartInterface.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Deprecated. Notifies the connector of a restart situation.
 void AssemblyLineComponent.pushback(Entry entry)
          This method pushes an entry back to the connector.
 void ReplyChannelComponent.reply(Entry meta)
          This method implements the reply operation that is used in Server mode.
 void AssemblyLineComponent.reply(Entry meta)
          This method is used to send a reply entry to a connector
 void LoopComponent.setConnectorParams(Entry work)
          Executes the attribute map for the connector params
 boolean AssemblyLineComponent.setCriteria(SearchCriteria mySearchCrit, Entry work)
          This method sets the link criteria template for this AssemblyLineComponent, and then expands the template using the given work Entry.
 void AssemblyLineComponent.setCurrent(Entry current)
          Sets the current entry of the AssemblyLineComponent object
 void TaskCallBlock.setInitialWorkEntry(Entry entry)
          Sets the initial work entry
 void TaskCallBlock.setInputParameters(Entry entry)
          Sets the input parameter entry (from the AssemblyLine specification)
 void TaskCallBlock.setOperationInitParams(Entry params)
          Sets the AL Operation initialize parameters.
 void TaskCallBlock.setOutputParameters(Entry entry)
          Sets the output parameter entry (from the AssemblyLine specification)
 void AssemblyLine.setProxyALOperationParams(Entry opentry)
          This method transfers the Attributes from the passed entry object to the op-entry object of the Proxy AL.
 void AssemblyLineComponent.setRestartInfoEntry(ALState state, Entry rsi, int restartPoint)
          Deprecated.  
 void TaskCallBlock.setResultEntry(Entry entry)
           
 void TaskStatistics.setStats(Entry e)
           
 java.lang.Exception AssemblyLine.setUserCheckpoint(Entry cp)
          Deprecated.  
 void AssemblyLine.setWork(Entry entry)
          This method sets the initial work entry object.
 AssemblyLine RSInterface.startAL(java.lang.String assemblyLine, Connector connector, Entry work)
          Start named AssemblyLine providing an initial work entry and a connector
 AssemblyLine RS.startAL(java.lang.String assemblyLine, Connector connector, Entry work)
          Start named AssemblyLine providing an initial work entry and a connector
 AssemblyLinePool.ALWorker AssemblyLinePool.startThread(java.lang.String name, Entry workEntry)
          Starts a new thread with the provided work entry.
 boolean ScriptComponent.trigger(java.lang.String oper, Entry work)
          Calls the hook named oper, declaring work as the corresponding bean.
 boolean ReplyChannelComponent.trigger(java.lang.String oper, Entry work)
          Calls the hook named oper, declaring work as the corresponding bean.
 boolean EndLoopComponent.trigger(java.lang.String oper, Entry work)
          Calls Hooks.
 boolean EndBranchComponent.trigger(java.lang.String oper, Entry work)
          NOOP.
 boolean BranchingComponent.trigger(java.lang.String oper, Entry work)
          Calls the hook named oper, declaring work as the corresponding bean.
 boolean AttributeMapComponent.trigger(java.lang.String oper, Entry work)
          Performs any hook.
 boolean AssemblyLineComponent.trigger(java.lang.String oper, Entry work)
          Calls the hook named oper, declaring work as the corresponding bean.
 boolean ScriptComponent.trigger(java.lang.String oper, Entry work, Entry conn)
          Calls the hook named oper, declaring work and conn as the corresponding beans.
 boolean ReplyChannelComponent.trigger(java.lang.String oper, Entry work, Entry conn)
          Calls the hook named oper, declaring work and conn as the corresponding beans.
 boolean EndLoopComponent.trigger(java.lang.String oper, Entry work, Entry conn)
          Calls Hooks.
 boolean EndBranchComponent.trigger(java.lang.String oper, Entry work, Entry conn)
          NOOP.
 boolean BranchingComponent.trigger(java.lang.String oper, Entry work, Entry conn)
          Calls the hook named oper, declaring work and conn as the corresponding beans.
 boolean AttributeMapComponent.trigger(java.lang.String oper, Entry work, Entry conn)
          Performs any hook.
 boolean AssemblyLineComponent.trigger(java.lang.String oper, Entry work, Entry conn)
          Calls the hook named oper, declaring work and conn as the corresponding beans.
protected  boolean AssemblyLineComponent.triggerImpl(java.lang.String oper, Entry work, Entry conn)
          Calls the hook named oper, declaring work and conn as the corresponding beans.
 void AssemblyLineComponent.update(Entry meta)
          This method implements the Update mode operation.
 void AssemblyLineComponent.verifySchema(Entry entry, boolean input)
          Deprecated.  
 boolean SwitchComponent.willExecute(Entry work)
          Return true/false if this component should be executed.
 boolean ScriptComponent.willExecute(Entry work)
          Return true/false if this component should be executed.
 boolean LoopComponent.willExecute(Entry work)
          This method will execute the Loop condition/connector and determine whether there are more loops to do.
 boolean FunctionComponent.willExecute(Entry work)
          Return true/false if this component should be executed.
 boolean EndLoopComponent.willExecute(Entry work)
          This method always returns true.
 boolean EndBranchComponent.willExecute(Entry work)
          This method always returns true.
 boolean BranchingComponent.willExecute(Entry work)
          Return true or false, depending on what the expression in the branch evaluates to This method is called by the AssemblyLine.
 boolean AttributeMapComponent.willExecute(Entry work)
          This method always returns true
 boolean AssemblyLineComponent.willExecute(Entry work)
          Return true/false if this component should be executed.
 

Constructors in com.ibm.di.server with parameters of type Entry
AssemblyLinePool.ALWorker(java.lang.String name, Entry workEntry, AssemblyLinePool pool)
           
TaskCallBlock(Entry old, AssemblyLineConfig alc, TaskInterface task)
          Constructor - Populate object with saved data and current task context.
 

Uses of Entry in com.ibm.di.server.criteria
 

Methods in com.ibm.di.server.criteria with parameters of type Entry
 boolean SearchCriteriaMatcher.match(Entry entry, SearchCriteria sc)
          Matches the specified entry against the defined search criteria using the default mechanism.
 boolean DefaultSearchCriteriaMatcher.match(Entry entry, SearchCriteria sc)
           
 boolean SearchCriteriaMatcher.match(Entry entry, SearchCriteria sc, java.util.Map<java.lang.String,MatchCustomizer> customize)
          Matches specified entry against the defined search criteria using the specified customization mechanism.
 boolean DefaultSearchCriteriaMatcher.match(Entry entry, SearchCriteria sc, java.util.Map<java.lang.String,MatchCustomizer> customize)
           
 

Uses of Entry in com.ibm.di.store
 

Methods in com.ibm.di.store that return Entry
 Entry DeltaStore.findEntry(java.lang.String key)
           
 Entry DeltaStore.findEntryVerify(java.lang.String key)
           
 Entry DeltaStore.getNextDeletedEntry(boolean deleteEntry)
          Returns the next deleted Entry.
 Entry DeltaStore.getNextDeletedEntry(boolean deleteEntry, java.util.Set<java.lang.String> keys)
          Returns the next deleted Entry, given a Set of keys for unchanged Entries.
 Entry SandboxStore.getNextEntry()
           
 Entry DeltaStore.getStatistics()
           
 

Methods in com.ibm.di.store with parameters of type Entry
 void SandboxStore.addEntry(Entry entry)
           
 void DeltaStore.insertEntry(java.lang.String key, Entry entry)
           
 void DeltaStore.updateEntry(java.lang.String key, Entry entry)
           
 

Uses of Entry in com.ibm.di.systemqueue
 

Methods in com.ibm.di.systemqueue that return Entry
 Entry SystemQueue.getEntry(java.lang.String aQueueName, int aTimeOut)
          Gets an Entry object from the System Queue
 

Methods in com.ibm.di.systemqueue with parameters of type Entry
 void SystemQueue.putEntry(java.lang.String aQueueName, Entry aEntry)
          Puts an Entry object to the System Queue
 

Uses of Entry in com.ibm.di.util
 

Methods in com.ibm.di.util that return Entry
static Entry NotSerializable.convertEntry(Entry e)
          Checks if entry is of type Entry and traverses all attributes and values to see if any of them are not serializable.
 Entry DebugServer.convertEntry(Entry entry)
          Checks if entry is of type Entry and traverses all attributes and values to see if any of them are not serializable.
 Entry XMLUtils.XML2Entry(java.lang.String xml)
           
 

Methods in com.ibm.di.util with parameters of type Entry
 void Base64EntryConverter.base64decode(Entry entry)
          Encode the entry.
 void Base64EntryConverter.base64encode(Entry entry)
          Encode the entry.
static Entry NotSerializable.convertEntry(Entry e)
          Checks if entry is of type Entry and traverses all attributes and values to see if any of them are not serializable.
 Entry DebugServer.convertEntry(Entry entry)
          Checks if entry is of type Entry and traverses all attributes and values to see if any of them are not serializable.
static void SchemaUtils.convertEntryToSchema(Entry entry, ConnectorConfig cc, boolean input)
          Creates a schema item for each attribute in the entry.
static void SchemaUtils.convertEntryToSchemaHier(Entry entry, ConnectorConfig cc, boolean input)
          Creates a schema item for each attribute in the entry.
 java.lang.String XMLUtils.entry2XML(Entry e)
           
 java.lang.String[] Base64EntryConverter.getBinaryAttributeNames(Entry entry)
          Get BASE64 encoding attributes