Package org.apache.hop.workflow.config
Class WorkflowRunConfigurationMetadataObjectFactory
- java.lang.Object
-
- org.apache.hop.workflow.config.WorkflowRunConfigurationMetadataObjectFactory
-
- All Implemented Interfaces:
IHopMetadataObjectFactory
public class WorkflowRunConfigurationMetadataObjectFactory extends Object implements IHopMetadataObjectFactory
-
-
Constructor Summary
Constructors Constructor Description WorkflowRunConfigurationMetadataObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcreateObject(String id, Object parentObject)StringgetObjectId(Object object)
-
-
-
Method Detail
-
createObject
public Object createObject(String id, Object parentObject) throws HopException
- Specified by:
createObjectin interfaceIHopMetadataObjectFactory- Throws:
HopException
-
getObjectId
public String getObjectId(Object object) throws HopException
- Specified by:
getObjectIdin interfaceIHopMetadataObjectFactory- Throws:
HopException
-
-