Hi Dilshan, It can be list of operations pending for a device or user or the operation ID itself .
Lets say the 3rd party wants to find all the pending operation of a user, or device or the operation id itself . Then it could be getPendingOperations (userID) ; This may not be used at all getPendingOperations (deviceID) ; getPendingOperationStatus (OperationID) ; Every operation ID can be stored by the third party to retrieve its status, after performing the operation. Also the return can say the status whether its discarded, deleted or successful based on how the server handles the message. For policy it has to list this in a array . On Wed, Mar 18, 2015 at 12:59 AM, Dilshan Edirisuriya <[email protected]> wrote: > Hi, > > As mentioned in the mail [1] there could be success or failure statuses > for a specific operation. Once it is reached there needs to be a method to > update the current status of the operation in the operation DB. Hence this > needs to be exposed by the operation interface. > > [1] - [CDM] Device management core needs a getPendingOperation method > > Regards, > > Dilshan > > -- > Dilshan Edirisuriya > Senior Software Engineer - WSO2 > Mob: + 94 777878905 > http://wso2.com/ > https://www.linkedin.com/profile/view?id=50486426 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Shanmugarajah (Shan)* Director, Mobile Architecture, WSO2, Inc.; http://wso2.com Email: [email protected] Mobile : +94777748260 Blog: http://shanfour.blogspot.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
