public class ContextPropertyUtil
extends java.lang.Object
ContextObjectPropertyUtil
Constructor and Description |
---|
ContextPropertyUtil(WorkflowExecutionContext pContext)
Creates this utility for the give execution context.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EnvironmentKeyValue> |
getAllInstanceProperties() |
java.util.List<EnvironmentKeyValue> |
getAllProperties() |
java.util.List<EnvironmentKeyValue> |
getCurrentInstanceProperties(boolean pPrefixInstanceOnKey) |
java.util.List<EnvironmentKeyValue> |
getCurrentInstanceProperties(boolean pPrefixInstanceOnKey,
boolean pIncludeNullValues) |
java.util.List<EnvironmentKeyValue> |
getInputs() |
java.util.List<EnvironmentKeyValue> |
getInstanceProperties(java.lang.String pInstance,
boolean pPrefixInstanceOnKey) |
java.util.List<EnvironmentKeyValue> |
getInstanceProperties(java.lang.String pInstance,
boolean pPrefixInstanceOnKey,
boolean pIncludeNullValues) |
java.util.List<EnvironmentKeyValue> |
getMetaDataProperties() |
java.util.List<EnvironmentKeyValue> |
getProjectProperties() |
java.util.List<EnvironmentKeyValue> |
getProjectProperties(boolean pIncludeNullValues)
Returns the list of project-scoped properties from within the workflow execution context.
|
java.util.List<EnvironmentKeyValue> |
getSysEnvProperties() |
WorkflowExecutionContext |
getWorkflowExecutionContext()
Returns the workflow execution context for this utility instance.
|
public ContextPropertyUtil(WorkflowExecutionContext pContext)
pContext
- the workflow execution contextpublic WorkflowExecutionContext getWorkflowExecutionContext()
public java.util.List<EnvironmentKeyValue> getProjectProperties()
public java.util.List<EnvironmentKeyValue> getProjectProperties(boolean pIncludeNullValues)
public java.util.List<EnvironmentKeyValue> getInstanceProperties(java.lang.String pInstance, boolean pPrefixInstanceOnKey)
public java.util.List<EnvironmentKeyValue> getInstanceProperties(java.lang.String pInstance, boolean pPrefixInstanceOnKey, boolean pIncludeNullValues)
public java.util.List<EnvironmentKeyValue> getCurrentInstanceProperties(boolean pPrefixInstanceOnKey)
public java.util.List<EnvironmentKeyValue> getCurrentInstanceProperties(boolean pPrefixInstanceOnKey, boolean pIncludeNullValues)
public java.util.List<EnvironmentKeyValue> getAllInstanceProperties()
public java.util.List<EnvironmentKeyValue> getMetaDataProperties()
public java.util.List<EnvironmentKeyValue> getSysEnvProperties()
public java.util.List<EnvironmentKeyValue> getInputs()
public java.util.List<EnvironmentKeyValue> getAllProperties()