com.polarion.alm.tracker.workflow.IContributionsManager
METHODS
Modifiers and Type | Name | Description |
---|---|---|
boolean | isConditionDefined(String,String) | Determines if a condition with the specified name exists |
boolean | isFunctionDefined(String,String) | |
boolean | isValidatorDefined(String,String) | |
boolean | isSignaturePolicyDefined(String,String) | Determines if a signature policy with the specified name exists. |
Map | getConditions(String) | |
Map | getFunctions(String) | |
Map | getValidators(String) | |
Map | getSignaturePolicies(String) | |
boolean | isNotRecognizedCondition(String,String) | Determines if a condition with the specified name is stored as NotRecognizedCondition |
boolean | isNotRecognizedFunction(String,String) | Determines if a function with the specified name is stored as NotRecognizedFunction |
boolean | isNotRecognizedSignaturePolicy(String,String) | Determines if a signature policy with the specified name is registered as not recognized signature policy. |
Object | createObject(String,String) | Instantiates the object with given name. WARNING: This method is for internal use only. |
void | addConditions(Map |
Add new conditions. WARNING: This method is for internal use only. |
void | addFunctions(Map |
Add new functions. WARNING: This method is for internal use only. |
void | addSignaturePolicies(Map |
Add new signature policies. WARNING: This method is for internal use only. |
Back to Index