Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeDescriptionTypeDefault ValueFixed ValuesMandatory/OptionalNotes
name

The parameter will be referred by its name attribute by the business logic that has been defined by the "class" attribute defined within the "<execution>" element

  • currentEnvironment/targetEnvironment - denotes the resource path at the current and target state. Its String literal type.
  • service.mediatype/wsdl.mediatype/endpoint.mediatype - denotes the mime "MediaType" parameters.
 
  • currentEnvironment - denotes the fully qualified path of the resource under the current state; current state is the state in which the resource currently in.
  • targetEnvironment - denotes the path to which the resource has to move during the state transition. 
  
  • service.mediatype - points out the MIME mediatype of the service artifact.
  • wsdl.mediatype - points out the MIME mediatype of the WSDL artifact.
  • endpoint.mediatype - points out the MIME mediatype of the artifact name Endpoint.
all the fields are mandatory.
  • Since the artifacts are to be governed,the current and target environment have to start with "/_system/governance".
value parameter's value which is denoted by the value attribute will be used to compute the logic.     

...