| java.lang.Object com.flexive.shared.scripting.FxScriptMappingEntry
FxScriptMappingEntry | public class FxScriptMappingEntry implements Serializable(Code) | | Class describing the mapping of a script to other objects (FxType, FxAssignment, ...)
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) See Also: FxScriptMapping |
FxScriptMappingEntry | public FxScriptMappingEntry(FxScriptEvent scriptEvent, long scriptId, boolean active, boolean derivedUsage, long id, long[] derivedIds)(Code) | | Constructor
Parameters: scriptEvent - event of the script Parameters: scriptId - id of the script Parameters: active - is this mapping active? Parameters: derivedUsage - should this mapping be used for derived objects as well? Parameters: id - object id of the mapping (type, assignment, ...) Parameters: derivedIds - object id's of derived objects |
getDerivedIds | public long[] getDerivedIds()(Code) | | Get the ids of all derived (and affected) objects
ids of all derived (and affected) objects |
getId | public long getId()(Code) | | Get the mapped object id
mapped object id |
getScriptEvent | public FxScriptEvent getScriptEvent()(Code) | | Get the event type of the script
FxScriptEvent |
getScriptId | public long getScriptId()(Code) | | Get the id of the script
script id |
isActive | public boolean isActive()(Code) | | Is this mapping active?
mapping active |
isDerivedUsage | public boolean isDerivedUsage()(Code) | | Should this mapping be used in derived objects?
usage in derived objects? |
|
|