public interface SourcePublicationService
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPermissionRecursive(ItemModel item,
String userright)
Check if the current user has the specified access right for an item
|
List<PublicationComponentModel> |
getChildNodes(PublicationComponentModel item) |
PublicationModel |
getCurrentPublication()
get current publication
|
List<PublicationModel> |
getExistingPublications()
get all existing publications
|
void |
setCurrentPublication(PublicationModel currentPublication)
sets the publication that should not appear in the list returned by
getExistingPublications() |
List<PublicationModel> getExistingPublications()
void setCurrentPublication(PublicationModel currentPublication)
getExistingPublications()currentPublication - the publicationboolean checkPermissionRecursive(ItemModel item, String userright)
item - the itemuserright - the userrightPublicationModel getCurrentPublication()
List<PublicationComponentModel> getChildNodes(PublicationComponentModel item)
Copyright © 2017 SAP SE. All Rights Reserved.