Uses of Class
org.compiere.wf.MWFActivity
Packages that use MWFActivity
Package
Description
Provide iDempiere workflow engine implementation
-
Uses of MWFActivity in org.compiere.server
Methods in org.compiere.server with parameters of type MWFActivityModifier and TypeMethodDescriptionprotected intWorkflowProcessor.sendEmail(MWFActivity activity, String AD_Message, boolean toProcess, boolean toSupervisor) Send Alert EMail -
Uses of MWFActivity in org.compiere.wf
Methods in org.compiere.wf that return MWFActivityModifier and TypeMethodDescriptionstatic MWFActivity[]MWFActivity.get(Properties ctx, int AD_Table_ID, int Record_ID, boolean activeOnly) Get Activities for table/recordMWFProcess.getActivities(boolean requery, boolean onlyActive) Get active Activities of ProcessMWFProcess.getActivities(boolean requery, boolean onlyActive, String trxName) Get active Activities of ProcessMethods in org.compiere.wf with parameters of type MWFActivityModifier and TypeMethodDescriptionbooleanMWFNextCondition.evaluate(MWFActivity activity) Evaluate ConditionbooleanMWFNodeNext.isValidFor(MWFActivity activity) Is this a Valid Transition For ..Constructors in org.compiere.wf with parameters of type MWFActivity