| Constructor and Description |
|---|
CMSItemCloneablePredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<java.lang.String> |
getTypeBlacklistCloneableSet() |
protected java.util.Set<java.lang.String> |
getTypeBlacklistSet() |
protected java.util.List<java.lang.String> |
getTypeNonCloneableList() |
protected TypeService |
getTypeService() |
void |
setTypeBlacklistCloneableSet(java.util.Set<java.lang.String> typeBlacklistCloneableSet) |
void |
setTypeBlacklistSet(java.util.Set<java.lang.String> typeBlacklistSet) |
void |
setTypeNonCloneableList(java.util.List<java.lang.String> typeNonCloneableList) |
void |
setTypeService(TypeService typeService) |
boolean |
test(ItemModel itemModel) |
public boolean test(ItemModel itemModel)
test in interface java.util.function.Predicate<ItemModel>protected TypeService getTypeService()
public void setTypeService(TypeService typeService)
protected java.util.List<java.lang.String> getTypeNonCloneableList()
public void setTypeNonCloneableList(java.util.List<java.lang.String> typeNonCloneableList)
protected java.util.Set<java.lang.String> getTypeBlacklistSet()
public void setTypeBlacklistSet(java.util.Set<java.lang.String> typeBlacklistSet)
protected java.util.Set<java.lang.String> getTypeBlacklistCloneableSet()
public void setTypeBlacklistCloneableSet(java.util.Set<java.lang.String> typeBlacklistCloneableSet)
Copyright © 2018 SAP SE. All Rights Reserved.