Module: Operaton::Bpm::Client::Variable::Value::DeferredFileValue

Included in:
Impl::Value::DeferredFileValueImpl
Defined in:
lib/operaton/bpm/client/variable/value/deferred_file_value.rb

Overview

Mirrors org.operaton.bpm.client.variable.value.DeferredFileValue — a file value whose content is lazily fetched from the engine.

Instance Method Summary collapse

Instance Method Details

#loaded?Boolean

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/operaton/bpm/client/variable/value/deferred_file_value.rb', line 11

def loaded?
  raise NotImplementedError
end