Operation |
Details |
public releasePubItem( ItemRO pubItemRef, java.util.Date lastModificationDate, String releaseComment, AccountUserVO user):void |
Sequential Tags: | throws=TechnicalException,PubItemStatusInvalidException,PubItemNotFoundException,PubItemLockedException,SecurityException
| Notes: | Releases the publication item identified by the given pubItemRef. | |
public withdrawPubItem( PubItemVO pubItem, java.util.Date lastModificationDate, String withdrawalComment, AccountUserVO user):void |
Sequential Tags: | throws=TechnicalException,PubItemNotFoundException,PubItemStatusInvalidException,SecurityException,PubItemLockedException,MissingWithdrawalCommentException
| Notes: | Withdraws the publication item identified by the given pubItemRef. @param pubItemRef The reference of the publication item. | |
|