| com.flexive.shared.scripting.FxScriptScope
FxScriptScope | public enum FxScriptScope (Code) | | Scope of Scripts - the "area" where FxScriptEvent's are applicable
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Field Summary | |
Enum Constant | Accounts | Enum Constant | All | Enum Constant | Assignment | Enum Constant | BinaryProcessing Script is used for processing binary data to detect mimetypes, generate metadata or previews, etc. | Enum Constant | Tree | Enum Constant | Type |
Accounts | Enum Constant Accounts(Code) | | Script related to user account updates
|
All | Enum Constant All(Code) | | No pre-defined scope, can be used anywhere
|
Assignment | Enum Constant Assignment(Code) | | Script is to be used for FxAssignment related events
|
BinaryProcessing | Enum Constant BinaryProcessing(Code) | | Script is used for processing binary data to detect mimetypes, generate metadata or previews, etc.
|
Tree | Enum Constant Tree(Code) | | Tree related (activation, etc.)
|
Type | Enum Constant Type(Code) | | Script is to be used for FxType related events
|
|
|