Package org.compiere.process
Class DocActionEventData
java.lang.Object
org.compiere.process.DocActionEventData
- All Implemented Interfaces:
POEventData
Event data for
IEventTopics.DOCACTION.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
docStatus
-
processing
-
orderType
-
isSOTrx
-
AD_Table_ID
public int AD_Table_ID -
docAction
-
options
-
indexObj
End index of valid options (exclusive) -
po
-
-
Constructor Details
-
DocActionEventData
public DocActionEventData(String docStatus, Object processing, String orderType, String isSOTrx, int AD_Table_ID, ArrayList<String> docAction, ArrayList<String> options, AtomicInteger indexObj, PO po) - Parameters:
docStatus-processing-orderType-isSOTrx-AD_Table_ID-docAction-options-indexObj-po-
-
-
Method Details
-
getPo
- Specified by:
getPoin interfacePOEventData- Returns:
PO
-