Java Doc for BpelModelImpl.java in  » IDE-Netbeans » bpel » org » netbeans » modules » bpel » model » impl » 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 » IDE Netbeans » bpel » org.netbeans.modules.bpel.model.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.bpel.model.impl.BpelModelImpl

BpelModelImpl
public class BpelModelImpl extends AbstractDocumentModel implements BpelModel(Code)

Inner Class :protected class BpelModelUndoableEditSupport extends UndoableEditSupport
Inner Class :protected class BpelModelUndoableEdit extends ModelUndoableEdit


Constructor Summary
public  BpelModelImpl(Document doc, Lookup lookup)
    
public  BpelModelImpl(ModelSource source)
    

Method Summary
public  voidaddComponentListener(ComponentListener cl)
    
public  voidaddEntityChangeListener(ChangeEventListener listener)
    
public  voidaddPropertyChangeListener(java.beans.PropertyChangeListener pcl)
    
public  voidaddUndoableEditListener(UndoableEditListener listener)
    
public synchronized  voidaddUndoableRefactorListener(UndoableEditListener listener)
    
public  booleancanExtend(ExtensibleElements extensible, Class<? extends ExtensionEntity> extensionType)
    
public  BpelEntitycreateComponent(BpelEntity parent, Element element)
    
public  BpelEntitycreateRootComponent(Element root)
    
public  voidendTransaction()
    
public  BpelEntityfindElement(int i)
    
final  voidfireChangeEvent(ChangeEvent event)
     This method should be visible only for model impl elements.
public  voidfireComponentChangedEvent(ComponentEvent evt)
    
public  voidfirePropertyChangeEvent(PropertyChangeEvent event)
    
public  AnotherVersionBpelProcessgetAnotherVersionProcess()
    
public  BpelBuilderImplgetBuilder()
    
 BpelChildEntitiesBuildergetChildBuilder()
    
protected  ComponentUpdater<BpelEntity>getComponentUpdater()
    
public  BpelEntitygetEntity(UniqueId id)
    
 EntityFactoryRegistrygetEntityRegistry()
    
 longgetNextID()
    
public  ProcessImplgetProcess()
    
public  Set<QName>getQNames()
    
public  BpelEntitygetRootComponent()
    
protected  ObjectgetSource()
    
public  Vinvoke(Callable<V> action, Object source)
    
public  voidinvoke(Runnable run)
    
final  booleanisInEventsFiring()
    
public  booleanisIntransaction()
    
public  booleanisSupportedExpension(String uri)
    
final  voidpostInnerEventNotify(ChangeEvent event)
     This method will be called right after OM change was performed and we possibly need to change other elements in OM accordingly this change.
final  voidpreInnerEventNotify(ChangeEvent event)
     This method will be called before OM change was performed and we possibly need to collect some information.
throws:
  could - throw VetoException.
protected  voidreadLock()
    
protected  voidreadUnlock()
    
public  voidremoveComponentListener(ComponentListener cl)
    
public  voidremoveEntityChangeListener(ChangeEventListener listener)
    
public  voidremovePropertyChangeListener(java.beans.PropertyChangeListener pcl)
    
public  voidremoveUndoableEditListener(UndoableEditListener listener)
    
public synchronized  voidremoveUndoableRefactorListener(UndoableEditListener listener)
    
public  voidrollbackTransaction()
    
public  booleanstartTransaction()
    
public  voidsync()
    
public  voidundoableEditHappened(UndoableEditEvent e)
    
public  voidvalidateWrite()
    
protected  voidwriteLock()
    
protected  voidwriteUnlock()
    


Constructor Detail
BpelModelImpl
public BpelModelImpl(Document doc, Lookup lookup)(Code)



BpelModelImpl
public BpelModelImpl(ModelSource source)(Code)




Method Detail
addComponentListener
public void addComponentListener(ComponentListener cl)(Code)



addEntityChangeListener
public void addEntityChangeListener(ChangeEventListener listener)(Code)



addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)(Code)



addUndoableEditListener
public void addUndoableEditListener(UndoableEditListener listener)(Code)



addUndoableRefactorListener
public synchronized void addUndoableRefactorListener(UndoableEditListener listener)(Code)



canExtend
public boolean canExtend(ExtensibleElements extensible, Class<? extends ExtensionEntity> extensionType)(Code)



createComponent
public BpelEntity createComponent(BpelEntity parent, Element element)(Code)



createRootComponent
public BpelEntity createRootComponent(Element root)(Code)



endTransaction
public void endTransaction()(Code)



findElement
public BpelEntity findElement(int i)(Code)



fireChangeEvent
final void fireChangeEvent(ChangeEvent event)(Code)
This method should be visible only for model impl elements.
Parameters:
  event - event for firing.



fireComponentChangedEvent
public void fireComponentChangedEvent(ComponentEvent evt)(Code)



firePropertyChangeEvent
public void firePropertyChangeEvent(PropertyChangeEvent event)(Code)



getAnotherVersionProcess
public AnotherVersionBpelProcess getAnotherVersionProcess()(Code)



getBuilder
public BpelBuilderImpl getBuilder()(Code)



getChildBuilder
BpelChildEntitiesBuilder getChildBuilder()(Code)



getComponentUpdater
protected ComponentUpdater<BpelEntity> getComponentUpdater()(Code)



getEntity
public BpelEntity getEntity(UniqueId id)(Code)



getEntityRegistry
EntityFactoryRegistry getEntityRegistry()(Code)



getNextID
long getNextID()(Code)



getProcess
public ProcessImpl getProcess()(Code)



getQNames
public Set<QName> getQNames()(Code)



getRootComponent
public BpelEntity getRootComponent()(Code)



getSource
protected Object getSource()(Code)



invoke
public V invoke(Callable<V> action, Object source) throws Exception(Code)



invoke
public void invoke(Runnable run)(Code)



isInEventsFiring
final boolean isInEventsFiring()(Code)



isIntransaction
public boolean isIntransaction()(Code)



isSupportedExpension
public boolean isSupportedExpension(String uri)(Code)



postInnerEventNotify
final void postInnerEventNotify(ChangeEvent event)(Code)
This method will be called right after OM change was performed and we possibly need to change other elements in OM accordingly this change.



preInnerEventNotify
final void preInnerEventNotify(ChangeEvent event) throws VetoException(Code)
This method will be called before OM change was performed and we possibly need to collect some information.
throws:
  could - throw VetoException. It means that some visitor rejectchange.



readLock
protected void readLock()(Code)



readUnlock
protected void readUnlock()(Code)



removeComponentListener
public void removeComponentListener(ComponentListener cl)(Code)



removeEntityChangeListener
public void removeEntityChangeListener(ChangeEventListener listener)(Code)



removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)(Code)



removeUndoableEditListener
public void removeUndoableEditListener(UndoableEditListener listener)(Code)



removeUndoableRefactorListener
public synchronized void removeUndoableRefactorListener(UndoableEditListener listener)(Code)



rollbackTransaction
public void rollbackTransaction()(Code)



startTransaction
public boolean startTransaction()(Code)



sync
public void sync() throws IOException(Code)



undoableEditHappened
public void undoableEditHappened(UndoableEditEvent e)(Code)



validateWrite
public void validateWrite()(Code)



writeLock
protected void writeLock()(Code)



writeUnlock
protected void writeUnlock()(Code)



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