Package org.jbpm.services.task.audit.commands

Examples of org.jbpm.services.task.audit.commands.DeleteBAMTaskSummariesCommand


        return createCorrectVariant(new JaxbContent(content), headers);
    }
   
    @Override
    public Response clearTaskBamHistory() {
        doRestTaskOperation(new DeleteBAMTaskSummariesCommand());
        return createCorrectVariant(new JaxbGenericResponse(getRelativePath()), headers);
    }
View Full Code Here

TOP

Related Classes of org.jbpm.services.task.audit.commands.DeleteBAMTaskSummariesCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.