@Deprecated public class SpringExecutable extends Object implements Executable
Modifier and Type | Field and Description |
---|---|
static SpringService |
DEFAULT_SPRING_SERVICE
Deprecated.
|
Constructor and Description |
---|
SpringExecutable()
Deprecated.
|
SpringExecutable(SpringContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Deprecated.
|
SpringContext |
getContext()
Deprecated.
|
SpringService |
getService()
Deprecated.
|
boolean |
isSkip()
Deprecated.
|
void |
setContext(SpringContext context)
Deprecated.
|
void |
setService(SpringService service)
Deprecated.
|
void |
setSkip(boolean skip)
Deprecated.
|
public static final SpringService DEFAULT_SPRING_SERVICE
public SpringExecutable()
public SpringExecutable(SpringContext context)
public void execute()
execute
in interface Executable
public SpringService getService()
public void setService(SpringService service)
public SpringContext getContext()
public void setContext(SpringContext context)
public boolean isSkip()
public void setSkip(boolean skip)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.