public class BasicCampPlatform extends CampPlatform
CampPlatform implementation which is empty but allows adding new items| Modifier 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, rootpublic BasicCampPlatform()
public BasicCampPlatform(PlatformRootSummary root)
public BasicResourceLookup<PlatformComponentTemplate> platformComponentTemplates()
platformComponentTemplates in class CampPlatformpublic BasicResourceLookup<ApplicationComponentTemplate> applicationComponentTemplates()
applicationComponentTemplates in class CampPlatformpublic BasicResourceLookup<AssemblyTemplate> assemblyTemplates()
assemblyTemplates in class CampPlatformpublic BasicResourceLookup<PlatformComponent> platformComponents()
platformComponents in class CampPlatformpublic BasicResourceLookup<ApplicationComponent> applicationComponents()
applicationComponents in class CampPlatformpublic BasicResourceLookup<Assembly> assemblies()
assemblies in class CampPlatformpublic PlatformTransaction transaction()
CampPlatformtransaction in class CampPlatform