public interface NCSComponentService
Modifier and Type | Method and Description |
---|---|
NCSComponent |
addOrUpdateComponents(NCSComponent component,
boolean deleteOrphans) |
NCSComponent |
addSubcomponent(String type,
String foreignSource,
String foreignId,
NCSComponent subComponent,
boolean deleteOrphans) |
void |
deleteComponent(String type,
String foreignSource,
String foreignId,
boolean deleteOrphans) |
NCSRestService.ComponentList |
findComponentsWithAttribute(String string,
String string2) |
NCSComponent |
getComponent(String type,
String foreignSource,
String foreignId) |
void |
setEventProxy(EventProxy eventProxy) |
void setEventProxy(EventProxy eventProxy) throws Exception
Exception
NCSComponent getComponent(String type, String foreignSource, String foreignId)
NCSRestService.ComponentList findComponentsWithAttribute(String string, String string2)
NCSComponent addOrUpdateComponents(NCSComponent component, boolean deleteOrphans)
NCSComponent addSubcomponent(String type, String foreignSource, String foreignId, NCSComponent subComponent, boolean deleteOrphans)
Copyright © 2019. All rights reserved.