Class: OpenWFE::Header

Inherits:
InFlowWorkItem show all
Defined in:
lib/openwfe/orest/workitem.rb

Overview

A header is a summary of a workitem, returned by the getHeader worklist method.

(Only used when accessing an OpenWFEja engine)

Instance Attribute Summary collapse

Attributes inherited from InFlowWorkItem

#dispatch_time, #filter, #history, #store

Attributes inherited from InFlowItem

#flow_expression_id, #participant_name

Attributes inherited from WorkItem

#attributes, #last_modified

Method Summary

Methods inherited from InFlowWorkItem

from_h, #get_boolean_result, #get_result, #set_result, #to_h, #to_s, #unset_result

Methods inherited from InFlowItem

from_h, #last_expression_id, #last_expression_id=, #to_h

Methods inherited from WorkItem

#[], #[]=, #dup, from_h, #has_attribute?, #initialize, #lookup_attribute, #method_missing, #set_attribute, #to_h, #touch, #unset_attribute

Constructor Details

This class inherits a constructor from OpenWFE::WorkItem

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OpenWFE::WorkItem

Instance Attribute Details

#lockedObject

Returns the value of attribute locked.



134
135
136
# File 'lib/openwfe/orest/workitem.rb', line 134

def locked
  @locked
end