Uses of Class
com.ibm.di.entry.Entry
-
Packages that use Entry Package Description 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 Verify 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.aleidocv3 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 Verify 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 Verify 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 Verify Directory Integrator core engine.com.ibm.di.server.criteria com.ibm.di.store Provides classes for the Security Verify Directory Integrator system store.com.ibm.di.systemqueue Provides classes for the Security Verify Directory Integrator system queue.com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of Entry in com.ibm.di.api
Methods in com.ibm.di.api that return Entry Modifier and Type Method Description EntryTombstone. 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 Modifier and Type Method Description EntryAssemblyLineHandler. executeCycle()Executes an AssemblyLine cycle with null work Entry attribute.EntryAssemblyLineHandler. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandler. executeCycle(Entry aEntry, java.lang.Boolean aProcessTCB)Executes an AssemblyLine cycle.EntryAssemblyLineHandlerMBean. executeCycle()Executes an AssemblyLine cycle with null work Entry attribute.EntryAssemblyLineHandlerMBean. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandlerMBean. executeCycle(Entry aEntry, java.lang.Boolean aProcessTCB)Executes an AssemblyLine cycle.EntrySystemQueue. getEntry(java.lang.String aQueueName, int aTimeOut)Retrieves an Entry object from the specified System QueueEntrySystemQueueMBean. getEntry(java.lang.String aQueueName, int aTimeOut)Retrieves an Entry object from the specified System QueueEntryAssemblyLine. getResult()This method returns the result entry object.EntryAssemblyLineMBean. getResult()This method returns the result entry object.Methods in com.ibm.di.api.jmx.mbeans with parameters of type Entry Modifier and Type Method Description voidAssemblyLineListener. assemblyLineCycleDone(Entry aEntry)Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.voidAssemblyLineListenerBase. assemblyLineCycleDone(Entry aEntry)Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.EntryAssemblyLineHandler. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandler. executeCycle(Entry aEntry, java.lang.Boolean aProcessTCB)Executes an AssemblyLine cycle.EntryAssemblyLineHandlerMBean. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandlerMBean. executeCycle(Entry aEntry, java.lang.Boolean aProcessTCB)Executes an AssemblyLine cycle.voidSystemQueue. putEntry(java.lang.String aQueueName, Entry aEntry)Stores an Entry object to the specified System QueuevoidSystemQueueMBean. putEntry(java.lang.String aQueueName, Entry aEntry)Stores an Entry object to the specified System Queuejavax.management.ObjectNameConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data asynchronously.javax.management.ObjectNameConfigInstance. 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.ObjectNameConfigInstance. 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.ObjectNameConfigInstance. 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.ObjectNameConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, java.lang.Boolean aSync)Starts the specified AssemblyLine with the given input data.javax.management.ObjectNameConfigInstanceMBean. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data asynchronously.javax.management.ObjectNameConfigInstanceMBean. 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.ObjectNameConfigInstanceMBean. 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.ObjectNameConfigInstanceMBean. 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.ObjectNameConfigInstanceMBean. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, java.lang.Boolean aSync)Starts the specified AssemblyLine with the given input data.javax.management.ObjectNameConfigInstance. startAssemblyLineManual(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data in manual mode.javax.management.ObjectNameConfigInstanceMBean. 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 Modifier and Type Method Description EntryAssemblyLineHandler. executeCycle()Executes an AssemblyLine cycle with null work Entry attribute.EntryAssemblyLineHandler. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandler. executeCycle(Entry aEntry, boolean aProcessTCB)Executes an AssemblyLine cycle.EntrySystemQueue. getEntry(java.lang.String aQueueName, int aTimeOut)Retrieves an Entry object from the specified System QueueEntryAssemblyLine. getResult()This method returns the result entry object.EntrySequence. getResult()This method returns the result entry object.Methods in com.ibm.di.api.local with parameters of type Entry Modifier and Type Method Description voidAssemblyLineListener. assemblyLineCycleDone(Entry aEntry)Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.EntryAssemblyLineHandler. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandler. executeCycle(Entry aEntry, boolean aProcessTCB)Executes an AssemblyLine cycle.voidSystemQueue. putEntry(java.lang.String aQueueName, Entry aEntry)Stores an Entry object to the specified System QueueAssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data asynchronously.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)Starts the specified AssemblyLine with the given input data.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)Starts asynchronously the specified AssemblyLine with the given input data and results listener.AssemblyLineConfigInstance. 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.AssemblyLineConfigInstance. 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.AssemblyLineHandlerConfigInstance. 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 Modifier and Type Method Description EntryAssemblyLineHandlerImpl. executeCycle()Executes an AssemblyLine cycle with null work Entry attribute.EntryAssemblyLineHandlerImpl. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandlerImpl. executeCycle(Entry aEntry, boolean aProcessTCB)Executes an AssemblyLine cycle.EntrySystemQueueImpl. getEntry(java.lang.String aQueueName, int aTimeOut)Retrieves an Entry object from the specified System QueueEntryAssemblyLineImpl. getResult()This method returns the result entry object.EntrySequenceImpl. getResult()Methods in com.ibm.di.api.local.impl with parameters of type Entry Modifier and Type Method Description EntryAssemblyLineHandlerImpl. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandlerImpl. executeCycle(Entry aEntry, boolean aProcessTCB)Executes an AssemblyLine cycle.voidSystemQueueImpl. putEntry(java.lang.String aQueueName, Entry aEntry)Stores an Entry object to the specified System QueueAssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data asynchronously.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)Starts the specified AssemblyLine with the given input data.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)Starts asynchronously the specified AssemblyLine with the given input data and results listener.AssemblyLineConfigInstanceImpl. 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.AssemblyLineConfigInstanceImpl. 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.AssemblyLineHandlerConfigInstanceImpl. 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 Modifier and Type Method Description EntryAssemblyLineHandler. executeCycle()Executes an AssemblyLine cycle with null work Entry attribute.EntryAssemblyLineHandler. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandler. executeCycle(Entry aEntry, boolean aProcessTCB)Executes an AssemblyLine cycle.EntrySystemQueue. getEntry(java.lang.String aQueueName, int aTimeOut)Retrieves an Entry object from the specified System QueueEntryAssemblyLine. getResult()This method returns the result entry object.EntrySequence. getResult()This method returns the result entry object.Methods in com.ibm.di.api.remote with parameters of type Entry Modifier and Type Method Description voidAssemblyLineListener. assemblyLineCycleDone(Entry aEntry)Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.EntryAssemblyLineHandler. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandler. executeCycle(Entry aEntry, boolean aProcessTCB)Executes an AssemblyLine cycle.voidSystemQueue. putEntry(java.lang.String aQueueName, Entry aEntry)Stores an Entry object to the specified System QueueAssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data asynchronously.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)Starts the specified AssemblyLine with the given input data.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)Starts asynchronously the specified AssemblyLine with the given input data and results listener.AssemblyLineConfigInstance. 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.AssemblyLineConfigInstance. 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.AssemblyLineHandlerConfigInstance. 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 Modifier and Type Method Description EntryAssemblyLineHandlerImpl. executeCycle()Executes an AssemblyLine cycle with null work Entry attribute.EntryAssemblyLineHandlerImpl. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandlerImpl. executeCycle(Entry aEntry, boolean aProcessTCB)Executes an AssemblyLine cycle.EntrySystemQueueImpl. getEntry(java.lang.String aQueueName, int aTimeOut)Retrieves an Entry object from the specified System QueueEntryAssemblyLineImpl. getResult()This method returns the result entry object.EntrySequenceImpl. getResult()Methods in com.ibm.di.api.remote.impl with parameters of type Entry Modifier and Type Method Description voidAssemblyLineListenerBase. assemblyLineCycleDone(Entry aEntry)Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.EntryAssemblyLineHandlerImpl. executeCycle(Entry aEntry)Executes an AssemblyLine cycle.EntryAssemblyLineHandlerImpl. executeCycle(Entry aEntry, boolean aProcessTCB)Executes an AssemblyLine cycle.voidSystemQueueImpl. putEntry(java.lang.String aQueueName, Entry aEntry)Stores an Entry object to the specified System QueueAssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data asynchronously.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)Starts the specified AssemblyLine with the given input data.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)Starts asynchronously the specified AssemblyLine with the given input data and results listener.AssemblyLineConfigInstanceImpl. 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.AssemblyLineConfigInstanceImpl. 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.AssemblyLineHandlerConfigInstanceImpl. 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description EntryTDIProperties. 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.EntryTDIPropertyStore. getPropertyEntry(java.lang.String key)Returns the Entry object for a key.Methods in com.ibm.di.config.interfaces with parameters of type Entry Modifier and Type Method Description voidTDIPropertyStore. 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 Modifier and Type Method Description EntryDominoConnector. buildEntry(lotus.domino.Document doc)This method is invoked by the getNextEntry method.EntryLDAPConnector. entry2at(javax.naming.directory.SearchResult sr)Internal method used to convert a SearchResult from the LDAP Server to an Entry.EntryAssemblyLineConnector. findEntry(SearchCriteria search)This method runs the target AL.EntryConnector. findEntry(SearchCriteria search)Finds an existing entry.EntryConnector. findEntry(java.lang.Object key, java.lang.Object value)Locates an entry based on a key/value pair.EntryConnectorInterface. findEntry(SearchCriteria search)Finds an existing entry.EntryDominoConnector. findEntry(SearchCriteria search)This method is used in Lookup, Update and Delete modes.EntryDSMLv2SOAPConnector. findEntry(SearchCriteria aSearch)Finds an existing entry.EntryHTTPClientConnector. findEntry(SearchCriteria search)The findEntry function is called during Lookup operations.EntryITIMAgentConnector. findEntry(SearchCriteria aSearch)Finds a JNDI Entry given search criteria.EntryITRegistryConnector. findEntry(SearchCriteria searchCrit)This will return an Entry (CI\Relationship) based on the conditions specified in the Link Criteria of the Connector.EntryJDBCConnector. findEntry(SearchCriteria search)Finds an existing entry.EntryJMSConnector. findEntry(SearchCriteria search)Query the queue for specific messages.EntryJNDIConnector. findEntry(SearchCriteria search)Find an entry matching a SearchCriteria.EntryLDAPConnector. findEntry(SearchCriteria search)Find an entry matching a SearchCriteria.EntryMailboxConnector. findEntry(SearchCriteria aSearch)Finds an existing entry.EntryPESConnector. findEntry(SearchCriteria search)Finds an existing entry.EntryPropertiesConnector. findEntry(SearchCriteria search)Looks for a key name in the configured store.EntryScriptConnector. findEntry(SearchCriteria search)Finds an existing entry.EntrySNMPConnector. findEntry(SearchCriteria search)Searches for an entry matching the specified search criteria.EntryPESConnector. findEntryWithFlag(SearchCriteria search, boolean returnWrappedEntry)Wrapped functionality for backward compatibility.EntryJNDIConnector. getCurrentEntry()Retrieves current entry.EntryLDAPConnector. getCurrentEntry()Gets the current Entry.EntryConnector. getFirstFindEntry()Returns the first entry from the list of duplicate entries found.EntryConnectorInterface. getFirstFindEntry()Returns the first entry from the list of duplicate entries found.EntryLDAPGroupConnector.GroupEntry. getGroupEntry()EntryADChangelogConnector. getNextEntry()Retrieves the next "changed" object from the AD.EntryADChangelogConnectorv2. getNextEntry()Retrieves the next "changed" object from Active Directory.EntryAssemblyLineConnector. getNextEntry()This method runs the target AL.EntryAxisEasyWSServerConnector. getNextEntry()Uses the super class's getNextEntry() method and then manipulate the data in the returned by that method entry.EntryCommandLineConnector. getNextEntry()Return the next Entry from the connector.EntryConnector. getNextEntry()Returns the next Entry from the connector.EntryConnectorInterface. getNextEntry()Returns the next Entry from the connector.EntryDBChangelogConnector. getNextEntry()Gets the next Entry object from the 'change table'.EntryDominoChangeDetectionConnector. getNextEntry()Retrieves the next changed entry.EntryDominoConnector. getNextEntry()Gets the nextEntry attribute of the DominoConnector objectEntryDSMLv2SOAPConnector. getNextEntry()Gets an entry form the resultSet.EntryDSMLv2SOAPServerConnector. getNextEntry()Gets the next DSML request, sent by the client.EntryEIFConnector. getNextEntry()The returned entry has the following structure:EntryFileConnector. getNextEntry()Return the next Entry from the connector.EntryFormEntryConnector. getNextEntry()Returns the next Entry from the connector.EntryFTPClientConnector. getNextEntry()Reads an entry , by calling the provided parser's readEntry() method.EntryHTTPClientConnector. getNextEntry()This function is called to retrieve the next Entry from the connector.EntryHTTPServerConnector. getNextEntry()This method is called when this connector is used in Iterator mode.EntryIDSChangelogConnector. 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.EntryITIMAgentConnector. getNextEntry()Retrieves the next Entry object from the search results.EntryITRegistryConnector. getNextEntry()This method returns a single entry object for a CI\Relationship searched as per criteria.EntryJDBCConnector. getNextEntry()Gets the nextEntry attribute of the JDBCConnector objectEntryJMSConnector. getNextEntry()Gets the nextEntry attribute of the JMSConnector objectEntryJMXConnector. getNextEntry()Gets the next notification objectEntryJNDIConnector. getNextEntry()Returns the next Entry from the connector.EntryLDAPConnector. getNextEntry()Get the next entry that was retrieved by selectEntries().EntryLDAPGroupConnector. getNextEntry()EntryLDAPServerConnector. getNextEntry()Returns the next Entry from the LDAP client.EntryMailboxConnector. getNextEntry()Gets the next message from an open MailboxConnector objectEntryMemQConnector. getNextEntry()Returns the next entry objEntryNetscapeChangelogConnector. 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.EntryPESConnector. getNextEntry()Returns the next entry from the result set created by selectEntriesEntryPropertiesConnector. getNextEntry()Iterates over the set of keys and returns an entry for each property.EntryRACConnector. getNextEntry()Retrieves the next CommonBaseEvent produced by the remote Logging Agent.EntryScriptConnector. getNextEntry()Returns the next Entry from the connector.EntryServerNotificationsConnector. getNextEntry()Gets the next notification objectEntrySNMPConnector. getNextEntry()Gets the nextEntry attribute of the SNMPConnector objectEntrySNMPServerConnector. getNextEntry()Returns the next Entry from the SNMP client(Manager).EntryStreamConnector. getNextEntry()uses the provided parser to read an entryEntrySystemQueueConnector. getNextEntry()Gets the next Entry object from the JMS server.EntryTCPConnector. getNextEntry()Returns the next Entry from the connector.EntryTCPServerConnector. getNextEntry()Returns the next Entry from the TCP client.EntryTimerConnector. getNextEntry()Returns the next Entry from the connector.EntryURLConnector. getNextEntry()reads next entry using the provided parserEntryZOSChangelogConnector. 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.EntryConnector. getNextFindEntry()Returns the next entry from the list of duplicate entries found.EntryConnectorInterface. getNextFindEntry()Returns the next entry from the list of duplicate entries found.protected EntryADChangelogConnectorv2. getNextSearchResult()Retrieves next Entry from result set.EntryJDBCConnector. getNextSQLSelectEntry()Gets the nextSQLSelectEntry entryEntryConnector. getPushbackEntry()Returns the pushed back entry for the connector.EntryConnectorInterface. getPushbackEntry()Returns the pushed back entry for the connector.EntryLDAPConnector. getServerInfo()Gets the serverInfo from the LDAP ServerEntryADChangelogConnector. getUsnValues()Retrives USN synchronization values.EntryDominoConnector. inner_findEntry(SearchCriteria search)Internal implementation of the findEntry method executed by the worker thread.EntryJMSConnector. message2entry(javax.jms.Message m)Convert a JMS message to an entry.protected EntryADChangelogConnector. packUsnValues()protected EntryADChangelogConnectorv2. packUsnValues()Retrieves USN value as properties.protected EntryChangelogConnector. parseEntry(Entry aEntry)Method for parsing and merging Changelog Entry attributes and changed attributes from the actual Directory Entry.protected EntryIDSChangelogConnector. parseEntry(Entry aEntry)protected EntryZOSChangelogConnector. parseEntry(Entry aEntry)Method for parsing and merging Changelog Entry attributes and changed attributes from the actual Directory Entry.EntryAssemblyLineConnector. performOperation(Entry workEntry, java.lang.String operation)This method invokes the named operation in the target AssemblyLine.EntryAssemblyLineConnector. performOperation(Entry workEntry, java.lang.String operation, Entry opentry)This method invokes the named operation in the target AssemblyLine.EntryAssemblyLineConnector. queryReply(Entry entry)This method runs the target AL.EntryCommandLineConnector. 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.EntryConnector. queryReply(Entry entry)Performs a query/reply operations.EntryConnectorInterface. queryReply(Entry entry)Performs a query/reply operations.EntryDSMLv2SOAPConnector. queryReply(Entry aQueryEntry)Sends the DSML request to the DSML Server.EntryHTTPClientConnector. queryReply(Entry entry)Performs a query/reply operations.EntryIdMLConnector. queryReply(Entry aEntry)Adds the CI/Relationship to the IdML book.EntryITRegistryConnector. queryReply(Entry entry)This method is invoke for CallReply mode.EntryJMSConnector. queryReply(Entry entry)This method uses temporary queues/topics to implement the queryReply method.EntryScriptConnector. queryReply(Entry entry)Performs a query/reply operations.protected EntryADChangelogConnector. retrieveEntry(java.lang.String aFilter)Retrieves an Entry from AD based on the given filter.EntrySNMPConnector. returnEntry(java.lang.Object obj)Checks the type of the given object.Methods in com.ibm.di.connector with parameters of type Entry Modifier and Type Method Description protected voidADChangelogConnector. addGUIDStrAttribute(Entry aEntry)Adds the "objectGUIDStr" Attribute to the Entry.protected voidADChangelogConnectorv2. addGUIDStrAttribute(Entry aEntry)Adds the "objectGUIDStr" Attribute to the Entry.voidDominoConnector. addValue(Entry e, java.lang.String attr, java.util.Vector value, int type)Adds a feature to the Value attribute of the DominoConnector objectjavax.naming.directory.BasicAttributesLDAPConnector. at2entry(Entry entry, boolean removeEmptyAttrs)Internal method used to convert an Entry into BasicAttributes that can be sent to the LDAP ServervoidAssemblyLineConnector. deleteEntry(Entry entry, SearchCriteria search)This method runs the target AL.voidConnector. deleteEntry(Entry entry, SearchCriteria search)Deletes an existing entry.voidConnectorInterface. deleteEntry(Entry entry, SearchCriteria search)Deletes an existing entry.voidDominoConnector. deleteEntry(Entry entry, SearchCriteria search)This method is used in Delete mode.voidDSMLv2SOAPConnector. deleteEntry(Entry aEntry, SearchCriteria aSearch)This method first look for an attribute with nameDsmlv2Parser.ATTR_NAME_DNin the provided entry if not found it looks the first criteria in the SearchCriteria object for the same name.voidITIMAgentConnector. deleteEntry(Entry aEntry, SearchCriteria aSearch)Deletes a JNDI Entry.voidJDBCConnector. deleteEntry(Entry entry, SearchCriteria search)Deletes an existing entry.voidJNDIConnector. deleteEntry(Entry entry, SearchCriteria search)Delete an entry.voidLDAPConnector. deleteEntry(Entry entry, SearchCriteria search)Delete an entry in the LDAP Server.voidMailboxConnector. deleteEntry(Entry aEntry, SearchCriteria aSearch)Deletes an existing entry.voidPESConnector. deleteEntry(Entry entry, SearchCriteria search)Deletes an existing entry.voidPropertiesConnector. deleteEntry(Entry entry, SearchCriteria search)Deletes the specified key/value pair from the configured property store.voidScriptConnector. deleteEntry(Entry entry, SearchCriteria search)Deletes an existing entry.javax.jms.MessageJMSConnector. entry2message(Entry entry)Convert an entry to a JMS message.voidConnector. extractExceptionInformation(Entry error)Extracts additional information about a connector specific exception.voidJDBCConnector. extractExceptionInformation(Entry error)java.lang.StringPESConnector. getAttrName(Entry entry)Returns Attr name if not keyAttributejava.lang.StringPESConnector. getUniqueKey(Entry e, java.util.Vector<java.lang.String> keys)Generate unique key from list of key AttributesvoidDominoConnector. modDocument(lotus.domino.Document doc, Entry entry)This method modifies a Domino database document.voidAssemblyLineConnector. modEntry(Entry entry, SearchCriteria search, Entry old)This method runs the target AL.voidConnector. modEntry(Entry entry, SearchCriteria search)Modifies an existing entry.voidConnector. modEntry(Entry entry, SearchCriteria search, Entry old)Modifies an existing entry.voidConnectorInterface. modEntry(Entry entry, SearchCriteria search)Modifies an existing entry.voidConnectorInterface. modEntry(Entry entry, SearchCriteria search, Entry old)Modifies an existing entry.voidDominoConnector. modEntry(Entry entry, SearchCriteria search)This method is used in Update mode.voidDominoConnector. modEntry(Entry entry, SearchCriteria search, Entry old)This method is used in Update mode.voidDSMLv2SOAPConnector. modEntry(Entry entry, SearchCriteria search)Modifies an existing entry.voidDSMLv2SOAPConnector. modEntry(Entry entry, SearchCriteria search, Entry old)Modifies an existing entry.voidITIMAgentConnector. modEntry(Entry aEntry, SearchCriteria aSearch)Modifies a JNDI Entry.voidITIMAgentConnector. modEntry(Entry aEntry, SearchCriteria aSearch, Entry aOldEntry)Modifies a JNDI Entry.voidJDBCConnector. modEntry(Entry entry, SearchCriteria search)Modifies an existing entry.voidJNDIConnector. modEntry(Entry entry, SearchCriteria search)Modifies an existing entry.voidJNDIConnector. modEntry(Entry entry, SearchCriteria search, Entry old)Modify an Object in the DirContext.voidLDAPConnector. modEntry(Entry entry, SearchCriteria search)Modify an Object in the LDAP Server.voidLDAPConnector. modEntry(Entry entry, SearchCriteria search, Entry old)Modify an Object in the LDAP Server.voidMailboxConnector. modEntry(Entry entry, SearchCriteria search, Entry old)Modifies an existing entry.voidPESConnector. modEntry(Entry entry, SearchCriteria search)Modifies an existing entry.voidPESConnector. modEntry(Entry entry, SearchCriteria search, Entry old)Modify the entry in the System Store.voidPropertiesConnector. modEntry(Entry entry, SearchCriteria search)Modifies an existing entry.voidScriptConnector. modEntry(Entry entry, SearchCriteria search)Modifies an existing entry.voidScriptConnector. modEntry(Entry entry, SearchCriteria search, Entry old)Modifies an existing entry.protected EntryChangelogConnector. parseEntry(Entry aEntry)Method for parsing and merging Changelog Entry attributes and changed attributes from the actual Directory Entry.protected EntryIDSChangelogConnector. parseEntry(Entry aEntry)protected EntryZOSChangelogConnector. parseEntry(Entry aEntry)Method for parsing and merging Changelog Entry attributes and changed attributes from the actual Directory Entry.EntryAssemblyLineConnector. performOperation(Entry workEntry, java.lang.String operation)This method invokes the named operation in the target AssemblyLine.EntryAssemblyLineConnector. performOperation(Entry workEntry, java.lang.String operation, Entry opentry)This method invokes the named operation in the target AssemblyLine.voidConnector. pushback(Entry e)Make an entry the next entry to be iterated from the connector.voidConnectorInterface. pushback(Entry e)Make an entry the next entry to be iterated from the connector.voidAssemblyLineConnector. putEntry(Entry entry)This method runs the target AL.voidCommandLineConnector. putEntry(Entry entry)Add a new entry to the data sourcevoidConnector. putEntry(Entry entry)Adds a new entry to the data sourcevoidConnectorInterface. putEntry(Entry entry)Adds a new entry to the data sourcevoidDominoConnector. putEntry(Entry entry)This method is used in AddOnly mode.voidDSMLv2SOAPConnector. putEntry(Entry aPutEntry)Sends the DSML request to the DSML Server.voidDSMLv2SOAPServerConnector. putEntry(Entry aEntry)Sets an entry object in the set of results that will be send back to the client when theDSMLv2SOAPServerConnector.replyEntry(Entry)method is called.voidEIFConnector. putEntry(Entry entry)Sends an Entry to the remote server.voidFileConnector. putEntry(Entry entry)Add a new entry to the data sourcevoidFTPClientConnector. putEntry(Entry entry)Writes an entry , by calling the provided parser's writeEntry() method.voidHTTPClientConnector. putEntry(Entry entry)The putEntry function is called during AddOnly or Update operations.voidHTTPServerConnector. putEntry(Entry aEntry)This method provides chunking capabilities to the HTTP server.voidITIMAgentConnector. putEntry(Entry aEntry)Adds the given Entry as a new JNDI Subcontext.voidJDBCConnector. putEntry(Entry entry)Adds a new entry.voidJMSConnector. putEntry(Entry entry)Send an entry to the JMS server.voidJNDIConnector. putEntry(Entry entry)Adds a new entry to the data source.voidLDAPConnector. putEntry(Entry entry)Adds a new entry to the data source.voidLDAPServerConnector. putEntry(Entry entry)Sends a search result entry to the LDAP client in response to a search request.voidLogConnector. putEntry(Entry entry)Log a single Entry to the logvoidMailboxConnector. putEntry(Entry entry)Adds a new entry to the data sourcevoidMemQConnector. putEntry(Entry entry)Adds the given entry object to the MemQvoidPESConnector. putEntry(Entry entry)Adds a new entry.voidPropertiesConnector. putEntry(Entry entry)Adds a key/value pair in the specified property store.voidRACConnector. putEntry(Entry aEntry)Creates a CommonBaseEvent object using the attributes of the given Entry.voidScriptConnector. putEntry(Entry entry)Adds a new entry to the data sourcevoidServerNotificationsConnector. putEntry(Entry entry)Emits a custom Server API notificationvoidSNMPConnector. putEntry(Entry entry)Send SNMP data.voidSNMPServerConnector. putEntry(Entry aEntry)Send response to the SNMP client (Manager).voidStreamConnector. putEntry(Entry entry)Writes an entry using the provided parservoidSystemQueueConnector. putEntry(Entry aEntry)Send an entry to the JMS server.voidTCPConnector. putEntry(Entry entry)Adds a new entry to the data sourcevoidTCPServerConnector. putEntry(Entry aEntry)Flushes the output stream to the client.voidURLConnector. putEntry(Entry entry)writes next entry using the provided parserEntryAssemblyLineConnector. queryReply(Entry entry)This method runs the target AL.EntryCommandLineConnector. 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.EntryConnector. queryReply(Entry entry)Performs a query/reply operations.EntryConnectorInterface. queryReply(Entry entry)Performs a query/reply operations.EntryDSMLv2SOAPConnector. queryReply(Entry aQueryEntry)Sends the DSML request to the DSML Server.EntryHTTPClientConnector. queryReply(Entry entry)Performs a query/reply operations.EntryIdMLConnector. queryReply(Entry aEntry)Adds the CI/Relationship to the IdML book.EntryITRegistryConnector. queryReply(Entry entry)This method is invoke for CallReply mode.EntryJMSConnector. queryReply(Entry entry)This method uses temporary queues/topics to implement the queryReply method.EntryScriptConnector. queryReply(Entry entry)Performs a query/reply operations.voidAxisEasyWSServerConnector. replyEntry(Entry conn)Send a reply to the connector.voidConnector. replyEntry(Entry entry)Send a reply to the connector.voidConnectorInterface. replyEntry(Entry entry)Send a reply to the connector.voidDSMLv2SOAPServerConnector. 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.voidHTTPServerConnector. replyEntry(Entry aEntry)This method sends the provided entry to the client as an HTTP response.voidLDAPServerConnector. replyEntry(Entry conn)Send an LDAP result message in response to the last request from the LDAP Client.voidSNMPServerConnector. replyEntry(Entry aEntry)Send response to the SNMP client (Manager).voidTCPServerConnector. replyEntry(Entry aEntry)Flushes the output stream to the client and closes the connection.voidSNMPConnector. sendTrap(Entry entry)Send a SNMP trap using the given EntryvoidConnector. setCurrent(Entry entry, SearchCriteria search)Change the SearchCriteria search to find the entry sent as a parameter.voidConnectorInterface. setCurrent(Entry entry, SearchCriteria search)Change the SearchCriteria search to find the entry sent as a parameter.voidDominoConnector. setCurrent(Entry entry, SearchCriteria search)Used when multiple entries found, and you want to modify or delete one of them.voidJDBCConnector. setCurrent(Entry entry, SearchCriteria search)Change the SearchCriteria search to find the entry sent as a parameter.voidTimerConnector. setNextEntry(Entry e)Sets next entry for server modevoidHTTPServerConnector. setProperty(Entry aEntry, java.lang.String aProperty, java.lang.Object aValue, boolean aTcpDataAsProps)This method adds a property to the provided entry if theaTcpDataAsPropsis set to true, if it is set to false then the provided property is added as an attribute.voidADChangelogConnector. 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 Modifier and Type Method Description EntryAxis2WSServerConnector. getNextEntry()Returns the next Entry from the connector.Methods in com.ibm.di.connector.axis2 with parameters of type Entry Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>Axis2WSServerConnector. getHTTPHeaders(Entry httpEntry)voidAxis2WSServerConnector. 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 Modifier and Type Method Description static AttributeWSUtils. 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 Modifier and Type Method Description abstract EntryAbstractMetaData. createEntry(ActualCI configItem)Creates an instance of DI Entry based on a given configuration item.abstract EntryAbstractMetaData. createEntry(CIRelation relation)Creates an instance of DI Entry based on a given relation.abstract EntryAbstractMetaData. createSchema(ActualCIDefinition definition)Creates a schema based on a given definition.abstract EntryAbstractMetaData. createSchema(CIRelationDefinition definition)Creates a schema based on a given definition.EntryCCMDBConnector. findEntry(SearchCriteria criteria)Finds an existing entry.abstract EntryAbstractDataHandler. getNextEntry()This method returns a single entry object for a selected artifact instance, searched as per criteria.EntryActualCIDataHandler. getNextEntry()EntryCCMDBConnector. getNextEntry()This method returns a single entry object for a CI\Relationship searched as per criteria.EntryCIRelationDataHandler. getNextEntry()abstract EntryAbstractDataHandler. getSchema()Returns the schema that is based on selected artifact type and class name.EntryActualCIDataHandler. getSchema()EntryCIRelationDataHandler. getSchema()Methods in com.ibm.di.connector.ccmdb with parameters of type Entry Modifier and Type Method Description static voidEntryUtilities. addAttributesToEntry(ActualCI configItem, ActualCIDefinition definition, Entry entry)Adds object attributes as attributes to a DI Entry.static voidEntryUtilities. addAttributesToEntryAttribute(Attribute attribute, ActualCI configItem, ActualCIDefinition definition, Entry entry)Adds object attributes as child attributes to a DI Entry attribute.static voidEntryUtilities. addAttributesToSchema(java.util.Collection<AttributeDefinition> attributes, Entry schema)Adds class attribute definitions as attributes to a DI Entry.static voidEntryUtilities. addAttributesToSchemaAttribute(Attribute attribute, java.util.Collection<AttributeDefinition> attributes, Entry schema)Adds class attribute definitions as attributes to a DI Entry attribute.abstract booleanAbstractDataHandler. addEntry(Entry entry)Inserts an instance of selected artifact type into the data store.booleanActualCIDataHandler. addEntry(Entry entry)booleanCIRelationDataHandler. addEntry(Entry entry)static voidEntryUtilities. addPropertiesToEntry(ModelObject object, ModelObjectDefinition definition, Entry entry)Adds object properties as attributes to a DI Entry.static voidEntryUtilities. addPropertiesToEntryAttribute(Attribute attribute, ModelObject object, ModelObjectDefinition definition, Entry entry)Adds object attributes as child attributes to a DI Entry attribute.static voidEntryUtilities. addPropertiesToSchema(ModelObjectDefinition definition, Entry schema)Adds property definitions as attributes to a DI Entry.static voidEntryUtilities. addPropertiesToSchemaAttribute(Attribute attribute, ModelObjectDefinition definition, Entry schema)Adds property definitions as child attributes to an Attribute.abstract ActualCIAbstractMetaData. createActualCI(Entry entry)Creates an instance of ActualCI based on a given DI Entry object.abstract CIRelationAbstractMetaData. createCIRelation(Entry entry)Creates an instance of CIRelation based on a given DI Entry object.voidCCMDBConnector. deleteEntry(Entry entry, SearchCriteria search)voidCCMDBConnector. modEntry(Entry entry, SearchCriteria search)voidCCMDBConnector. modEntry(Entry entry, SearchCriteria search, Entry oldEntry)voidCCMDBConnector. putEntry(Entry entry)Adds a new entry to the data sourceabstract booleanAbstractDataHandler. removeEntry(Entry entry)Removes an instance of selected artifact type from the data store.booleanActualCIDataHandler. removeEntry(Entry entry)booleanCIRelationDataHandler. removeEntry(Entry entry)abstract booleanAbstractDataHandler. updateEntry(Entry entry)Updates an instance of selected artifact type in the database.booleanActualCIDataHandler. updateEntry(Entry entry)booleanCIRelationDataHandler. updateEntry(Entry entry) -
Uses of Entry in com.ibm.di.connector.ccmdb.schema.base
Methods in com.ibm.di.connector.ccmdb.schema.base that return Entry Modifier and Type Method Description EntryCCMDBEntryFactory. createEntry(ActualCI configItem)Creates a DI Entry based on a given configuration item.EntryCCMDBEntryFactory. createEntry(CIRelation relation)Creates a DI Entry based on a given relation.EntryCCMDBMetaData. createEntry(ActualCI configItem)EntryCCMDBMetaData. createEntry(CIRelation relation)EntryCCMDBMetaData. createSchema(ActualCIDefinition definition)EntryCCMDBMetaData. createSchema(CIRelationDefinition definition)EntryCCMDBSchemaFactory. createSchema(ActualCIDefinition definition)Creates a DI Entry from a given instance of ActualCIDefinition.EntryCCMDBSchemaFactory. createSchema(CIRelationDefinition definition)Creates a DI Entry from a given instance of CIRelationDefinition.Methods in com.ibm.di.connector.ccmdb.schema.base with parameters of type Entry Modifier and Type Method Description ActualCICCMDBMetaData. createActualCI(Entry entry)CIRelationCCMDBMetaData. createCIRelation(Entry entry)ActualCICCMDBObjectFactory. createConfigItem(Entry entry)Creates an instance of ActualCI based on the data from a given DI Entry.CIRelationCCMDBObjectFactory. 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 Modifier and Type Method Description EntryCDMEntryFactory. createEntry(ActualCI configItem)Creates a DI Entry based on a given configuration item.EntryCDMEntryFactory. createEntry(CIRelation relation)Creates a DI Entry based on a given relation.EntryCDMMetaData. createEntry(ActualCI configItem)EntryCDMMetaData. createEntry(CIRelation relation)EntryCDMMetaData. createSchema(ActualCIDefinition definition)EntryCDMMetaData. createSchema(CIRelationDefinition definition)EntryCDMSchemaFactory. createSchema(ActualCIDefinition definition)Creates a DI Entry from a given instance of ActualCIDefinition.EntryCDMSchemaFactory. createSchema(CIRelationDefinition definition)Creates a DI Entry from a given instance of CIRelationDefinition.Methods in com.ibm.di.connector.ccmdb.schema.cdm with parameters of type Entry Modifier and Type Method Description ActualCICDMMetaData. createActualCI(Entry entry)CIRelationCDMMetaData. createCIRelation(Entry entry)ActualCICDMObjectFactory. createConfigItem(Entry entry)Creates an instance of ActualCI based on the data from a given DI Entry.CIRelationCDMObjectFactory. 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 Modifier and Type Method Description EntryDISBConnector. getNextEntry()Gets the nextEntry attribute of the JMSConnector objectMethods in com.ibm.di.connector.disb with parameters of type Entry Modifier and Type Method Description protected voidDISBConnector. buildEntryCiAttributes(Entry entry, java.util.HashMap<java.lang.String,java.lang.Object> attr, Attribute entryAttr)Method populates the Entry with the Configuration items.protected voidDISBConnector. 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 voidDISBConnector. 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.voidDISBConnector. 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 Modifier and Type Method Description protected EntryDominoUsersConnector. clearFixedDominoActionAttributes(IDominoAction aDominoAction, Entry aEntry)Extracts and stores data for the Domino ActionEntryIDominoAction. extractAndStoreData(Entry aEntry)This method extracts and stores data.EntryUserAccess. extractAndStoreData(Entry aEntry)This method extracts and stores data.EntryUserDeletion. extractAndStoreData(Entry aEntry)This method extracts and stores data.EntryUserRegistration. extractAndStoreData(Entry aEntry)This method extracts and stores data.EntryDominoUsersConnector. findEntry(SearchCriteria aSearch)Finds an existing entry.EntryDominoUsersConnector. getNextEntry()Returns the next Entry from the connector.Methods in com.ibm.di.connector.dominoUsers with parameters of type Entry Modifier and Type Method Description protected voidDominoUsersConnector. 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 dataprotected EntryDominoUsersConnector. clearFixedDominoActionAttributes(IDominoAction aDominoAction, Entry aEntry)Extracts and stores data for the Domino ActionvoidDominoUsersConnector. deleteEntry(Entry aEntry, SearchCriteria aSearch)Deletes an existing entry.EntryIDominoAction. extractAndStoreData(Entry aEntry)This method extracts and stores data.EntryUserAccess. extractAndStoreData(Entry aEntry)This method extracts and stores data.EntryUserDeletion. extractAndStoreData(Entry aEntry)This method extracts and stores data.EntryUserRegistration. extractAndStoreData(Entry aEntry)This method extracts and stores data.voidDominoUsersConnector. modEntry(Entry aEntry, SearchCriteria aSearch)Modifies an existing entry.booleanIDominoAction. mustPerform(Entry aEntry)Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.booleanUserAccess. mustPerform(Entry aEntry)Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.booleanUserDeletion. mustPerform(Entry aEntry)Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.booleanUserRegistration. mustPerform(Entry aEntry)Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.protected booleanDominoUsersConnector. mustPerformDominoAction(IDominoAction aDominoAction, Entry aEntry)Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.voidDominoUsersConnector. putEntry(Entry aEntry)Adds a new entry to the data sourceprotected voidDominoUsersConnector. 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 Modifier and Type Field Description protected EntryAbstractDataHandler. schemaMethods in com.ibm.di.connector.dpa that return Entry Modifier and Type Method Description abstract EntryAbstractMetaData. createEntry(ClassInstance classInstance)EntryDefaultDPAMetaData. createEntry(ClassInstance classInstance)abstract EntryAbstractMetaData. createSchema(java.lang.String assetClass)EntryDefaultDPAMetaData. createSchema(java.lang.String className)EntryDeployedAssetsConnector. findEntry(SearchCriteria criteria)Finds an existing entry.abstract EntryAbstractDataHandler. getNextEntry(boolean loadReferences)EntryDefaultDPADataHandler. getNextEntry(boolean loadReferences)EntryDeployedAssetsConnector. getNextEntry()This method returns a single entry object for a deployed asset searched as per criteria.EntryAbstractDataHandler. getSchema()Methods in com.ibm.di.connector.dpa with parameters of type Entry Modifier and Type Method Description abstract booleanAbstractDataHandler. addEntry(Entry entry)booleanDefaultDPADataHandler. addEntry(Entry entry)abstract ClassInstanceAbstractMetaData. createClassInstance(Entry entry)ClassInstanceDefaultDPAMetaData. createClassInstance(Entry entry)voidDeployedAssetsConnector. deleteEntry(Entry entry, SearchCriteria search)Deletes an existing entry.voidDeployedAssetsConnector. putEntry(Entry entry)Adds a new entry to the data sourceabstract booleanAbstractDataHandler. removeEntry(Entry entry)booleanDefaultDPADataHandler. removeEntry(Entry entry) -
Uses of Entry in com.ibm.di.connector.filemanagement
Methods in com.ibm.di.connector.filemanagement that return Entry Modifier and Type Method Description EntryFileManagementConnector. findEntry(SearchCriteria searchCrit)Finds an existing entry.EntryFileManagementConnector. getNextEntry()Returns the next Entry from the connector.Methods in com.ibm.di.connector.filemanagement with parameters of type Entry Modifier and Type Method Description voidFileManagementConnector. deleteEntry(Entry entry, SearchCriteria searchCrit)Deletes an existing entry.voidFileManagementConnector. modEntry(Entry newEntry, SearchCriteria searchCrit)Modifies an existing entry.voidFileManagementConnector. modEntry(Entry newEntry, SearchCriteria searchCrit, Entry oldEntry)Modifies an existing entry.voidFileManagementConnector. 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 Modifier and Type Method Description EntryGLAConnector. 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 Modifier and Type Method Description EntryTpaeIFConnector. findEntry(SearchCriteria searchCriteria)Finds an existing entry.EntryTpaeIFCDConnector. getNextEntry()Returns the next Entry from the connector.EntryTpaeIFConnector. getNextEntry()Returns the next Entry from the connector.Methods in com.ibm.di.connector.maximo with parameters of type Entry Modifier and Type Method Description voidTpaeIFConnector. deleteEntry(Entry entry, SearchCriteria sc)Deletes an existing entry.voidTpaeIFConnector. modEntry(Entry newEntry, SearchCriteria searchCriteria, Entry oldEntry)Modifies an existing entry.voidTpaeIFConnector. 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 Modifier and Type Method Description EntrySimpleTpaeIFConnector. findEntry(SearchCriteria searchCriteria)Finds an existing entry.EntryMxConnIterator. getNext()Returns the next entry found in the query result.EntrySimpleTpaeIFConnector. getNextEntry()Returns the next Entry from the connector.Methods in com.ibm.di.connector.maximo.core with parameters of type Entry Modifier and Type Method Description voidMxConnAddOnly. create(Entry newEntry)Creates the specified entry.voidMxConnDelete. delete(Entry entry)Deletes the specified entry.voidSimpleTpaeIFConnector. deleteEntry(Entry entry, SearchCriteria sc)Deletes an existing entry.voidSimpleTpaeIFConnector. extractExceptionInformation(Entry error)voidSimpleTpaeIFConnector. extractMaximoException(Entry error)This method extracts additional information about a Maximo exception.static booleanEntryFilter. match(SearchCriteria searchCriteria, Entry entry)Indicates if an Entry object matches a SearchCriteria object.voidSimpleTpaeIFConnector. modEntry(Entry newEntry, SearchCriteria searchCriteria, Entry oldEntry)Modifies an existing entry.voidSimpleTpaeIFConnector. putEntry(Entry newEntry)Adds a new entry to the data sourcevoidMxConnSync. sync(Entry newEntry, Entry oldEntry)Syncronizes thenewEntrywith the target system.voidMxConnUpdate. 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 Modifier and Type Method Description static EntryEntryConverter. searchCriteriaToEntry(SearchCriteria searchCriteria, Schema schema, boolean errorOnExcedentSize)Converts aSearchCriteriaobject into XML content.static EntryEntryConverter. xmlToEntry(SchemaElement rootMbo, SchemaElement selectedMbo, org.w3c.dom.Node xmlElement)Converts XML content into anEntryobject.Methods in com.ibm.di.connector.maximo.parsing with parameters of type Entry Modifier and Type Method Description static voidEntryConverter. checkForOverridenUniqueKeys(SchemaElement rootMbo, Entry newEntry, Entry oldEntry, Log logger)Check if user has tried to change any unique keysstatic voidEntryConverter. copyUniqueKeys(SchemaElement rootMbo, Entry newEntry, Entry oldEntry)Copies the attributes/values that compose the unique key of the specified MBO fromoldEntrytonewEntry.static java.lang.StringEntryConverter. entryToXml(SchemaElement rootMbo, SchemaElement selectedMbo, Entry entry, boolean errorOnExcedentSize)Converts anEntryobject into XML content.static java.lang.StringEntryConverter. entryToXml(Schema schema, Entry entry, boolean errorOnExcedentSize, boolean checkUniqueKeys)This method converts a hierarchicalEntryobject into a valid XML representation.static voidEntryConverter. 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 Modifier and Type Method Description EntryNT4UserMetaDataConnector. findEntry(SearchCriteria aRscSearchCriteria)Retrieves a single entry object matching the given search criteria parameter.EntryNT4UserMetaDataConnector. getNextEntry()Retrieves the next entry from the connector's containers.Methods in com.ibm.di.connector.NT4UserMetaDataConnector with parameters of type Entry Modifier and Type Method Description protected voidGroupInfo. copyDataFromGroupEntry(Entry aGroupEntry)Copies data from a group entry.protected voidUserInfo. copyDataFromUserEntry(Entry aUserEntry)Copies data from a user entry.protected static voidInfoUtil. createAndAddEntryAttribute(Entry aEntry, java.lang.String aAttrName, java.lang.Object aAttrValue)Creates and adds attribute to the given Entry object.protected static voidUserInfo. createAndAddUserBasicAttributes(Entry aUserEntry, UserInfo aUserInfo)Creates and adds basic Windows user's attributes to the given Entry object.protected static voidUserInfo. createAndAddUserGlobalGroupAttribute(Entry aUserEntry, java.util.Vector aGroupNames)Creates and adds user's GlobalGroup attribute to the given Entry object.protected static voidUserInfo. createAndAddUserLocalGroupAttribute(Entry aUserEntry, java.util.Vector aGroupNames)Creates and adds user's LocalGroup attribute to the given Entry object.voidNT4UserMetaDataConnector. deleteEntry(Entry aEntry, SearchCriteria aRscSearchCriteria)Deletes given entry (user or group) from Windows security database.protected static java.lang.BooleanInfoUtil. 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.DateInfoUtil. getDateEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)Retrieves the specified Attribute's value as a java.util.Date object.protected static java.lang.IntegerInfoUtil. getIntegerEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)Retrieves the specified Attribute's value as an Integer object.protected static java.lang.LongInfoUtil. getLongEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)Retrieves the specified Attribute's value as a Long object.protected static java.lang.StringInfoUtil. getStringEntryAttributeValue(Entry aEntry, java.lang.String aAttrName)Retrieves the specified Attribute's value as a String object.voidNT4UserMetaDataConnector. 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 voidGroupInfo. 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.voidNT4UserMetaDataConnector. 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 Constructor Description 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 Modifier and Type Method Description EntrySapALEIDocConnector. getNextEntry()Returns a TDI entry that represents either an SAP client IDoc or RFM request.protected EntrySapIDocServerImpl. writeIDocToTDIEntry(java.lang.String tid, com.sap.mw.idoc.IDoc.Document jcoIDoc)Processes a particular IDoc for a particular SAP client transaction.protected EntrySapIDocServerImpl. 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 Modifier and Type Method Description voidSapALEIDocConnector. replyEntry(Entry requestResult)This method is to called for Server modes. -
Uses of Entry in com.ibm.di.connector.sapr3.aleidocv3
Methods in com.ibm.di.connector.sapr3.aleidocv3 that return Entry Modifier and Type Method Description EntrySapALEIDocConnectorV3. getNextEntry()Returns a TDI entry that represents either an SAP client IDoc or RFM request.protected EntrySapIDocServerImplV3. writeIDocToTDIEntry(java.lang.String tid, com.sap.conn.idoc.IDocDocument jcoIDoc)Processes a particular IDoc for a particular SAP client transaction.protected EntrySapIDocServerImplV3. writeRFMToTDIEntry(java.lang.String tid, com.sap.conn.jco.JCoFunction function)Processes a particular RFM for a particular SAP client transaction.Methods in com.ibm.di.connector.sapr3.aleidocv3 with parameters of type Entry Modifier and Type Method Description voidSapALEIDocConnectorV3. 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 Modifier and Type Method Description EntrySapR3BorConnector. findEntry(SearchCriteria search)Called by IBM Tivoli Directory Integrator AL to find an existing BOR object instance and associated attributes in SAP R/3.EntrySapR3BorConnector. 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 Modifier and Type Method Description voidSapR3BorConnector. deleteEntry(Entry entry, SearchCriteria search)Called by IBM Tivoli Directory Integrator AL to remove an existing user and associated attributes from SAP R/3voidSapR3BorConnector. modEntry(Entry entry, SearchCriteria search)Called by IBM Tivoli Directory Integrator AL to update an existing user and associated attributes in SAP R/3voidSapR3BorConnector. 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 Modifier and Type Method Description EntryUserRegistryConnector. findEntry(SearchCriteria search)Called by IBM Tivoli Directory Integrator AL to find an existing user and associated attributes in SAP R/3.EntryUserRegistryConnector. 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 Modifier and Type Method Description voidUserRegistryConnector. deleteEntry(Entry entry, SearchCriteria search)Called by IBM Tivoli Directory Integrator AL to remove an existing user and associated attributes from SAP R/3.voidUserRegistryConnector. modEntry(Entry entry, SearchCriteria search)Called by IBM Tivoli Directory Integrator AL to update an existing user and associated attributes in SAP R/3.voidUserRegistryConnector. 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 Modifier and Type Method Description EntryTAMConnector. findEntry(SearchCriteria searchcriteria)Using the provided search criteria and based on the configured Entry Type, attempts to find the object in TAM.EntryDomain. getAttributes()Returns the Domain in the form of an Entry objectEntryGroup. getAttributes()Returns the Group details in an Entry objectEntryPolicy. getAttributes()Returns the Policy details in the form of an Entry objectEntrySSOCredentials. getAttributes()Returns the Credential data in the form of an Entry objectEntrySSOResource. getAttributes()Return the attributes in the form of an Entry objectEntrySSOResourceGroup. getAttributes()Return an Entry object with the SSO Resource Group attributesEntryUser. getAttributes()Constructs an Entry object from the user details.EntryTAMConnector. 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 Modifier and Type Method Description protected voidCommonBase. createAndAddEntryAttribute(Entry entry, java.lang.String attributeName, java.lang.Object value)Create and add attribute to an entry object.voidTAMConnector. 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.BooleanCommonBase. 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.DateCommonBase. getDateEntryAttributeValue(Entry entry, java.lang.String s)Retrieve an attribute from the entry object as a Date.protected java.lang.IntegerCommonBase. getIntegerEntryAttributeValue(Entry entry, java.lang.String s)Retrieve an attribute from the entry object as an integer.protected java.lang.LongCommonBase. getLongEntryAttributeValue(Entry entry, java.lang.String s)Retrieve an attribute from the entry object as a Long.protected java.lang.StringCommonBase. getStringEntryAttributeValue(Entry entry, java.lang.String s)Retrieve an attribute from the entry object as a string.voidTAMConnector. modEntry(Entry changes, SearchCriteria searchcriteria)Using the provided changes and based on the configured Entry Type, attempts to modify the specified object in TAM.voidTAMConnector. 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.voidGroup. modify(Entry changes)Modify a GroupvoidUser. modify(Entry changes)Modify a user entry.protected voidCommonBase. printEntry(Entry entry)voidTAMConnector. putEntry(Entry entry)Using the provided entry and based on the configured Entry Type, attempts to create the specified object in TAM.voidDomain. set(Entry entry)Set the object attributes from the IBM Tivoli Directory Integrator entry objectvoidPolicy. set(Entry entry)Set the object with the Entry datavoidSSOCredentials. set(Entry entry)Sets the object from the TDI entry objectvoidSSOResourceGroup. set(Entry entry)Constructors in com.ibm.di.connector.tam with parameters of type Entry Constructor Description Domain(Entry entry, com.tivoli.pd.jutil.PDContext context, java.lang.String adminLogin, java.lang.String adminPassword, Log log)Domain ConstructorGroup(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 ConstructorSSOCredentials(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)SSOCredentials ConstructorSSOResource(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)SSO Resource ConstructorSSOResourceGroup(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)SSOResourceGroup ConstructorUser(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 Modifier and Type Method Description EntryWSReceiverServerConnector. getNextEntry()Returns the next Entry from the connector.Methods in com.ibm.di.connector.WSReceiverServerConnector with parameters of type Entry Modifier and Type Method Description voidWSReceiverServerConnector. 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 Modifier and Type Method Description static EntryXML. fromXML(java.lang.String xml)static EntryXML. fromXML(org.w3c.dom.Document document)EntryServerAPI. getRequest() -
Uses of Entry in com.ibm.di.eclipse.http.commands
Methods in com.ibm.di.eclipse.http.commands that return Entry Modifier and Type Method Description EntryRestCommand. getRequest()EntryRestCommand. getResponse()Methods in com.ibm.di.eclipse.http.commands with parameters of type Entry Modifier and Type Method Description voidLogCommand. assemblyLineCycleDone(Entry entry)voidRestCommand. setResponse(Entry response) -
Uses of Entry in com.ibm.di.entry
Methods in com.ibm.di.entry that return Entry Modifier and Type Method Description EntryEntry. clone()Creates a shallow clone of the receiver.EntryEntry. clone(Entry entry)Deprecated.use theclone()method insteadEntryEntry. cloneNode(boolean deep)Clones this entry objectstatic EntryDeltaEntry. 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 EntryDeltaEntry. 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 EntryEntry. fromJSON(java.lang.String string)Returns an Entry constructed from a JSON stringstatic EntryEntry. fromXML(java.lang.String string, java.lang.String xPath, java.lang.String entryTag)Returns an Entry object constructed from a XML String.static EntryDeltaEntry. getDeltaEntry(Entry source, Entry target)This method is a convenience method that callscompareEntries(source, target, false, null);EntryAttribute. getOwnerDocument()Methods in com.ibm.di.entry with parameters of type Entry Modifier and Type Method Description static voidDeltaEntry. applyDelta(Entry target, Entry delta)Forwards the call to applyDelta(target, delta, false).static voidDeltaEntry. applyDelta(Entry target, Entry delta, boolean removeUnchanged)This method applies the delta operations specified in delta to the target entry.EntryEntry. clone(Entry entry)Deprecated.use theclone()method insteadstatic EntryDeltaEntry. 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 EntryDeltaEntry. 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 EntryDeltaEntry. getDeltaEntry(Entry source, Entry target)This method is a convenience method that callscompareEntries(source, target, false, null);voidEntry. merge(Entry e)Convenience method that calls merge ( e, false ).voidEntry. 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 Modifier and Type Method Description EntryLDAPControl. getControlValueEntry()This method parses the control value into an entry object if the control is known to this class.EntryLDAPMessage. getEntry()Returns the normalized Entry object that represents the LDAP messageMethods in com.ibm.di.eventhandler.ldap with parameters of type Entry Modifier and Type Method Description voidLDAPControl. 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 Constructor Description 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 Modifier and Type Method Description EntryDeltaFC. nextDeletedEntry(Entry work)Return the next deleted entry.EntryParserFC. readEntry(java.lang.Object param)Returns the entry from the parser read operationMethods in com.ibm.di.fc that return types with arguments of type Entry Modifier and Type Method Description 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 Modifier and Type Method Description booleanDeltaFC. markEntryInDeltaStore(Entry work)Marks an Entry in the Delta Store.EntryDeltaFC. nextDeletedEntry(Entry work)Return the next deleted entry.java.lang.ObjectAssemblyLineFC. 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 Modifier and Type Method Description EntryCastorJavaToXML. 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.EntryCastorXMLToJava. 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 Modifier and Type Method Description EntryCastorJavaToXML. 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.EntryCastorXMLToJava. 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 Modifier and Type Method Description static voidCBEGeneratorFC. 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 Constructor Description 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 Modifier and Type Method Description java.lang.StringItdiBook. addConfigurationItem(java.lang.String classType, IdMLConstants.Operations operationType, Entry entry)Adds a Configuration Item (CI) to the IdML book.voidItdiBook. addRelationship(java.lang.String relationshipType, IdMLConstants.Operations operationType, Entry entry)Adds a Relationship to the IdML book.java.lang.StringItdiBook. 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 Modifier and Type Method Description EntryCmdLineExecutor. executeCommand(java.lang.String cmd)Execute the command on the target machine.EntryCmdLineExecutor. executeCommand(java.lang.String cmd, java.lang.String[] args, java.lang.String argDelimiter)Execute the command on the target machine.EntryRemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute)Execute the command on the target machine.EntryRemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute, 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 Modifier and Type Method Description EntryUserFunctions. httpGet(java.lang.String url)Gets file from a web server.EntryUserFunctions. httpPost(java.lang.String url, java.lang.Object file)Posts file to a web server.EntryUserFunctions. httpRequest(java.lang.String method, java.lang.String contentType, java.lang.String url, java.lang.Object file)Sends HTTP Request message to web server.EntryUserFunctions. newEntry()Creates a new Entry object.EntryUserFunctions. 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 Modifier and Type Method Description voidUserFunctions. dumpEntry(Entry e)Dumps an entry to the console log.java.lang.StringUserFunctions. 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 Modifier and Type Method Description EntryConnectorDelegate. findEntry(SearchCriteria search)EntryConnectorDelegate. findEntry(java.lang.Object arg0, java.lang.Object arg1)EntryConnectorDelegate. getFirstFindEntry()EntryConnectorDelegate. getNextEntry()EntryConnectorDelegate. getNextFindEntry()EntryConnectorDelegate. getPushbackEntry()EntryConnectorDelegate. queryReply(Entry entry)Methods in com.ibm.di.osgi with parameters of type Entry Modifier and Type Method Description voidConnectorDelegate. deleteEntry(Entry entry, SearchCriteria search)voidConnectorDelegate. modEntry(Entry entry, SearchCriteria search)voidConnectorDelegate. modEntry(Entry entry, SearchCriteria search, Entry old)voidConnectorDelegate. pushback(Entry e)voidConnectorDelegate. putEntry(Entry entry)EntryConnectorDelegate. queryReply(Entry entry)voidConnectorDelegate. replyEntry(Entry entry)voidConnectorDelegate. setCurrent(Entry entry, SearchCriteria search) -
Uses of Entry in com.ibm.di.parser
Methods in com.ibm.di.parser that return Entry Modifier and Type Method Description EntryDSMLParser. parseRequest(java.lang.Object request)Sets the input stream with the given request object if the object is of type InputStream, Reader or StringReader.EntrySOAPParser. parseRequest(java.lang.Object request)Sets the current input stream and initializes the parser.EntryCBEParser. readEntry()Reads the inputStream and fill the Entry Object that it returnsEntryCSVParser. readEntry()Return the next entry from the current input stream.EntryDSMLParser. readEntry()Constructs the next entry from the data structure read in initially.EntryDsmlv2Parser. readEntry()Reads a request or response from BatchMessage.EntryFixedRecordParser. readEntry()Return the next entry from the current input stream.EntryHTTPParser. readEntry()Reads entry from the current input reader.EntryIdMLParser. readEntry()Reads the data from the IdML book and returns it, one artifact at a time (i.e.EntryJSONParser. readEntry()EntryLDIFParser. readEntry()Reads LDIF files into entries.EntryLineReader. readEntry()Return the next entry from the current input stream.EntryParserInterface. readEntry()Return the next entry from the current input stream.EntryScriptParser. readEntry()Return the next entry from the current input stream.EntrySimpleParser. readEntry()Reads the next entry from the input stream.EntrySOAPParser. readEntry()Reads SOAP XML documents.EntrySPMLv2Parser. readEntry()Reads a request or response from a batch messageEntryXMLParser. readEntry()Constructs the next entry from the data structure read in initially.EntryXMLSaxParser. readEntry()readEntry() uses the queue object to check for new entries provided by the xml-parser thread.EntryXSLbasedXMLParser. readEntry()Constructs the next entry from the data structure read in initially.Methods in com.ibm.di.parser with parameters of type Entry Modifier and Type Method Description java.lang.String[]HTTPParser. getNames(Entry e)Returns property/attribute names in specified entry.java.lang.ObjectHTTPParser. getProp(Entry e, java.lang.String prop)Return a property/attribute value of specified entry.static com.ibm.ldap.dsml.LdapResultDsmlv2Parser. getSearchResultDoneFromEntry(Entry aEntry)Retrieves search result done.static com.ibm.ldap.dsml.SearchResultEntryDsmlv2Parser. getSearchResultEntry(Entry aEntry)Retrieves single search result only.java.lang.StringSOAPParser. getXML(Entry e)Returns string representation ofEntryobject as a XML file.voidHTTPParser. parseAuthentication(Entry entry)Decode the username and password specified in the Authorization header of the request HTTP message.voidHTTPParser. sendAuthorization(Entry entry, java.io.BufferedWriter out)Send client authorization.voidHTTPParser. setProp(Entry e, java.lang.String prop, java.lang.Object value)Sets a property/attribute's value of specified entry.voidCBEParser. writeEntry(Entry entry)Create/get the CBE object and convert it to XML.voidCSVParser. writeEntry(Entry entry)Write an Entry to the current output stream.voidDSMLParser. writeEntry(Entry entry)Constructs the data structure from the next entry read in initially.voidDsmlv2Parser. writeEntry(Entry aEntry)Writes a request or response to the batch message.voidFixedRecordParser. writeEntry(Entry e)Write an entry to the current output stream.voidHTTPParser. writeEntry(Entry entry)Writes an entry to the current output writer.voidJSONParser. writeEntry(Entry entry)voidLDIFParser. writeEntry(Entry entry)Writes entry in LDIF format to the current output writer.voidLineReader. writeEntry(Entry entry)Write an entry to the current output stream.voidParserInterface. writeEntry(Entry entry)Write an entry to the current output stream.voidScriptParser. writeEntry(Entry entry)Write an entry to the current output stream.voidSimpleParser. writeEntry(Entry entry)Write an entry to the current output stream.voidSOAPParser. writeEntry(Entry entry)Writes SOAP XML document.voidSPMLv2Parser. writeEntry(Entry aEntry)Writes down a request or response to a batch messagevoidXMLParser. writeEntry(Entry entry)Constructs the data structure from the next entry read in initially.voidXMLSaxParser. writeEntry(Entry entry)Not supportedvoidXSLbasedXMLParser. writeEntry(Entry entry)Constructs the data structure from the next entry read in initially. -
Uses of Entry in com.ibm.di.parser.xml
Methods in com.ibm.di.parser.xml that return Entry Modifier and Type Method Description EntryXMLParser2. readEntry()Retrieves an Entry object from the XML document.Methods in com.ibm.di.parser.xml with parameters of type Entry Modifier and Type Method Description voidXMLParser2. 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 Modifier and Type Method Description protected EntryAS400Connection. getEntryResponse(com.ibm.tivoli.remoteaccess.ProgramOutput p)Transform the ProgramOutput into an Entry object containing the resultsEntryAS400Connection. runAS400Program(java.lang.String c, java.lang.String[] args, java.lang.String delim)Run the specified command on the target machineEntryConnection. runCommand(java.lang.String cmd)Execute the command on the targetEntryConnectionImpl. runCommand(java.lang.String c)Run the specified command on the target machineMethods in com.ibm.di.protocols.rxa with parameters of type Entry Modifier and Type Method Description voidLogProxy. dumpEntry(Entry e)Dumps a formatted message to the logfile from the contents of an Entry.voidLogProxyImpl. 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 Modifier and Type Class Description classTaskCallBlockThe 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 Modifier and Type Method Description static EntryCompare. applyMods(Entry source, java.util.ArrayList<ModificationItem> mods)Applies a given ArrayList of modifications to an Entry object and returns it.EntryTaskCallBlock. buildInitialWorkEntry()Constructs a new initial work entry if there are an input parameter specification in the assemblyline.EntryTaskCallBlock. buildResultEntry()Builds the result object based on AL's result object and the output parameter specification.EntryTaskCallBlock. buildTCBEntry(Entry input, boolean inputMap)Constructs a new Entry based on the parameter descriptors in params and source attributes in input entry.EntryAssemblyLine. executeCycle()This method call executeCycle with a null initial work and processTCB set to true.EntryAssemblyLine. executeCycle(Entry workEntry)This method call executeCycle with the provided work entry and processTCB set to true.EntryAssemblyLine. executeCycle(Entry workEntry, boolean processTCB)This method is called by scripts and other classes that run the assemblyline in its own context.EntryAssemblyLinePool. executeEvent(java.lang.Thread source, Entry event)Called by a thread to execute a cycle in the AssemblyLineEntryAssemblyLinePool. executeEvent(java.lang.Thread source, Entry event, boolean processTCB)EntryTaskCallBlock. getALSettings()Returns the Entry containing the user specified AL settings.EntryCheckpointRestartInterface. getCheckpointInformation()Deprecated.Returns the state information for the connector.EntryTaskCallBlock. getConnectorParameters()EntryTaskCallBlock. getConnectorParameters(java.lang.String connectorName)Returns the parameters Entry for a specific connector.EntryAssemblyLineComponent. getCurrent()Gets the current entry of the AssemblyLineComponent objectEntrySearchCriteria. getCurrentEntry()Return the working entry used to generate the criteria array from the templates array.EntryAssemblyLine. getCurrentWork()This method returns the current work Entry object.EntrySequence. getCurrentWork()EntryTaskInterface. getCurrentWork()EntryTaskStatistics. getEntry()EntryAssemblyLineComponent. getFirstDuplicateEntry()Gets the first Duplicate Entry from the ConnectorInterface.EntryTaskCallBlock. getInitialWorkEntry()Returns the initial work entry provided by callerEntryTaskCallBlock. getInputParameters()Returns the input parameter entry (from the AssemblyLine specification)EntryAssemblyLineComponent. getLastEntry()This method returns the last entry read and mapped.EntryAssemblyLineComponent. getLastReadEntry()This method returns the last entry read from the connector.EntryAssemblyLineComponent. getnext()The method returns the next entry from the connector.EntryAssemblyLineComponent. getnext(Entry work)The method returns the next entry from the connector.EntryCSDeltaTaskComponent. getnext(Entry work)The method returns the next entry from the connector.EntryAssemblyLineComponent. getNextDuplicateEntry()Gets the next Duplicate Entry from the ConnectorInterface.EntryLoopComponent. getNextEntry(Entry meta)Returns the next Entry if this is a Connector loopEntryAssemblyLine. getOpEntry()Retrieves operational entry.EntryTaskCallBlock. getOperationInitParams()Returns the operation init parametersEntryTaskCallBlock. getOutputParameters()EntryAssemblyLineComponent. getRestartInfoEntry()Deprecated.EntryAssemblyLine. getResult()This method returns the result Entry object.EntrySequence. getResult()EntryTaskInterface. getResult()EntryTaskCallBlock. getResultEntry()Returns the result entry provided by the callerEntryAssemblyLine. getUserCheckpoint()Deprecated.EntryAssemblyLine. getWork()This method returns the initial work Entry object.EntrySequence. getWork()EntryTaskInterface. getWork()EntryAssemblyLineComponent. lookup(Entry meta)The method is called to lookup an entry using the configured Link Criteria.EntryAssemblyLineComponent. lookup(java.lang.String attribute, java.lang.String value)The method is called to lookup an entry using exact matching for attribute and value.EntryAssemblyLineComponent. mapEntry(Entry work, Entry conn)The method is called to map an entry using the configured input attribute map.EntryAttributeMapping. mapEntry(Entry source, Entry newEntry)EntryAttributeMapping. mapEntry(Entry source, Entry newEntry, boolean mergeValues)Map one entry into another using the loaded attribute MappingEntryCSDeltaTaskComponent. nextDeletedEntry(Entry work)Return the next deleted entry.Methods in com.ibm.di.server with parameters of type Entry Modifier and Type Method Description voidTaskCallBlock. accumulateEntry(Entry work)Adds an entry to the accumulator object (if any configured).voidAssemblyLineComponent. add(Entry meta)This method implements the AddOnly mode operation.voidAttributeMapComponent. add(Entry meta)Does the attribute mapping in every cyclevoidBranchingComponent. add(Entry meta)Do nothing in the add methodvoidEndBranchComponent. add(Entry meta)This method is called by the hosting AssemblyLine.voidEndLoopComponent. add(Entry meta)Tells the AssemblyLine to go back to the start of the loopvoidLoopComponent. add(Entry meta)If necessary, move a value from the stored Attribute values to the work EntryvoidScriptComponent. add(Entry meta)This method executes the script.voidSwitchComponent. add(Entry meta)This method does nothingvoidBranchingComponent. add1(Entry meta)This method executes the script.voidScriptComponent. add1(Entry meta)This method executes the script.static EntryCompare. applyMods(Entry source, java.util.ArrayList<ModificationItem> mods)Applies a given ArrayList of modifications to an Entry object and returns it.voidAssemblyLine.AssemblyLineListener. assemblyLineCycleEnded(AssemblyLine al, Entry work)An AssemblyLine cycle (iteration) is complete.voidRS. assemblyLineCycleEnded(AssemblyLine al, Entry work)An AssemblyLine cycle (iteration) is complete.voidSearchCriteria. buildCriteria(Entry e)Build the criteria array using provided entry.voidSearchCriteria. buildCriteria(Entry e, BaseConfiguration config, java.lang.Object task)voidSearchCriteria. buildCriteriaScript(Entry entry)Call user defined script to build the search filter.EntryTaskCallBlock. buildTCBEntry(Entry input, boolean inputMap)Constructs a new Entry based on the parameter descriptors in params and source attributes in input entry.voidAssemblyLineComponent. callreply(Entry meta)This method implements the CallReply mode operation.voidFunctionComponent. callreply(Entry meta)This method implements the CallReply mode operation.voidLoopComponent. checkConnectorInit(Entry work)Check what to do with our connector when we enter the loop.voidLoopComponent. checkLoopAttribute(Entry work)Copy values from work entry attributebooleanBranchingComponent. checkWillExecute(Entry work)Evaluates the expression in this branchjava.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).voidAssemblyLineComponent. delete(Entry meta)This method implements the Delete mode operation.voidAssemblyLineComponent. deleteEntry(Entry meta)This method calls the delete method.voidAssemblyLineComponent. delta(Entry meta)This method implements the Delta mode operation.voidAssemblyLine. dumpEntry(Entry entry)Prints the contents of an entry to whatever Log Appenders have been defined for this AssemblyLine.voidAssemblyLineComponent. dumpEntry(Entry meta)Deprecated.voidLog. dumpEntry(Entry e)Dumps a formatted message to the logfile from the contents of an EntryvoidRS. dumpEntry(Entry e)Dumps the contents of an Entry to the log file.voidRSInterface. dumpEntry(Entry e)Dumps the contents of an Entry to the log file.voidSequence. dumpEntry(Entry entry)Prints the contents of an entry to the Log.protected voidAssemblyLineComponent. dumpObjects(Entry conn, Entry work, Entry current)booleanBranchingComponent. evaluateCondition(Entry work, BranchCondition c, int index)Returns the result of a single conditionbooleanBranchingComponent. evaluateConditions(Entry work)Returns the result of the test conditionsEntryAssemblyLine. executeCycle(Entry workEntry)This method call executeCycle with the provided work entry and processTCB set to true.EntryAssemblyLine. executeCycle(Entry workEntry, boolean processTCB)This method is called by scripts and other classes that run the assemblyline in its own context.EntryAssemblyLinePool. executeEvent(java.lang.Thread source, Entry event)Called by a thread to execute a cycle in the AssemblyLineEntryAssemblyLinePool. executeEvent(java.lang.Thread source, Entry event, boolean processTCB)protected java.lang.ObjectAssemblyLineComponent. 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 simulatingbooleanAssemblyLineComponent. failBack(Entry work, Entry error)Attempt to fall back to the original connector after a failOver.booleanAssemblyLineComponent. failOver(Entry work, Entry error)Attempt a failOver.EntryAssemblyLineComponent. getnext(Entry work)The method returns the next entry from the connector.EntryCSDeltaTaskComponent. getnext(Entry work)The method returns the next entry from the connector.EntryLoopComponent. getNextEntry(Entry meta)Returns the next Entry if this is a Connector loopvoidAssemblyLineComponent. handleException(java.lang.String aOper, java.lang.Throwable e, Entry meta)This method is called by the AssemblyLine.voidAttributeMapComponent. handleException(java.lang.String oper, java.lang.Throwable e, Entry meta)Handles any Exception.voidEndBranchComponent. handleException(java.lang.String oper, java.lang.Throwable e, Entry meta)Any errors during execution of add() ends up here.voidEndLoopComponent. handleException(java.lang.String oper, java.lang.Throwable e, Entry meta)Handles Exceptions by rethrowing themvoidAssemblyLineComponent. handleSuccess(java.lang.String oper, Entry meta)This method is called by the AssemblyLine if the operation oper is successful.EntryAssemblyLineComponent. lookup(Entry meta)The method is called to lookup an entry using the configured Link Criteria.EntryAssemblyLineComponent. mapEntry(Entry work, Entry conn)The method is called to map an entry using the configured input attribute map.EntryAttributeMapping. mapEntry(Entry source, Entry newEntry)EntryAttributeMapping. mapEntry(Entry source, Entry newEntry, boolean mergeValues)Map one entry into another using the loaded attribute MappingbooleanCSDeltaTaskComponent. markEntryInDeltaStore(Entry work)Marks an Entry in the Delta Store.voidAssemblyLineComponent. modify(Entry old, Entry meta)This method implements the Modify operation (called by Update if the entry exists)EntryCSDeltaTaskComponent. nextDeletedEntry(Entry work)Return the next deleted entry.voidCheckpointRestartInterface. prepareForRestart(ALState state, Entry restartInfo, int restartPoint)Deprecated.Notifies the connector of a restart situation.voidAssemblyLineComponent. pushback(Entry entry)This method pushes an entry back to the connector.voidAssemblyLineComponent. reply(Entry meta)This method is used to send a reply entry to a connectorvoidReplyChannelComponent. reply(Entry meta)This method implements the reply operation that is used in Server mode.voidLoopComponent. setConnectorParams(Entry work)Executes the attribute map for the connector paramsbooleanAssemblyLineComponent. 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.voidAssemblyLineComponent. setCurrent(Entry current)Sets the current entry of theAssemblyLineComponentobjectvoidTaskCallBlock. setInitialWorkEntry(Entry entry)Sets the initial work entryvoidTaskCallBlock. setInputParameters(Entry entry)Sets the input parameter entry (from the AssemblyLine specification)voidTaskCallBlock. setOperationInitParams(Entry params)Sets the AL Operation initialize parameters.voidTaskCallBlock. setOutputParameters(Entry entry)Sets the output parameter entry (from the AssemblyLine specification)voidAssemblyLine. setProxyALOperationParams(Entry opentry)This method transfers the Attributes from the passed entry object to the op-entry object of the Proxy AL.voidAssemblyLineComponent. setRestartInfoEntry(ALState state, Entry rsi, int restartPoint)Deprecated.voidTaskCallBlock. setResultEntry(Entry entry)voidTaskStatistics. setStats(Entry e)java.lang.ExceptionAssemblyLine. setUserCheckpoint(Entry cp)Deprecated.voidAssemblyLine. setWork(Entry entry)This method sets the initial work entry object.AssemblyLineRS. startAL(java.lang.String assemblyLine, Connector connector, Entry work)Start named AssemblyLine providing an initial work entry and a connectorAssemblyLineRSInterface. startAL(java.lang.String assemblyLine, Connector connector, Entry work)Start named AssemblyLine providing an initial work entry and a connectorAssemblyLinePool.ALWorkerAssemblyLinePool. startThread(java.lang.String name, Entry workEntry)Starts a new thread with the provided work entry.booleanAssemblyLineComponent. trigger(java.lang.String oper, Entry work)Calls the hook named oper, declaring work as the corresponding bean.booleanAssemblyLineComponent. trigger(java.lang.String oper, Entry work, Entry conn)Calls the hook named oper, declaring work and conn as the corresponding beans.booleanAttributeMapComponent. trigger(java.lang.String oper, Entry work)Performs any hook.booleanAttributeMapComponent. trigger(java.lang.String oper, Entry work, Entry conn)Performs any hook.booleanBranchingComponent. trigger(java.lang.String oper, Entry work)Calls the hook named oper, declaring work as the corresponding bean.booleanBranchingComponent. trigger(java.lang.String oper, Entry work, Entry conn)Calls the hook named oper, declaring work and conn as the corresponding beans.booleanEndBranchComponent. trigger(java.lang.String oper, Entry work)NOOP.booleanEndBranchComponent. trigger(java.lang.String oper, Entry work, Entry conn)NOOP.booleanEndLoopComponent. trigger(java.lang.String oper, Entry work)Calls Hooks.booleanEndLoopComponent. trigger(java.lang.String oper, Entry work, Entry conn)Calls Hooks.booleanReplyChannelComponent. trigger(java.lang.String oper, Entry work)Calls the hook named oper, declaring work as the corresponding bean.booleanReplyChannelComponent. trigger(java.lang.String oper, Entry work, Entry conn)Calls the hook named oper, declaring work and conn as the corresponding beans.booleanScriptComponent. trigger(java.lang.String oper, Entry work)Calls the hook named oper, declaring work as the corresponding bean.booleanScriptComponent. trigger(java.lang.String oper, Entry work, Entry conn)Calls the hook named oper, declaring work and conn as the corresponding beans.protected booleanAssemblyLineComponent. triggerImpl(java.lang.String oper, Entry work, Entry conn)Calls the hook named oper, declaring work and conn as the corresponding beans.voidAssemblyLineComponent. update(Entry meta)This method implements the Update mode operation.voidAssemblyLineComponent. verifySchema(Entry entry, boolean input)Deprecated.booleanAssemblyLineComponent. willExecute(Entry work)Return true/false if this component should be executed.booleanAttributeMapComponent. willExecute(Entry work)This method always returns truebooleanBranchingComponent. willExecute(Entry work)Return true or false, depending on what the expression in the branch evaluates to This method is called by the AssemblyLine.booleanEndBranchComponent. willExecute(Entry work)This method always returns true.booleanEndLoopComponent. willExecute(Entry work)This method always returns true.booleanFunctionComponent. willExecute(Entry work)Return true/false if this component should be executed.booleanLoopComponent. willExecute(Entry work)This method will execute the Loop condition/connector and determine whether there are more loops to do.booleanScriptComponent. willExecute(Entry work)Return true/false if this component should be executed.booleanSwitchComponent. willExecute(Entry work)Return true/false if this component should be executed.Constructors in com.ibm.di.server with parameters of type Entry Constructor Description 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 Modifier and Type Method Description booleanDefaultSearchCriteriaMatcher. match(Entry entry, SearchCriteria sc)booleanDefaultSearchCriteriaMatcher. match(Entry entry, SearchCriteria sc, java.util.Map<java.lang.String,MatchCustomizer> customize)booleanSearchCriteriaMatcher. match(Entry entry, SearchCriteria sc)Matches the specified entry against the defined search criteria using the default mechanism.booleanSearchCriteriaMatcher. 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. -
Uses of Entry in com.ibm.di.store
Methods in com.ibm.di.store that return Entry Modifier and Type Method Description EntryDeltaStore. findEntry(java.lang.String key)EntryDeltaStore. findEntryVerify(java.lang.String key)EntryDeltaStore. getNextDeletedEntry(boolean deleteEntry)Returns the next deleted Entry.EntryDeltaStore. getNextDeletedEntry(boolean deleteEntry, java.util.Set<java.lang.String> keys)Returns the next deleted Entry, given a Set of keys for unchanged Entries.EntrySandboxStore. getNextEntry()EntryDeltaStore. getStatistics()Methods in com.ibm.di.store with parameters of type Entry Modifier and Type Method Description voidSandboxStore. addEntry(Entry entry)voidDeltaStore. insertEntry(java.lang.String key, Entry entry)voidDeltaStore. updateEntry(java.lang.String key, Entry entry) -
Uses of Entry in com.ibm.di.systemqueue
Methods in com.ibm.di.systemqueue that return Entry Modifier and Type Method Description EntrySystemQueue. getEntry(java.lang.String aQueueName, int aTimeOut)Gets an Entry object from the System QueueMethods in com.ibm.di.systemqueue with parameters of type Entry Modifier and Type Method Description voidSystemQueue. 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 Modifier and Type Method Description EntryDebugServer. 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 EntryNotSerializable. 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.EntryXMLUtils. XML2Entry(java.lang.String xml)Methods in com.ibm.di.util with parameters of type Entry Modifier and Type Method Description voidBase64EntryConverter. base64decode(Entry entry)Encode the entry.voidBase64EntryConverter. base64encode(Entry entry)Encode the entry.EntryDebugServer. 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 EntryNotSerializable. 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.static voidSchemaUtils. convertEntryToSchema(Entry entry, ConnectorConfig cc, boolean input)Creates a schema item for each attribute in the entry.static voidSchemaUtils. convertEntryToSchemaHier(Entry entry, ConnectorConfig cc, boolean input)Creates a schema item for each attribute in the entry.java.lang.StringXMLUtils. entry2XML(Entry e)java.lang.String[]Base64EntryConverter. getBinaryAttributeNames(Entry entry)Get BASE64 encoding attributes
-