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 XDatas
getAll()
XDatas
getByApplication(ApplicationKey applicationKey)
XData
getByName(XDataName name)
XDatas
getByNames(XDataNames names)
XDatas
getFromContentType(ContentType contentType)
-
-
-
Method Detail
-
getByNames
XDatas getByNames(XDataNames names)
-
getAll
XDatas getAll()
-
getByApplication
XDatas getByApplication(ApplicationKey applicationKey)
-
getFromContentType
XDatas getFromContentType(ContentType contentType)
-
-