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 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 MWFResponsible Modifier and Type Method Description static 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. getCopy(Properties ctx, int AD_WF_Responsible_ID, String trxName)Get updateable copy of MWFResponsible from cacheMWFResponsibleMWFActivity. getResponsible()Get ResponsibleMWFResponsibleMWFResponsible. 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)
-