public class AggregatingCampPlatform extends CampPlatform
CampPlatform
implementation which is empty but allows adding new items,
as well as adding other platforms; meant for subclassing onlyConstructor 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, root
public AggregatingCampPlatform(PlatformRootSummary root, CampPlatform platformWhereTransactionsOccur)
public ResourceLookup<PlatformComponentTemplate> platformComponentTemplates()
platformComponentTemplates
in class CampPlatform
public ResourceLookup<ApplicationComponentTemplate> applicationComponentTemplates()
applicationComponentTemplates
in class CampPlatform
public ResourceLookup<AssemblyTemplate> assemblyTemplates()
assemblyTemplates
in class CampPlatform
public ResourceLookup<PlatformComponent> platformComponents()
platformComponents
in class CampPlatform
public ResourceLookup<ApplicationComponent> applicationComponents()
applicationComponents
in class CampPlatform
public ResourceLookup<Assembly> assemblies()
assemblies
in class CampPlatform
public PlatformTransaction transaction()
CampPlatform
transaction
in class CampPlatform