Package cmion.storage
Class RequestAddSubContainer
- java.lang.Object
-
- ion.Meta.Request
-
- cmion.storage.RequestAddSubContainer
-
public class RequestAddSubContainer extends ion.Meta.Requesta request that can be made to any CMION Storage Container for adding a new sub container
-
-
Constructor Summary
Constructors Constructor Description RequestAddSubContainer(java.lang.String name, java.lang.String type)RequestAddSubContainer(java.lang.String name, java.lang.String type, java.util.HashMap<java.lang.String,java.lang.Object> initialProperties)RequestAddSubContainer(java.lang.String name, java.lang.String type, java.util.HashMap<java.lang.String,java.lang.Object> initialProperties, java.util.HashSet<java.lang.String> persistentProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashMap<java.lang.String,java.lang.Object>getInitialProperties()returns the initial properties of the sub container to be addedjava.lang.StringgetNewContainerName()returns the name of the sub container to be addedjava.lang.StringgetNewContainerType()returns the name of the sub container to be addedjava.util.HashSet<java.lang.String>getPersistentProperties()returns the set of persistent initial properties of the sub container to be added
-
-
-
Constructor Detail
-
RequestAddSubContainer
public RequestAddSubContainer(java.lang.String name, java.lang.String type)
-
RequestAddSubContainer
public RequestAddSubContainer(java.lang.String name, java.lang.String type, java.util.HashMap<java.lang.String,java.lang.Object> initialProperties)
-
RequestAddSubContainer
public RequestAddSubContainer(java.lang.String name, java.lang.String type, java.util.HashMap<java.lang.String,java.lang.Object> initialProperties, java.util.HashSet<java.lang.String> persistentProperties)
-
-
Method Detail
-
getNewContainerName
public java.lang.String getNewContainerName()
returns the name of the sub container to be added
-
getInitialProperties
public java.util.HashMap<java.lang.String,java.lang.Object> getInitialProperties()
returns the initial properties of the sub container to be added
-
getPersistentProperties
public java.util.HashSet<java.lang.String> getPersistentProperties()
returns the set of persistent initial properties of the sub container to be added
-
getNewContainerType
public java.lang.String getNewContainerType()
returns the name of the sub container to be added
-
-