|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flexive.shared.AbstractSelectableObjectWithName
com.flexive.shared.scripting.FxScriptInfo
public class FxScriptInfo
Information about a script
| Field Summary | |
|---|---|
protected boolean |
active
|
protected boolean |
cached
|
protected java.lang.String |
description
|
protected FxScriptEvent |
event
|
protected long |
id
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
FxScriptInfo()
|
|
FxScriptInfo(long id,
FxScriptEvent event,
java.lang.String name,
java.lang.String description,
boolean active)
Deprecated. use FxScriptInfo(long, FxScriptEvent, String, String, boolean, boolean) instead |
|
FxScriptInfo(long id,
FxScriptEvent event,
java.lang.String name,
java.lang.String description,
boolean active,
boolean cached)
Constructor |
|
| Method Summary | |
|---|---|
FxScriptInfoEdit |
asEditable()
Return this script info as editable object. |
java.lang.String |
getDescription()
Get the description of this script |
FxScriptEvent |
getEvent()
Get the event type of this script |
long |
getId()
Get the id of this script |
java.lang.String |
getName()
Get the (unique) name of this script |
boolean |
isActive()
Returns if the script is set to active. |
boolean |
isCached()
Returns if the script is cached. |
| Methods inherited from class com.flexive.shared.AbstractSelectableObjectWithName |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long id
protected FxScriptEvent event
protected java.lang.String name
protected java.lang.String description
protected boolean active
protected boolean cached
| Constructor Detail |
|---|
public FxScriptInfo()
public FxScriptInfo(long id,
FxScriptEvent event,
java.lang.String name,
java.lang.String description,
boolean active,
boolean cached)
throws FxInvalidParameterException
id - script idevent - script typename - (unique) name of the scriptdescription - descriptionactive - if the script is activecached - if the script is cached
FxInvalidParameterException - on errorsFxScriptEvent
@Deprecated
public FxScriptInfo(long id,
FxScriptEvent event,
java.lang.String name,
java.lang.String description,
boolean active)
throws FxInvalidParameterException
FxScriptInfo(long, FxScriptEvent, String, String, boolean, boolean) instead
id - script idevent - script typename - (unique) name of the scriptdescription - descriptionactive - if the script is active
FxInvalidParameterException - on errorsFxScriptEvent| Method Detail |
|---|
public FxScriptInfoEdit asEditable()
public long getId()
getId in interface SelectableObjectpublic FxScriptEvent getEvent()
FxScriptEventpublic java.lang.String getName()
getName in interface SelectableObjectWithNamepublic java.lang.String getDescription()
public boolean isActive()
public boolean isCached()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||