Java Doc for FxEnvironmentImpl.java in  » J2EE » fleXive » com » flexive » core » structure » 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.core.structure 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.flexive.core.structure.FxEnvironmentImpl

FxEnvironmentImpl
final public class FxEnvironmentImpl implements FxEnvironment(Code)
Runtime object for environment metadata held in the cache.
author:
   Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)



Constructor Summary
public  FxEnvironmentImpl()
    

Method Summary
protected  voidaddMandator(Mandator mandator)
    
public  FxEnvironmentImpldeepClone()
    
public  ACLgetACL(long id)
    
public  ACLgetACL(String name)
    
public  List<ACL>getACLs()
    
public  List<ACL>getACLs(ACL.Category category)
    
public  List<ACL>getACLs(long mandatorId)
    
public  List<ACL>getACLs(long mandatorId, boolean includeForeignAccessible)
    
public  List<ACL>getACLs(long mandatorId, ACL.Category category, boolean includeForeignAccessible)
    
public  FxAssignmentgetAssignment(String xPath)
    
public  FxAssignmentgetAssignment(long assignmentId)
    
public  FxDataTypegetDataType(long id)
    
public  List<FxDataType>getDataTypes()
    
public  StringgetDeactivatedTypesList()
    
public  ACLgetDefaultACL(ACL.Category category)
    
public  List<FxAssignment>getDerivedAssignments(long assignmentId)
    
public  FxGroupgetGroup(long id)
    
public  FxGroupgetGroup(String name)
    
public  List<FxGroupAssignment>getGroupAssignments()
    
public  List<FxGroupAssignment>getGroupAssignments(boolean includeDisabled)
    
public  List<FxGroup>getGroups(boolean returnReferenced, boolean returnUnreferenced, boolean returnRootGroups, boolean returnSubGroups)
    
public  StringgetInactiveMandatorList()
    
public  MandatorgetMandator(long id)
    
public  MandatorgetMandator(String name)
    
public  List<Mandator>getMandators(boolean active, boolean inactive)
    
public  List<FxProperty>getProperties(boolean returnReferenced, boolean returnUnreferenced)
    
public  FxPropertygetProperty(long id)
    
public  FxPropertygetProperty(String name)
    
public  List<FxPropertyAssignment>getPropertyAssignments()
    
public  List<FxPropertyAssignment>getPropertyAssignments(boolean includeDisabled)
    
public  List<FxType>getReferencingRelationTypes(long typeId)
    
public  RoutegetRoute(long routeId)
    
public  FxScriptInfogetScript(long scriptId)
    
public  FxScriptMappinggetScriptMapping(long scriptId)
    
public  List<FxScriptMapping>getScriptMappings()
    
public  List<FxScriptInfo>getScripts()
    
public  FxSelectListgetSelectList(long id)
    
public  FxSelectListgetSelectList(String name)
    
public  FxSelectListItemgetSelectListItem(long id)
    
public  List<FxSelectList>getSelectLists()
    
public  StepgetStep(long stepId)
    
public  StepgetStepByDefinition(long workflowId, long stepDefinitionId)
    
public  StepDefinitiongetStepDefinition(long id)
    
public  List<StepDefinition>getStepDefinitions()
    
public  List<Step>getSteps()
    
public  List<Step>getStepsByDefinition(long stepDefinitionId)
    
public  List<Step>getStepsByWorkflow(long workflowId)
    
public  List<FxPropertyAssignment>getSystemInternalRootPropertyAssignments()
    
public  longgetTimeStamp()
    
public  FxTypegetType(String name)
    
public  FxTypegetType(long id)
    
public  List<FxType>getTypes(boolean returnBaseTypes, boolean returnDerivedTypes, boolean returnTypes, boolean returnRelations)
    
public  List<FxType>getTypesForProperty(long propertyId)
    
public  WorkflowgetWorkflow(long id)
    
public  List<Workflow>getWorkflows()
    
protected  voidremoveACL(long id)
    
public  voidremoveMandator(long mandatorId)
    
protected  voidresolveDependencies()
    
protected  voidsetAcls(List<ACL> acls)
    
protected  voidsetAssignments(List<FxAssignment> assignments)
    
protected  voidsetDataTypes(List<FxDataType> dataTypes)
    
protected  voidsetGroups(List<FxGroup> groups)
    
public  voidsetMandators(Mandator[] mandators)
    
protected  voidsetProperties(List<FxProperty> properties)
    
