Class SaveUserCmd

  • All Implemented Interfaces:
    java.io.Serializable, org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>

    public class SaveUserCmd
    extends AbstractNeedsUserDefinitionCmd
    implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>, java.io.Serializable
    Author:
    Joram Barrez
    See Also:
    Serialized Form
    • Field Detail

      • user

        protected org.flowable.idm.api.User user
    • Constructor Detail

      • SaveUserCmd

        public SaveUserCmd​(org.flowable.idm.api.User user)
    • Method Detail

      • execute

        public java.lang.Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>