public class CatalogVersionExistsPredicate
extends java.lang.Object
implements java.util.function.BiPredicate<java.lang.String,java.lang.String>
Returns TRUE if the given catalog version exists in the provided catalog; FALSE otherwise.
| Constructor and Description |
|---|
CatalogVersionExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersionService |
getCatalogVersionService() |
protected SessionSearchRestrictionsDisabler |
getSessionSearchRestrictionsDisabler() |
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setSessionSearchRestrictionsDisabler(SessionSearchRestrictionsDisabler sessionSearchRestrictionsDisabler) |
boolean |
test(java.lang.String catalogId,
java.lang.String catalogVersionId) |
public boolean test(java.lang.String catalogId,
java.lang.String catalogVersionId)
test in interface java.util.function.BiPredicate<java.lang.String,java.lang.String>protected CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
protected SessionSearchRestrictionsDisabler getSessionSearchRestrictionsDisabler()
public void setSessionSearchRestrictionsDisabler(SessionSearchRestrictionsDisabler sessionSearchRestrictionsDisabler)
Copyright © 2018 SAP SE. All Rights Reserved.