站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.scm.ScmAction (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.scm.ScmAction

Packages that use ScmAction
org.drools.scm   
org.drools.scm.jcr   
org.drools.scm.svn   
 

Uses of ScmAction in org.drools.scm
 

Classes in org.drools.scm that implement ScmAction
 class CompositeScmAction
           
 

Methods in org.drools.scm that return ScmAction
 ScmAction ScmActionFactory.addDirectory(String root, String path)
           
 ScmAction ScmActionFactory.addFile(String path, String file, byte[] content)
           
 ScmAction ScmActionFactory.copyDirectory(String path, String newPath, long revision)
           
 ScmAction ScmActionFactory.copyFile(String path, String file, String newPath, String newFile, long revision)
           
 ScmAction ScmActionFactory.deleteDirectory(String path)
           
 ScmAction ScmActionFactory.deleteFile(String path, String file)
           
 ScmAction ScmActionFactory.moveDirectory(String path, String newPath, long revision)
           
 ScmAction ScmActionFactory.moveFile(String path, String file, String newPath, String newFile, long revision)
           
 ScmAction ScmActionFactory.updateFile(String path, String file, byte[] oldContent, byte[] newContent)
           
 

Methods in org.drools.scm with parameters of type ScmAction
 void CompositeScmAction.addScmAction(ScmAction action)
           
 void ScmActionFactory.execute(ScmAction action, String message)
           
 

Uses of ScmAction in org.drools.scm.jcr
 

Classes in org.drools.scm.jcr that implement ScmAction
 class CompositeJcrAction
           
static class JcrActionFactory.AddDirectory
          root should be the last, previously created, parent folder.
static class JcrActionFactory.AddFile
           
static class JcrActionFactory.CopyDirectory
           
static class JcrActionFactory.CopyFile
           
static class JcrActionFactory.DeleteDirectory
           
static class JcrActionFactory.DeleteFile
           
static class JcrActionFactory.MoveDirectory
           
static class JcrActionFactory.MoveFile
           
static class JcrActionFactory.UpdateFile
           
 

Methods in org.drools.scm.jcr that return ScmAction
 ScmAction JcrActionFactory.addDirectory(String root, String path)
           
 ScmAction JcrActionFactory.addFile(String path, String file, byte[] content)
           
 ScmAction JcrActionFactory.copyDirectory(String path, String newPath, long revision)
           
 ScmAction JcrActionFactory.copyFile(String path, String file, String newPath, String newFile, long revision)
           
 ScmAction JcrActionFactory.deleteDirectory(String path)
           
 ScmAction JcrActionFactory.deleteFile(String path, String file)
           
 ScmAction JcrActionFactory.moveDirectory(String path, String newPath, long revision)
           
 ScmAction JcrActionFactory.moveFile(String path, String file, String newPath, String newFile, long revision)
           
 ScmAction JcrActionFactory.updateFile(String path, String file, byte[] oldContent, byte[] newContent)
           
 

Methods in org.drools.scm.jcr with parameters of type ScmAction
 void CompositeJcrAction.addScmAction(ScmAction action)
           
 void JcrActionFactory.execute(ScmAction action, String message)
           
 

Uses of ScmAction in org.drools.scm.svn
 

Classes in org.drools.scm.svn that implement ScmAction
static class SvnActionFactory.AddDirectory
          root should be the last, previously created, parent folder.
static class SvnActionFactory.AddFile
           
static class SvnActionFactory.CopyDirectory
           
static class SvnActionFactory.CopyFile
           
static class SvnActionFactory.DeleteDirectory
           
static class SvnActionFactory.DeleteFile
           
static class SvnActionFactory.MoveDirectory
           
static class SvnActionFactory.MoveFile
           
static class SvnActionFactory.UpdateFile
           
 

Methods in org.drools.scm.svn that return ScmAction
 ScmAction SvnActionFactory.addDirectory(String root, String path)
           
 ScmAction SvnActionFactory.addFile(String path, String file, byte[] content)
           
 ScmAction SvnActionFactory.copyDirectory(String path, String newPath, long revision)
           
 ScmAction SvnActionFactory.copyFile(String path, String file, String newPath, String newFile, long revision)
           
 ScmAction SvnActionFactory.deleteDirectory(String path)
           
 ScmAction SvnActionFactory.deleteFile(String path, String file)
           
 ScmAction SvnActionFactory.moveDirectory(String path, String newPath, long revision)
           
 ScmAction SvnActionFactory.moveFile(String path, String file, String newPath, String newFile, long revision)
           
 ScmAction SvnActionFactory.updateFile(String path, String file, byte[] oldContent, byte[] newContent)
           
 

Methods in org.drools.scm.svn with parameters of type ScmAction
 void SvnActionFactory.execute(ScmAction action, String message)
           
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.