Uses of Class
org.compiere.wf.MWFBlock
-
Packages that use MWFBlock Package Description org.compiere.wf -
-
Uses of MWFBlock in org.compiere.wf
Methods in org.compiere.wf that return MWFBlock Modifier and Type Method Description static MWFBlock
MWFBlock. get(int AD_WF_Block_ID)
Get MWFBlock from Cache (immutable)static MWFBlock
MWFBlock. get(Properties ctx, int AD_WF_Block_ID)
Get MWFBlock from Cache (immutable)MWFBlock
MWFBlock. markImmutable()
Constructors in org.compiere.wf with parameters of type MWFBlock Constructor Description MWFBlock(Properties ctx, MWFBlock copy)
MWFBlock(Properties ctx, MWFBlock copy, String trxName)
MWFBlock(MWFBlock copy)
-