de.opsdesign.yax.types
Class Store

java.lang.Object
  extended by de.opsdesign.yax.log.LogBuilder
      extended by de.opsdesign.yax.types.ComponentType
          extended by de.opsdesign.yax.types.StepType
              extended by de.opsdesign.yax.types.Store
All Implemented Interfaces:
Loggable, Run, java.lang.Comparable

public class Store
extends StepType


Field Summary
 
Fields inherited from class de.opsdesign.yax.types.StepType
DECLARE_STEP_TYPE
 
Fields inherited from class de.opsdesign.yax.types.ComponentType
className, description, DESCRIPTION, libraryName, name, NAME, NO, PARAMETER, PORT, REQUIRED, SEQUENCE, TYPE, VALUES, XPROC, YAX, YES
 
Constructor Summary
Store()
           
 
Method Summary
 void run(Step step)
          Usually will be overwritten by a step type implementation.
 
Methods inherited from class de.opsdesign.yax.types.StepType
compareTo, isUseSuperRun, registerStepType, registerStepType, setInputToken, setOutputToken, setUseSuperRun, toElement
 
Methods inherited from class de.opsdesign.yax.types.ComponentType
addImplicitPort, addParameterType, addPortType, addPortType, addPortType, addPortType, addPortType, getClassName, getComponentTypeType, getDescription, getLibraryName, getName, getParameterTypes, getPortTypes, getPrefix, getPrefixedName, getXProcOptionsLibraryName, getXProcStandardLibraryName, getYaxOptionsLibraryName, getYaxStandardLibraryName, isConstructType, isStep, isStepType, setDescription, setLibraryName, setName
 
Methods inherited from class de.opsdesign.yax.log.LogBuilder
log, log, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Store

public Store()
      throws ConfigurationException
Throws:
ConfigurationException
Method Detail

run

public void run(Step step)
         throws RunException
Description copied from class: StepType
Usually will be overwritten by a step type implementation. If used without any changes logs a warning message for indicating that the default (Identity) implementation is used. If the default implemenation is enough set 'useSuperRun' to 'true'.

Specified by:
run in interface Run
Overrides:
run in class StepType
Throws:
RunException


Copyright © 2008 OPS Design GmbH. All Rights Reserved.