Package org.adempiere.webui.process
Class AddAuthorizationProcess
- java.lang.Object
-
- org.compiere.process.SvrProcess
-
- org.compiere.process.AddAuthorizationProcess
-
- org.adempiere.webui.process.AddAuthorizationProcess
-
- All Implemented Interfaces:
IServerPushCallback,ProcessCall
public class AddAuthorizationProcess extends AddAuthorizationProcess implements IServerPushCallback
IDEMPIERE-3101- Author:
- Carlos Ruiz - globalqss
-
-
Field Summary
-
Fields inherited from class org.compiere.process.AddAuthorizationProcess
f_authURL, p_AD_AuthorizationCredential_ID, p_AD_AuthorizationScopes, p_Auth_OpenPopup
-
Fields inherited from class org.compiere.process.SvrProcess
log, MSG_InvalidArguments, MSG_SaveErrorRowNotFound, PROCESS_INFO_CTX_KEY, PROCESS_UI_CTX_KEY, processUI
-
-
Constructor Summary
Constructors Constructor Description AddAuthorizationProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpostProcess(boolean success)Post process to register the server push callbackvoidupdateUI()Open the authorization form when updating the UI on server push callback-
Methods inherited from class org.compiere.process.AddAuthorizationProcess
doIt, prepare
-
Methods inherited from class org.compiere.process.SvrProcess
addBufferLog, addLog, addLog, addLog, commit, commitEx, doIt, get_TrxName, getAD_Client_ID, getAD_PInstance_ID, getAD_User_ID, getCtx, getName, getParameter, getProcessInfo, getRecord_ID, getRecord_IDs, getTable_ID, isLocked, lockObject, rollback, setProcessUI, startProcess, statusUpdate, unlockObject
-
-
-
-
Method Detail
-
postProcess
protected void postProcess(boolean success)
Post process to register the server push callback- Overrides:
postProcessin classSvrProcess- Parameters:
success- true if the process was success
-
updateUI
public void updateUI()
Open the authorization form when updating the UI on server push callback- Specified by:
updateUIin interfaceIServerPushCallback
-
-