public class ManyToManyHandler<T extends Item> extends Object
LinkOperationHandler to link and unlink assoziated items.| Modifier | Constructor and Description |
|---|---|
protected |
ManyToManyHandler(String relationName,
boolean ownerIsSource,
boolean enableRestrictions,
boolean partOf,
boolean reOrderable) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getValues(SessionContext ctx,
Item key) |
void |
setValues(SessionContext ctx,
Item key,
Collection<T> values) |
protected ManyToManyHandler(String relationName, boolean ownerIsSource, boolean enableRestrictions, boolean partOf, boolean reOrderable)
partOf - reOrderable - public Collection<T> getValues(SessionContext ctx, Item key)
public void setValues(SessionContext ctx, Item key, Collection<T> values)
Copyright © 2017 SAP SE. All Rights Reserved.