public  voidsetScriptMappings(List<FxScriptMapping> scriptMappings)
    
public  voidsetScripts(List<FxScriptInfo> scripts)
    
public  voidsetSelectLists(List<FxSelectList> lists)
    
protected  voidsetStepDefinitions(List<StepDefinition> stepDefinitions)
    
protected  voidsetSteps(List<Step> steps)
    
protected  voidsetTypes(List<FxType> fxTypes)
    
protected  voidsetWorkflows(List<Workflow> workflows)
    
protected  voidupdateACL(ACL _acl)
    
public  voidupdateMandator(Mandator mandator)
    
public  voidupdateScripting(List<FxScriptInfo> scripts, List<FxScriptMapping> scriptMapping)
    
public  voidupdateTimeStamp()
    
public  voidupdateType(FxType type)
    


Constructor Detail
FxEnvironmentImpl
public FxEnvironmentImpl()(Code)




Method Detail
addMandator
protected void addMandator(Mandator mandator)(Code)
Add a mandator
Parameters:
  mandator - mandator



deepClone
public FxEnvironmentImpl deepClone()(Code)
Perform a 'deep' clone (copy) of this instance FxEnvironmentImpl



getACL
public ACL getACL(long id)(Code)



getACL
public ACL getACL(String name)(Code)



getACLs
public List<ACL> getACLs()(Code)



getACLs
public List<ACL> getACLs(ACL.Category category)(Code)



getACLs
public List<ACL> getACLs(long mandatorId)(Code)



getACLs
public List<ACL> getACLs(long mandatorId, boolean includeForeignAccessible)(Code)



getACLs
public List<ACL> getACLs(long mandatorId, ACL.Category category, boolean includeForeignAccessible)(Code)



getAssignment
public FxAssignment getAssignment(String xPath)(Code)



getAssignment
public FxAssignment getAssignment(long assignmentId)(Code)



getDataType
public FxDataType getDataType(long id)(Code)



getDataTypes
public List<FxDataType> getDataTypes()(Code)



getDeactivatedTypesList
public String getDeactivatedTypesList()(Code)



getDefaultACL
public ACL getDefaultACL(ACL.Category category)(Code)



getDerivedAssignments
public List<FxAssignment> getDerivedAssignments(long assignmentId)(Code)



getGroup
public FxGroup getGroup(long id)(Code)



getGroup
public FxGroup getGroup(String name)(Code)



getGroupAssignments
public List<FxGroupAssignment> getGroupAssignments()(Code)



getGroupAssignments
public List<FxGroupAssignment> getGroupAssignments(boolean includeDisabled)(Code)



getGroups
public List<FxGroup> getGroups(boolean returnReferenced, boolean returnUnreferenced, boolean returnRootGroups, boolean returnSubGroups)(Code)



getInactiveMandatorList
public String getInactiveMandatorList()(Code)



getMandator
public Mandator getMandator(long id)(Code)



getMandator
public Mandator getMandator(String name)(Code)



getMandators
public List<Mandator> getMandators(boolean active, boolean inactive)(Code)



getProperties
public List<FxProperty> getProperties(boolean returnReferenced, boolean returnUnreferenced)(Code)



getProperty
public FxProperty getProperty(long id)(Code)



getProperty
public FxProperty getProperty(String name)(Code)



getPropertyAssignments
public List<FxPropertyAssignment> getPropertyAssignments()(Code)



getPropertyAssignments
public List<FxPropertyAssignment> getPropertyAssignments(boolean includeDisabled)(Code)



getReferencingRelationTypes
public List<FxType> getReferencingRelationTypes(long typeId)(Code)



getRoute
public Route getRoute(long routeId)(Code)



getScript
public FxScriptInfo getScript(long scriptId)(Code)



getScriptMapping
public FxScriptMapping getScriptMapping(long scriptId)(Code)



getScriptMappings
public List<FxScriptMapping> getScriptMappings()(Code)



getScripts
public List<FxScriptInfo> getScripts()(Code)



getSelectList
public FxSelectList getSelectList(long id)(Code)



getSelectList
public FxSelectList getSelectList(String name)(Code)



getSelectListItem
public FxSelectListItem getSelectListItem(long id)(Code)



getSelectLists
public List<FxSelectList> getSelectLists()(Code)



getStep
public Step getStep(long stepId)(Code)



