public class AggregatingCampPlatform extends CampPlatform
CampPlatform implementation which is empty but allows adding new items,
 as well as adding other platforms; meant for subclassing only| Constructor and Description | 
|---|
AggregatingCampPlatform(PlatformRootSummary root,
                       CampPlatform platformWhereTransactionsOccur)  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceLookup<ApplicationComponent> | 
applicationComponents()  | 
ResourceLookup<ApplicationComponentTemplate> | 
applicationComponentTemplates()  | 
ResourceLookup<Assembly> | 
assemblies()  | 
ResourceLookup<AssemblyTemplate> | 
assemblyTemplates()  | 
ResourceLookup<PlatformComponent> | 
platformComponents()  | 
ResourceLookup<PlatformComponentTemplate> | 
platformComponentTemplates()  | 
PlatformTransaction | 
transaction()
returns object where changes to a PDP can be made; note all changes must be committed 
 | 
pdp, rootpublic AggregatingCampPlatform(PlatformRootSummary root, CampPlatform platformWhereTransactionsOccur)
public ResourceLookup<PlatformComponentTemplate> platformComponentTemplates()
platformComponentTemplates in class CampPlatformpublic ResourceLookup<ApplicationComponentTemplate> applicationComponentTemplates()
applicationComponentTemplates in class CampPlatformpublic ResourceLookup<AssemblyTemplate> assemblyTemplates()
assemblyTemplates in class CampPlatformpublic ResourceLookup<PlatformComponent> platformComponents()
platformComponents in class CampPlatformpublic ResourceLookup<ApplicationComponent> applicationComponents()
applicationComponents in class CampPlatformpublic ResourceLookup<Assembly> assemblies()
assemblies in class CampPlatformpublic PlatformTransaction transaction()
CampPlatformtransaction in class CampPlatform