Uses of Class
org.compiere.wf.MWFResponsible
Package
Description
Provide iDempiere workflow engine implementation
-
Uses of MWFResponsible in org.compiere.server
Modifier and TypeMethodDescriptionprotected int
WorkflowProcessor.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
Modifier and TypeMethodDescriptionstatic MWFResponsible
MWFResponsible.get
(int AD_WF_Responsible_ID) Get WF Responsible from Cache (immutable)static MWFResponsible
MWFResponsible.get
(Properties ctx, int AD_WF_Responsible_ID) Get WF Responsible from Cache (immutable)static MWFResponsible
MWFResponsible.getCopy
(Properties ctx, int AD_WF_Responsible_ID, String trxName) Get updateable copy of MWFResponsible from cacheMWFActivity.getResponsible()
Get workflow ResponsibleMWFResponsible.markImmutable()
ModifierConstructorDescriptionMWFResponsible
(Properties ctx, MWFResponsible copy) Copy constructorMWFResponsible
(Properties ctx, MWFResponsible copy, String trxName) Copy constructorMWFResponsible
(MWFResponsible copy) Copy constructor