Package com.saperion.operations.lookup
Class SearchLookupEntriesOperation
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<ResultType,EcmExceptionType,com.lexmark.saperion.remote.common.Connection>
com.lexmark.saperion.remote.common.operations.EcmOperation<ArrayList<com.lexmark.saperion.lookup.LookupEntryListItemType>,com.lexmark.saperion.exceptions.EcmException>
com.saperion.operations.lookup.SearchLookupEntriesOperation
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<ArrayList<com.lexmark.saperion.lookup.LookupEntryListItemType>,
,com.lexmark.saperion.exceptions.EcmException, com.lexmark.saperion.remote.common.Connection> Serializable
public class SearchLookupEntriesOperation
extends com.lexmark.saperion.remote.common.operations.EcmOperation<ArrayList<com.lexmark.saperion.lookup.LookupEntryListItemType>,com.lexmark.saperion.exceptions.EcmException>
This
Operation
returns every lookup entry in a given ddc that meets a
condition
.- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchLookupEntriesOperation
(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, com.lexmark.saperion.remote.common.query.QueryExpression<Boolean> filter) -
Method Summary
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, beforeInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.lexmark.saperion.remote.common.operations.Operation
audit, dispatchEvent, isAuditable, isEventDispatcher
-
Constructor Details
-
SearchLookupEntriesOperation
public SearchLookupEntriesOperation(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, com.lexmark.saperion.remote.common.query.QueryExpression<Boolean> filter)
-
-
Method Details
-
invoke
public ArrayList<com.lexmark.saperion.lookup.LookupEntryListItemType> invoke() throws com.lexmark.saperion.exceptions.EcmException- Throws:
com.lexmark.saperion.exceptions.EcmException
-
geArchiveReference
public com.lexmark.saperion.archive.ArchiveReferenceType geArchiveReference() -
getFilter
-
toString
- Overrides:
toString
in classcom.lexmark.saperion.remote.common.operations.AbstractOperation<ArrayList<com.lexmark.saperion.lookup.LookupEntryListItemType>,
com.lexmark.saperion.exceptions.EcmException, com.lexmark.saperion.remote.common.Connection>
-