Class UpdateFolder

  • All Implemented Interfaces:
    com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,​SaBasicException,​LegacyConnection>, java.io.Serializable

    public class UpdateFolder
    extends VoidOperation
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateFolder​(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)  
      UpdateFolder​(java.lang.String folderTableDDC, java.lang.String folderId, java.util.Properties properties)  
    • Constructor Detail

      • UpdateFolder

        public UpdateFolder​(java.lang.String folderTableDDC,
                            java.lang.String folderId,
                            java.util.List<SaPropertyValue> values)
        Parameters:
        folderTableDDC - DDC the folder is contained in
        folderId - ID of the folder to update
        values - values to update
      • UpdateFolder

        public UpdateFolder​(java.lang.String folderTableDDC,
                            java.lang.String folderId,
                            java.util.Properties properties)
        Parameters:
        folderTableDDC - DDC the folder is contained in
        folderId - ID of the folder to update
        properties - properties to update
    • Method Detail

      • voidInvoke

        protected void voidInvoke()
                           throws java.lang.Exception
        Description copied from class: VoidOperation
        Invokes this void operation.
        Specified by:
        voidInvoke in class VoidOperation
        Throws:
        java.lang.Exception - exception when invoking this operation