Operation |
Details |
public retrievePubContextsForModerator( AccountUserVO user):List |
Sequential Tags: | throws=SecurityException,TechnicalException
| Notes: | retrieves all Contexts for which the given user is Moderator @return | |
public revisePubItem( ItemRO pubItemRef, String reviseComment, AccountUserVO user):PubItemVO |
Sequential Tags: | throws=ServiceException,TechnicalException,PubItemStatusInvalidException,SecurityException,PubItemNotFoundException
| Notes: | Revises a PubItem in the state submitted to state "in revision". @return | |
public searchForQAWorkspace( String contextobjId, String state, AccountUserVO user):List |
Sequential Tags: | throws=TechnicalException,ServiceException,MissingMethodParameterException,ContextNotFoundException,InvalidXmlException,AuthenticationException,AuthorizationException,SystemException,RemoteException,URISyntaxException
| Notes: | Searches for publication items that matches the given context object id, the given organizational unit id and the given item state @param searchString The search query. @param searchInFiles If true, search is also executed in files. @param greaterDate items which are greater than this date matches @return The list of PubItemResultVOs that matched the query. | |
|