Package com.saperion.operations.folders
Class CreateFolder
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<String,
,SaBasicException, LegacyConnection> Serializable
Creates a folder. The
invoke()
method will return a String containing
the SYSROWID of the created folder.- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
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
-
CreateFolder
- Parameters:
folderInfo
- information about the folder to createproperties
- Folder properties (Attention: These properties will replace the property values in the folder save info!)
-
-
Method Details
-
invoke
- Throws:
SaBasicException
-