|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.commands.remotefileselector.FindCommand
public class FindCommand
This class provides the calls to the RemoteServerModel to search for various files. Not currently implemented.
| Field Summary | |
|---|---|
static java.lang.String |
RB_KEY
|
| Fields inherited from interface com.sas.commands.DynamicAttributeCommandInterface |
|---|
COMMAND_NAME_PREFIX |
| Constructor Summary | |
|---|---|
FindCommand()
Constructor |
|
FindCommand(java.lang.String name)
Constructor |
|
FindCommand(java.lang.String name,
java.lang.String actionClass)
Constructor |
|
| Method Summary | |
|---|---|
void |
execute(java.lang.Object o)
This method is called to perform the command. |
java.util.HashMap |
getEventInfo()
Returns a Map of event keys to event values. |
java.lang.Object |
getEventSource()
Returns the target of this command which is the implicit source of the Event that will be fired due to the changed state of the target. |
boolean |
isContentsChanged()
Return a boolean indicating whether the operation carried out during the command's last execution caused the command's target object to change. |
void |
setEventSource(java.lang.Object eventSource)
|
| Methods inherited from class com.sas.commands.BaseCommand |
|---|
getLocale, getName, getNextCommandName, getText, isExecutable, isUndoable, setLocale, setName, setText, undo |
| Methods inherited from class com.sas.entities.BaseEntity |
|---|
clone, containsAttributeNamed, equals, equals, getAttribute, getAttribute, getAttributeCount, getAttributes, getEntityKey, getPropertyDescriptors, getStringAttribute, listAttributeNames, removeAllAttributes, removeAttribute, reset, sameEntity, setAttribute, setAttributes, setEntityKey, toString |
| Methods inherited from interface com.sas.entities.BaseEntityValueInterface |
|---|
getAttribute, setAttribute |
| Methods inherited from interface com.sas.util.Command |
|---|
clone |
| Field Detail |
|---|
public static final java.lang.String RB_KEY
| Constructor Detail |
|---|
public FindCommand()
public FindCommand(java.lang.String name)
name -
public FindCommand(java.lang.String name,
java.lang.String actionClass)
name - actionClass - | Method Detail |
|---|
public void execute(java.lang.Object o)
execute in interface com.sas.util.SimpleCommandexecute in class BaseCommando - public boolean isContentsChanged()
ContentsChangedInterface
isContentsChanged in interface ContentsChangedInterfacepublic java.util.HashMap getEventInfo()
ContentsChangedInterfaceThe keys and values on the map are dependent on the command and the type of target object that it operates on.
getEventInfo in interface ContentsChangedInterfacepublic java.lang.Object getEventSource()
ContentsChangedInterface
getEventSource in interface ContentsChangedInterfacepublic void setEventSource(java.lang.Object eventSource)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||