java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.jbpm.extension.process_defenition.GetProcessStartDate
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.ExecutableCommand<Timestamp>, org.kie.api.command.Command<Timestamp>, org.kie.api.command.ExecutableCommand<Timestamp>

public class GetProcessStartDate extends Object implements org.drools.core.command.impl.ExecutableCommand<Timestamp>
Author:
Eduard Tihomirov
See Also:
  • Constructor Details

    • GetProcessStartDate

      public GetProcessStartDate(Long processInstanceId)
  • Method Details

    • execute

      public Timestamp execute(org.kie.api.runtime.Context context)
      Specified by:
      execute in interface org.kie.api.command.ExecutableCommand<Timestamp>