Java Doc for FxScriptEvent.java in  » J2EE » fleXive » com » flexive » shared » scripting » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » fleXive » com.flexive.shared.scripting 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.flexive.shared.scripting.FxScriptEvent

FxScriptEvent
public enum FxScriptEvent (Code)
All kinds of scripts used in flexive, depending on the type scripts are initialized with different bindings
author:
   Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)


Field Summary
 Enum ConstantAfterAccountCreate
     Fired after a new user account has been created.
 Enum ConstantAfterAssignmentDataCreate
    
 Enum ConstantAfterAssignmentDataDelete
    
 Enum ConstantAfterAssignmentDataSave
    
 Enum ConstantAfterContentCreate
    
 Enum ConstantAfterContentInitialize
    
 Enum ConstantAfterContentLoad
    
 Enum ConstantAfterContentRemove
    
 Enum ConstantAfterContentSave
    
 Enum ConstantAfterDataChangeAdd
    
 Enum ConstantAfterDataChangeDelete
    
 Enum ConstantAfterDataChangeUpdate
    
 Enum ConstantAfterTreeNodeActivated
    
 Enum ConstantAfterTreeNodeAdded
    
 Enum ConstantAfterTreeNodeFolderReplacement
    
 Enum ConstantAfterTreeNodeRemoved
    
 Enum ConstantBeforeAssignmentDataCreate
    
 Enum ConstantBeforeAssignmentDataDelete
    
 Enum ConstantBeforeAssignmentDataSave
    
 Enum ConstantBeforeContentCreate
    
 Enum ConstantBeforeContentRemove
    
 Enum ConstantBeforeContentSave
    
 Enum ConstantBeforeDataChangeAdd
    
 Enum ConstantBeforeDataChangeDelete
    
 Enum ConstantBeforeDataChangeUpdate
    
 Enum ConstantBeforeTreeNodeActivated
    
 Enum ConstantBeforeTreeNodeFolderReplacement
    
 Enum ConstantBeforeTreeNodeRemoved
    
 Enum ConstantBinaryPreviewProcess
    
 Enum ConstantManual
    
 Enum ConstantPrepareContentCreate
    
 Enum ConstantPrepareContentSave
    

Constructor Summary
 FxScriptEvent(int id, FxScriptScope scope, String... bindingInfo)
    

Method Summary
public  String[]getBindingInfo()
     Get a list of all bindings available to the script.
public static  FxScriptEventgetById(long id)
    
public  longgetId()
    
public  StringgetName()
    
public  FxScriptScopegetScope()
    

Field Detail
AfterAccountCreate
Enum Constant AfterAccountCreate(Code)
Fired after a new user account has been created. The account ID and the contact data PK are bound as "accountId" and "pk" .



AfterAssignmentDataCreate
Enum Constant AfterAssignmentDataCreate(Code)
Fired after a new instance is created that will contain the assignment



AfterAssignmentDataDelete
Enum Constant AfterAssignmentDataDelete(Code)
Fired after an instance is deleted could contain the assignment, no guarantee can be made that the instance actually contains FxData for the assignment!



AfterAssignmentDataSave
Enum Constant AfterAssignmentDataSave(Code)
Fired after an existing instance is saved that contains the assignment



AfterContentCreate
Enum Constant AfterContentCreate(Code)
Fired after a new content is created



AfterContentInitialize
Enum Constant AfterContentInitialize(Code)
Fired after a new content instance is initialized with default values



AfterContentLoad
Enum Constant AfterContentLoad(Code)
Fired after a content is loaded



AfterContentRemove
Enum Constant AfterContentRemove(Code)
Fired after a content is removed



AfterContentSave
Enum Constant AfterContentSave(Code)
Fired after an existing content is saved



AfterDataChangeAdd
Enum Constant AfterDataChangeAdd(Code)
Fired after a FxData is updated in an existing existance



AfterDataChangeDelete
Enum Constant AfterDataChangeDelete(Code)
Fired after a FxData is removed from an existing existance, instance will not be removed!



AfterDataChangeUpdate
Enum Constant AfterDataChangeUpdate(Code)
Fired after a FxData update of an existing existance



AfterTreeNodeActivated
Enum Constant AfterTreeNodeActivated(Code)



AfterTreeNodeAdded
Enum Constant AfterTreeNodeAdded(Code)



AfterTreeNodeFolderReplacement
Enum Constant AfterTreeNodeFolderReplacement(Code)



AfterTreeNodeRemoved
Enum Constant AfterTreeNodeRemoved(Code)



BeforeAssignmentDataCreate
Enum Constant BeforeAssignmentDataCreate(Code)
Fired before a new instance is created that will contain the assignment



BeforeAssignmentDataDelete
Enum Constant BeforeAssignmentDataDelete(Code)
Fired before an instance is deleted could contain the assignment, no guarantee can be made that the instance actually contains FxData for the assignment!



BeforeAssignmentDataSave
Enum Constant BeforeAssignmentDataSave(Code)
Fired before an existing instance is saved that contains the assignment



BeforeContentCreate
Enum Constant BeforeContentCreate(Code)
Fired before a new content is created



BeforeContentRemove
Enum Constant BeforeContentRemove(Code)
Fired before a content is removed



BeforeContentSave
Enum Constant BeforeContentSave(Code)
Fired before an existing content is saved



BeforeDataChangeAdd
Enum Constant BeforeDataChangeAdd(Code)
Fired before a FxData is updated in an existing existance



BeforeDataChangeDelete
Enum Constant BeforeDataChangeDelete(Code)
Fired before a FxData is removed from an existing existance, instance will not be removed!



BeforeDataChangeUpdate
Enum Constant BeforeDataChangeUpdate(Code)
Fired before a FxData update of an existing existance



BeforeTreeNodeActivated
Enum Constant BeforeTreeNodeActivated(Code)



BeforeTreeNodeFolderReplacement
Enum Constant BeforeTreeNodeFolderReplacement(Code)



BeforeTreeNodeRemoved
Enum Constant BeforeTreeNodeRemoved(Code)



BinaryPreviewProcess
Enum Constant BinaryPreviewProcess(Code)



Manual
Enum Constant Manual(Code)
Manually execute script, not dependent on any 'trigger point' - will be executed on demand



PrepareContentCreate
Enum Constant PrepareContentCreate(Code)
Fired for ContentEngine.prepareSave() for new contents



PrepareContentSave
Enum Constant PrepareContentSave(Code)
Fired for ContentEngine.prepareSave() for existing contents




Constructor Detail
FxScriptEvent
FxScriptEvent(int id, FxScriptScope scope, String... bindingInfo)(Code)
Constructore
Parameters:
  id - type id
Parameters:
  scope - script scope
Parameters:
  bindingInfo - provided variable bindings




Method Detail
getBindingInfo
public String[] getBindingInfo()(Code)
Get a list of all bindings available to the script. Binding descriptions are human readable in the form "datatype variablename" list of all bindings available to the script



getById
public static FxScriptEvent getById(long id) throws FxNotFoundException(Code)
Get a FxScriptEvent by its id
Parameters:
  id - requested id FxScriptEvent
throws:
  FxNotFoundException - on errors



getId
public long getId()(Code)
Getter for the internal id internal id



getName
public String getName()(Code)



getScope
public FxScriptScope getScope()(Code)
Get the scope of this script, ie if it is independent, for types or assignments scope



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.