public interface ArchiveDataContainer extends UserAttributeContainer
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getIgnoredOutputParameters()
Gets the names of all output parameters that have not been stored to the
data container yet.
|
java.util.Map<java.lang.String,ProcessConstants.AdeptDataType> |
getInputParameterTypes()
Gets the types of all input parameters indexed by the parameter name.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getInputParameterValues()
Gets the values of all input parameters indexed by the parameter name.
|
java.util.Collection<java.lang.String> |
getNullInputParameters()
Gets the names of all input parameters that are NULL.
|
java.util.Map<java.lang.String,ProcessConstants.AdeptDataType> |
getOutputParameterTypes()
Gets the types of all output parameters indexed by the parameter name.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getOutputParameterValues()
Gets the values of all output parameters that have been stored to the data
container indexed by the parameter name.
|
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuejava.util.Map<java.lang.String,ProcessConstants.AdeptDataType> getInputParameterTypes()
java.util.Collection<java.lang.String> getNullInputParameters()
java.util.Map<java.lang.String,java.io.Serializable> getInputParameterValues()
java.util.Map<java.lang.String,ProcessConstants.AdeptDataType> getOutputParameterTypes()
java.util.Collection<java.lang.String> getIgnoredOutputParameters()
java.util.Map<java.lang.String,java.io.Serializable> getOutputParameterValues()