@Beta
public interface ApplicationInfoService
Modifier and Type | Method and Description |
---|---|
ApplicationInfo |
getApplicationInfo(ApplicationKey applicationKey) |
AuthDescriptor |
getAuthDescriptor(ApplicationKey applicationKey) |
Contents |
getContentReferences(ApplicationKey applicationKey) |
ContentTypes |
getContentTypes(ApplicationKey applicationKey) |
LayoutDescriptors |
getLayoutDescriptors(ApplicationKey applicationKey) |
MacroDescriptors |
getMacroDescriptors(ApplicationKey applicationKey) |
PageDescriptors |
getPageDescriptors(ApplicationKey applicationKey) |
PartDescriptors |
getPartDescriptors(ApplicationKey applicationKey) |
RelationshipTypes |
getRelationshipTypes(ApplicationKey applicationKey) |
Descriptors<TaskDescriptor> |
getTaskDescriptors(ApplicationKey applicationKey) |
UserStores |
getUserStoreReferences(ApplicationKey applicationKey) |
ContentTypes getContentTypes(ApplicationKey applicationKey)
PageDescriptors getPageDescriptors(ApplicationKey applicationKey)
PartDescriptors getPartDescriptors(ApplicationKey applicationKey)
LayoutDescriptors getLayoutDescriptors(ApplicationKey applicationKey)
RelationshipTypes getRelationshipTypes(ApplicationKey applicationKey)
MacroDescriptors getMacroDescriptors(ApplicationKey applicationKey)
Descriptors<TaskDescriptor> getTaskDescriptors(ApplicationKey applicationKey)
Contents getContentReferences(ApplicationKey applicationKey)
UserStores getUserStoreReferences(ApplicationKey applicationKey)
AuthDescriptor getAuthDescriptor(ApplicationKey applicationKey)
ApplicationInfo getApplicationInfo(ApplicationKey applicationKey)