Uses of Interface
lumis.portal.deployment.script.IStepExecutable
-
Packages that use IStepExecutable Package Description lumis.portal.deployment.stepexecutable.component lumis.portal.deployment.stepexecutable.script -
-
Uses of IStepExecutable in lumis.portal.deployment.stepexecutable.component
Classes in lumis.portal.deployment.stepexecutable.component that implement IStepExecutable Modifier and Type Class Description class
RemoveColumnFilesStep
Remove files from a column that your doui dataType is files.class
RemoveColumnFileStep
Remove files from a column that your doui dataType is file. -
Uses of IStepExecutable in lumis.portal.deployment.stepexecutable.script
Methods in lumis.portal.deployment.stepexecutable.script that return IStepExecutable Modifier and Type Method Description IStepExecutable
RunClassStepExecutable. getCustomClassScript()
Returns the custom class to be executed.
-