org.eclipse.stardust.engine.core.runtime.command
Interface Configurable

All Superinterfaces:
Serializable

public interface Configurable
extends Serializable

Generic interface for objects that supports client-side configuration. For details of the supported options please check the relevant Service API methods.

Version:
$Revision: $
Author:
Florin.Herinean

Method Summary
 Map<String,Object> getOptions()
          Retrieves the parameters associated with this object.
 

Method Detail

getOptions

Map<String,Object> getOptions()
Retrieves the parameters associated with this object.

Returns:
a Map of {name,value} pairs.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.