ActionDefinition

Name ActionDefinition
Usage RuleRepositoryService ValidationActionService ActionBoService
getValidation getValidationByName createValidation updateValidation createAction updateAction getActionByActionId getActionByNameAndNamespace getActionsByRuleId getActionByRuleIdAndSequenceNumber
RuleDefinition
Type Complex

Description

Concrete model object implementation of KRMS Repository Action
immutable.
Instances of Action can be (un)marshalled to and from XML.

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
id Id String The unique identifier for an object. This can be null. Required   One No  
name Name String Returns the name of the Action


name - the name of the Action

Required   One No  
namespace Namespace String Returns the namespace of the Action


The namespace of the Action

Required   One No  
description Description String Returns the description for what the parameter is used for. This can be null or a blank string. Required   One No  
typeId Type Id String Returns the KrmsType of the Action Required   One No  
ruleId Rule Id String Returns the id of the rule associated with the action Required   One No  
sequenceNumber Sequence Number Integer Returns the sequence number of the action Required   One No  
attributes Attributes Map Returns the internal representation of the set of attributes associated with the
Action. The attributes are represented as name/value pairs.
    One No  
versionNumber Version Number Long Returns the version number for this object. In general, this value should only
be null if the object has not yet been stored to a persistent data store.
This version number is generally used for the purposes of optimistic locking.
    One No