public class SystemDefinitionHelper extends Object
Helper class for handling system definitions like Case or User definitions.
| Constructor and Description | 
|---|
SystemDefinitionHelper(com.edorasware.commons.core.any.AnyWorkObjectDefinitionService anyWorkObjectDefinitionService)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.edorasware.commons.core.any.AnyWorkObjectDefinition | 
getSystemDefinition(String systemDefinitionProviderId)
Returns the system definition by the given definition provider id. 
 | 
public SystemDefinitionHelper(com.edorasware.commons.core.any.AnyWorkObjectDefinitionService anyWorkObjectDefinitionService)
public com.edorasware.commons.core.any.AnyWorkObjectDefinition getSystemDefinition(String systemDefinitionProviderId)
Returns the system definition by the given definition provider id.
systemDefinitionProviderId - the provider id of the system definition to be returnedIllegalArgumentException - if the systemDefinitionProviderId parameter is nullIllegalStateException - if there are multiple or no definitions with the given keyCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.