Package com.enonic.xp.schema.xdata
Interface XDataService
-
@PublicApi public interface XDataService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XDatasgetAll()XDatasgetByApplication(ApplicationKey applicationKey)XDatagetByName(XDataName name)XDatasgetByNames(XDataNames names)XDatasgetFromContentType(ContentType contentType)
-
-
-
Method Detail
-
getByNames
XDatas getByNames(XDataNames names)
-
getAll
XDatas getAll()
-
getByApplication
XDatas getByApplication(ApplicationKey applicationKey)
-
getFromContentType
XDatas getFromContentType(ContentType contentType)
-
-