Uses of Class
org.compiere.wf.MWFResponsible
Packages that use MWFResponsible
Package
Description
Provide iDempiere workflow engine implementation
-
Uses of MWFResponsible in org.compiere.server
Methods in org.compiere.server with parameters of type MWFResponsibleModifier and TypeMethodDescriptionprotected intWorkflowProcessor.sendAlertToResponsible(MWFResponsible responsible, ArrayList<Integer> list, MWFProcess process, String subject, String message, File pdf) Send Alert To Responsible -
Uses of MWFResponsible in org.compiere.wf
Methods in org.compiere.wf that return MWFResponsibleModifier and TypeMethodDescriptionstatic MWFResponsibleMWFResponsible.get(int AD_WF_Responsible_ID) Get WF Responsible from Cache (immutable)static MWFResponsibleMWFResponsible.get(Properties ctx, int AD_WF_Responsible_ID) Get WF Responsible from Cache (immutable)static MWFResponsibleMWFResponsible.getClientWFResp(Properties ctx, int AD_WF_Responsible_ID) Get Overridden Client Workflow Responsible from the Cachestatic MWFResponsibleMWFResponsible.getCopy(Properties ctx, int AD_WF_Responsible_ID, String trxName) Get updateable copy of MWFResponsible from cacheMWFActivity.getResponsible()Get workflow ResponsibleMWFResponsible.markImmutable()Constructors in org.compiere.wf with parameters of type MWFResponsibleModifierConstructorDescriptionMWFResponsible(Properties ctx, MWFResponsible copy) Copy constructorMWFResponsible(Properties ctx, MWFResponsible copy, String trxName) Copy constructorMWFResponsible(MWFResponsible copy) Copy constructor