Uses of Class
org.compiere.wf.MWFResponsible
-
Packages that use MWFResponsible Package Description org.compiere.server org.compiere.wf -
-
Uses of MWFResponsible in org.compiere.server
Methods in org.compiere.server with parameters of type MWFResponsible Modifier and Type Method Description protected 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
Methods in org.compiere.wf that return MWFResponsible Modifier and Type Method Description static 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 cacheMWFResponsible
MWFActivity. getResponsible()
Get ResponsibleMWFResponsible
MWFResponsible. markImmutable()
Constructors in org.compiere.wf with parameters of type MWFResponsible Constructor Description MWFResponsible(Properties ctx, MWFResponsible copy)
MWFResponsible(Properties ctx, MWFResponsible copy, String trxName)
MWFResponsible(MWFResponsible copy)
-