@Deprecated public class ExecutablesExecutable extends Object implements Executable
executables
supplied to this beanConstructor and Description |
---|
ExecutablesExecutable()
Deprecated.
|
ExecutablesExecutable(Executable... executables)
Deprecated.
|
ExecutablesExecutable(List<? extends Executable> executables)
Deprecated.
|
ExecutablesExecutable(List<? extends Executable> executables,
boolean skip)
Deprecated.
|
ExecutablesExecutable(List<? extends Executable> executables,
boolean skip,
boolean timed)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Deprecated.
|
List<? extends Executable> |
getExecutables()
Deprecated.
|
boolean |
isSkip()
Deprecated.
|
boolean |
isTimed()
Deprecated.
|
void |
setExecutables(List<? extends Executable> executables)
Deprecated.
|
void |
setSkip(boolean skip)
Deprecated.
|
void |
setTimed(boolean timed)
Deprecated.
|
public ExecutablesExecutable()
public ExecutablesExecutable(Executable... executables)
public ExecutablesExecutable(List<? extends Executable> executables)
public ExecutablesExecutable(List<? extends Executable> executables, boolean skip)
public ExecutablesExecutable(List<? extends Executable> executables, boolean skip, boolean timed)
public void execute()
execute
in interface Executable
public List<? extends Executable> getExecutables()
public void setExecutables(List<? extends Executable> executables)
public boolean isSkip()
public void setSkip(boolean skip)
public boolean isTimed()
public void setTimed(boolean timed)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.