Package com.saperion.operations.folders
Class UpdateFolder
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
com.saperion.operations.VoidOperation
com.saperion.operations.folders.UpdateFolder
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,
,SaBasicException, LegacyConnection> Serializable
Updates a folder as com.saperion.rmi.common.SaRMIServerCommand#updateFolder does. In fact it actually
calls this method and performs the client side validation by calling
ClassicConnectorUtil
methods.
The VoidOperation.invoke()
method has no return value.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateFolder
(String folderTableDDC, String folderId, List<SaPropertyValue> values) UpdateFolder
(String folderTableDDC, String folderId, Properties properties) -
Method Summary
Methods inherited from class com.saperion.operations.VoidOperation
afterInvoke, getResult, 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
toArrayList, toCaseInsensitiveMap, toHashMap, toString
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
-
UpdateFolder
- Parameters:
folderTableDDC
- DDC the folder is contained infolderId
- ID of the folder to updatevalues
- values to update
-
UpdateFolder
- Parameters:
folderTableDDC
- DDC the folder is contained infolderId
- ID of the folder to updateproperties
- properties to update
-
-
Method Details
-
voidInvoke
Description copied from class:VoidOperation
Invokes this void operation.- Specified by:
voidInvoke
in classVoidOperation
- Throws:
Exception
- exception when invoking this operation
-