public class WSIUtil
extends java.lang.Object
Constructor and Description |
---|
WSIUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkNonCompatibleWSIAssertionTemplates(java.util.Collection templateIds)
Checks for WSI Assertion compatibility for the given template ID's.
|
static java.util.Collection<java.lang.String> |
getAsCollection(java.lang.String[] values)
For the given array of String values, returns a Collection of strings objects.
|
static java.util.Collection<java.lang.String> |
getDependentAssertions(java.lang.String actionId)
For the given action ID returns the collection dependent assertions.
|
static java.lang.String |
getWSIActionName(java.lang.String key)
For the given key, returns the WSI Action name.
|
static java.util.Collection<java.lang.String> |
getWSIActionNames(java.util.Collection<java.lang.String> keys)
For the given keys, returns the collection of WSI Action names.
|
static boolean |
isWSIAssertionTemplate(java.lang.String uuid)
Checks for WSI Assertion compatibility for the given template ID.
|
public static final boolean checkNonCompatibleWSIAssertionTemplates(java.util.Collection templateIds)
templateIds
- the Collection of templateIdstrue
if WSI Assertion is compatible else false
public static final boolean isWSIAssertionTemplate(java.lang.String uuid)
uuid
- the uuid of type String
true
if WSI Assertion is compatible else false
public static java.util.Collection<java.lang.String> getDependentAssertions(java.lang.String actionId)
actionId
- the actionId of type String
String
objectspublic static final java.lang.String getWSIActionName(java.lang.String key)
key
- of type String
String
objectpublic static final java.util.Collection<java.lang.String> getWSIActionNames(java.util.Collection<java.lang.String> keys)
keys
- of type collection of String
objectsString
objectspublic static java.util.Collection<java.lang.String> getAsCollection(java.lang.String[] values)
values
- the values of type String arrayString
objects