CMSCOMPONENTTYPE - the component type that extends AbstractCMSComponentModelpublic abstract class AbstractCMSComponentModelVisitor<CMSCOMPONENTTYPE extends AbstractCMSComponentModel> extends java.lang.Object implements ItemVisitor<CMSCOMPONENTTYPE>
AbstractCMSComponentModel models for the cms synchronization service to work properly.
In this implementation, it will collect all component's restrictions.| Constructor and Description |
|---|
AbstractCMSComponentModelVisitor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemModel> |
visit(CMSCOMPONENTTYPE source,
java.util.List<ItemModel> arg1,
java.util.Map<java.lang.String,java.lang.Object> arg2)
Returns visited items for a given
theSource item within given contest ctx |
public java.util.List<ItemModel> visit(CMSCOMPONENTTYPE source, java.util.List<ItemModel> arg1, java.util.Map<java.lang.String,java.lang.Object> arg2)
ItemVisitortheSource item within given contest ctxvisit in interface ItemVisitor<CMSCOMPONENTTYPE extends AbstractCMSComponentModel>source - given itemarg1 - path to given itemarg2 - visitor contexttheSource itemCopyright © 2018 SAP SE. All Rights Reserved.