public class BasicCampPlatform extends CampPlatform
CampPlatform
implementation which is empty but allows adding new itemsModifier and Type | Class and Description |
---|---|
static class |
BasicCampPlatform.BasicPlatformTransaction |
Constructor and Description |
---|
BasicCampPlatform() |
BasicCampPlatform(PlatformRootSummary root) |
Modifier and Type | Method and Description |
---|---|
BasicResourceLookup<ApplicationComponent> |
applicationComponents() |
BasicResourceLookup<ApplicationComponentTemplate> |
applicationComponentTemplates() |
BasicResourceLookup<Assembly> |
assemblies() |
BasicResourceLookup<AssemblyTemplate> |
assemblyTemplates() |
BasicResourceLookup<PlatformComponent> |
platformComponents() |
BasicResourceLookup<PlatformComponentTemplate> |
platformComponentTemplates() |
PlatformTransaction |
transaction()
returns object where changes to a PDP can be made; note all changes must be committed
|
pdp, root
public BasicCampPlatform()
public BasicCampPlatform(PlatformRootSummary root)
public BasicResourceLookup<PlatformComponentTemplate> platformComponentTemplates()
platformComponentTemplates
in class CampPlatform
public BasicResourceLookup<ApplicationComponentTemplate> applicationComponentTemplates()
applicationComponentTemplates
in class CampPlatform
public BasicResourceLookup<AssemblyTemplate> assemblyTemplates()
assemblyTemplates
in class CampPlatform
public BasicResourceLookup<PlatformComponent> platformComponents()
platformComponents
in class CampPlatform
public BasicResourceLookup<ApplicationComponent> applicationComponents()
applicationComponents
in class CampPlatform
public BasicResourceLookup<Assembly> assemblies()
assemblies
in class CampPlatform
public PlatformTransaction transaction()
CampPlatform
transaction
in class CampPlatform