getStepByDefinition
public Step getStepByDefinition(long workflowId, long stepDefinitionId)(Code)



getStepDefinition
public StepDefinition getStepDefinition(long id)(Code)



getStepDefinitions
public List<StepDefinition> getStepDefinitions()(Code)



getSteps
public List<Step> getSteps()(Code)



getStepsByDefinition
public List<Step> getStepsByDefinition(long stepDefinitionId)(Code)



getStepsByWorkflow
public List<Step> getStepsByWorkflow(long workflowId)(Code)



getSystemInternalRootPropertyAssignments
public List<FxPropertyAssignment> getSystemInternalRootPropertyAssignments()(Code)



getTimeStamp
public long getTimeStamp()(Code)



getType
public FxType getType(String name)(Code)



getType
public FxType getType(long id)(Code)



getTypes
public List<FxType> getTypes(boolean returnBaseTypes, boolean returnDerivedTypes, boolean returnTypes, boolean returnRelations)(Code)



getTypesForProperty
public List<FxType> getTypesForProperty(long propertyId)(Code)



getWorkflow
public Workflow getWorkflow(long id)(Code)



getWorkflows
public List<Workflow> getWorkflows()(Code)



removeACL
protected void removeACL(long id)(Code)
Remove an existing ACL
Parameters:
  id - ACL to remove



removeMandator
public void removeMandator(long mandatorId)(Code)
Remove a mandator
Parameters:
  mandatorId - mandator id to remove



resolveDependencies
protected void resolveDependencies() throws FxNotFoundException(Code)
Resolve all missing dependencies
throws:
  FxNotFoundException - if a dependency could not be resolved



setAcls
protected void setAcls(List<ACL> acls)(Code)
Assign all defined ACL's
Parameters:
  acls - all defined ALC's



setAssignments
protected void setAssignments(List<FxAssignment> assignments)(Code)
Assign FxAssignments (mixed groups/properties)
Parameters:
  assignments - all assignments (mixed groups/properties)



setDataTypes
protected void setDataTypes(List<FxDataType> dataTypes)(Code)
Assignment of all known FxDataType
Parameters:
  dataTypes - all known data types



setGroups
protected void setGroups(List<FxGroup> groups)(Code)
Assign all defined groups
Parameters:
  groups - all defined groups



setMandators
public void setMandators(Mandator[] mandators)(Code)
Assign all defined mandators
Parameters:
  mandators - all defined mandators



setProperties
protected void setProperties(List<FxProperty> properties)(Code)
Assign all defined properties
Parameters:
  properties - all defined properties



setScriptMappings
public void setScriptMappings(List<FxScriptMapping> scriptMappings)(Code)
Set script mappings
Parameters:
  scriptMappings - all mappings



setScripts
public void setScripts(List<FxScriptInfo> scripts)(Code)
Set scripts
Parameters:
  scripts - all scripts



setSelectLists
public void setSelectLists(List<FxSelectList> lists)(Code)
Assign all defined select lists
Parameters:
  lists - select lists



setStepDefinitions
protected void setStepDefinitions(List<StepDefinition> stepDefinitions)(Code)
Assign all step definitions
Parameters:
  stepDefinitions - all step definitions



setSteps
protected void setSteps(List<Step> steps)(Code)
Assign all steps
Parameters:
  steps - all steps



setTypes
protected void setTypes(List<FxType> fxTypes)(Code)
Assign all defined types
Parameters:
  fxTypes - all defined types



setWorkflows
protected void setWorkflows(List<Workflow> workflows)(Code)



updateACL
protected void updateACL(ACL _acl)(Code)
Update or add an existing ACL
Parameters:
  _acl - ACL to update/add



updateMandator
public void updateMandator(Mandator mandator)(Code)
Update a mandator, silently fails if the mandator does not exist
Parameters:
  mandator - mandator



updateScripting
public void updateScripting(List<FxScriptInfo> scripts, List<FxScriptMapping> scriptMapping) throws FxNotFoundException(Code)
Update scripts after changes
Parameters:
  scripts - all scripts
Parameters:
  scriptMapping - all mappings
throws:
  FxNotFoundException - if dependencies can not be resolved



updateTimeStamp
public void updateTimeStamp()(Code)
Update the timestamp of the environment to the current time



updateType
public void updateType(FxType type) throws FxNotFoundException(Code)
Update or add a FxType
Parameters:
  type - type to update/add
throws:
  FxNotFoundException - on dependency errors



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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