Package com.saperion.operations
Class GetIxosDDCNames
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<java.util.ArrayList<java.lang.String>>
-
- com.saperion.operations.GetIxosDDCNames
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<java.util.ArrayList<java.lang.String>,SaBasicException,LegacyConnection>
,java.io.Serializable
public class GetIxosDDCNames extends LegacyOperation<java.util.ArrayList<java.lang.String>>
This operation returns the names of all DDCs that are used to store documents loaded by the IXOS connector. If no DDCs are configured to be used with the IXOS connector, an empty list is returned.- Author:
- cmerkel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetIxosDDCNames()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<java.lang.String>
invoke()
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
-
-
-
-
Method Detail
-
invoke
public java.util.ArrayList<java.lang.String> invoke() throws SaSystemException
- Throws:
SaSystemException
-
-