public class AuthenticatedAsyncJobHandler
extends java.lang.Object
implements org.activiti.engine.impl.jobexecutor.JobHandler
JobHandler which executes activiti jobs authenticated against Alfresco.
The job is executed as the process-initiator. If initiator is not available, system user is used.
It wraps another JobHandler to which the actual execution is delegated to.| Constructor and Description |
|---|
AuthenticatedAsyncJobHandler(org.activiti.engine.impl.jobexecutor.JobHandler jobHandler) |
public AuthenticatedAsyncJobHandler(org.activiti.engine.impl.jobexecutor.JobHandler jobHandler)
public void execute(java.lang.String configuration,
org.activiti.engine.impl.persistence.entity.ExecutionEntity execution,
org.activiti.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.activiti.engine.impl.jobexecutor.JobHandlerpublic java.lang.String getType()
getType in interface org.activiti.engine.impl.jobexecutor.JobHandlerCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.