com.ibm.commerce.ubf.commands

Interface AddFlowAdminRecordCmd

  • All Superinterfaces:
    com.ibm.commerce.command.AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ControllerCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.security.Protectable, com.ibm.commerce.tools.command.ToolsControllerCommand
    All Known Implementing Classes:
    AddFlowAdminRecordCmdImpl


    public interface AddFlowAdminRecordCmd
    extends com.ibm.commerce.tools.command.ToolsControllerCommand
    This command processes flowAdmin flows. Administrators may process multiple flows at one time. This command can only be used by administrators.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String defaultCommandClassName
      The default implementation class for this interface.
      static java.lang.String NAME
      The name of this interface.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getFlowIds()
      Gets the list of flow IDs to be acted on.
      java.lang.String getViewTask()
      Gets the view task name.
      void setFlowIds(java.lang.String newFlowIds)
      Sets the list of flow IDs to be acted on.
      void setViewTask(java.lang.String newViewTask)
      Sets the view task name.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.ControllerCommand

        checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
      • Methods inherited from interface com.ibm.commerce.command.AccCommand

        accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
      • Methods inherited from interface com.ibm.commerce.security.Protectable

        fulfills, getOwner
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class for this interface.
        See Also:
        Constant Field Values
    • Method Detail

      • getFlowIds

        java.lang.String getFlowIds()
        Gets the list of flow IDs to be acted on.
        Returns:
        java.lang.String
      • getViewTask

        java.lang.String getViewTask()
        Gets the view task name.
        Returns:
        java.lang.String
      • setFlowIds

        void setFlowIds(java.lang.String newFlowIds)
        Sets the list of flow IDs to be acted on.
        Parameters:
        newFlowIds - java.jang.String
      • setViewTask

        void setViewTask(java.lang.String newViewTask)
        Sets the view task name.
        Parameters:
        newViewTask - java.jang.String