[Yanel-commits] rev 31595 - in public/yanel/trunk/src/resources/from-scratch-resource-template: . interfaces interfaces/CreatableV1 interfaces/CreatableV2 interfaces/IndexableSearchableV1 interfaces/IntrospectableV1 interfaces/ModifiableV1 interfaces/ModifiableV2 interfaces/TranslatableV1 interfaces/VersionableV1 interfaces/VersionableV2 interfaces/ViewableV1 interfaces/ViewableV2 interfaces/WorkflowableV1

michi at wyona.com michi at wyona.com
Mon Feb 11 14:23:06 CET 2008


Author: michi
Date: 2008-02-11 14:23:05 +0100 (Mon, 11 Feb 2008)
New Revision: 31595

Added:
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/method-stub
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/import-statements
   public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/method-stub
Log:
interfaves stubs added

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1 @@
+import org.wyona.yanel.core.api.attributes.CreatableV1;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV1/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,14 @@
+    public Object getProperty(String name) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String[] getPropertyNames() {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public void setProperty(String name, Object value) {
+        // TODO Auto-generated method stub
+        
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1 @@
+import org.wyona.yanel.core.api.attributes.CreatableV2;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/CreatableV2/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,24 @@
+    public String getCreateName(String suggestedName) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String getPropertyType(String propertyName) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Object getProperty(String name) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String[] getPropertyNames() {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public void setProperty(String name, Object value) {
+        // TODO Auto-generated method stub
+        
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1 @@
+import org.wyona.yanel.core.api.attributes.IndexableSearchableV1;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IndexableSearchableV1/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,4 @@
+    public String getSearchFields() {
+        // TODO Auto-generated method stub
+        return null;
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1 @@
+import org.wyona.yanel.core.api.attributes.IntrospectableV1;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/IntrospectableV1/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,4 @@
+    public String getIntrospection() throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,7 @@
+import java.io.OutputStream;
+import java.io.Reader;
+import java.io.Writer;
+
+import org.wyona.yanel.core.Path;
+import org.wyona.yanel.core.Topic;
+import org.wyona.yanel.core.api.attributes.ModifiableV1;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV1/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,24 @@
+    public OutputStream getOutputStream(Path path) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Reader getReader(Path path) throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Reader getReader(Topic topic) throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Writer getWriter(Path path) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Writer getWriter(Topic topic) {
+        // TODO Auto-generated method stub
+        return null;
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,6 @@
+import org.wyona.yanel.core.api.attributes.ModifiableV2;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.io.Reader;
+import java.io.Writer;
+import java.util.Date;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ModifiableV2/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,34 @@
+    public boolean delete() throws Exception {
+        // TODO Auto-generated method stub
+        return false;
+    }
+
+    public InputStream getInputStream() throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public long getLastModified() throws Exception {
+        // TODO Auto-generated method stub
+        return 0;
+    }
+
+    public OutputStream getOutputStream() throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Reader getReader() throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Writer getWriter() throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public void write(InputStream in) throws Exception {
+        // TODO Auto-generated method stub
+        
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,2 @@
+import org.wyona.yanel.core.api.attributes.TranslatableV1;
+import org.wyona.yanel.core.attributes.translatable.TranslationException;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/TranslatableV1/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,29 @@
+    public void addTranslation(Resource resource, String language) throws TranslationException {
+        // TODO Auto-generated method stub
+        
+    }
+
+    public String getLanguage() throws TranslationException {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String[] getLanguages() throws TranslationException {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Resource getTranslation(String language) throws TranslationException {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public boolean hasTranslation(String language) throws TranslationException {
+        // TODO Auto-generated method stub
+        return false;
+    }
+
+    public void removeTranslation(String language) throws TranslationException {
+        // TODO Auto-generated method stub
+        
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1 @@
+import org.wyona.yanel.core.api.attributes.VersionableV1;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV1/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,4 @@
+    public String[] getRevisions() {
+        // TODO Auto-generated method stub
+        return null;
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,3 @@
+import org.wyona.yanel.core.api.attributes.VersionableV2;
+import org.wyona.yanel.core.attributes.versionable.RevisionInformation;
+import org.wyona.yanel.core.attributes.viewable.View;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/VersionableV2/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,44 @@
+    public void cancelCheckout() throws Exception {
+        // TODO Auto-generated method stub
+        
+    }
+
+    public void checkin(String comment) throws Exception {
+        // TODO Auto-generated method stub
+        
+    }
+
+    public void checkout(String userID) throws Exception {
+        // TODO Auto-generated method stub
+        
+    }
+
+    public Date getCheckoutDate() throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String getCheckoutUserID() throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public RevisionInformation[] getRevisions() throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public View getView(String viewId, String revisionName) throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public boolean isCheckedOut() throws Exception {
+        // TODO Auto-generated method stub
+        return false;
+    }
+
+    public void restore(String revisionName) throws Exception {
+        // TODO Auto-generated method stub
+        
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,4 @@
+import org.wyona.yanel.core.Path;
+import org.wyona.yanel.core.api.attributes.ViewableV1;
+import org.wyona.yanel.core.attributes.viewable.View;
+import org.wyona.yanel.core.attributes.viewable.ViewDescriptor;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV1/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,9 @@
+    public View getView(Path path, String viewId) throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public ViewDescriptor[] getViewDescriptors() {
+        // TODO Auto-generated method stub
+        return null;
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,3 @@
+import org.wyona.yanel.core.api.attributes.ViewableV2;
+import org.wyona.yanel.core.attributes.viewable.View;
+import org.wyona.yanel.core.attributes.viewable.ViewDescriptor;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/ViewableV2/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,19 @@
+    public boolean exists() throws Exception {
+        // TODO Auto-generated method stub
+        return false;
+    }
+
+    public long getSize() throws Exception {
+        // TODO Auto-generated method stub
+        return 0;
+    }
+
+    public View getView(String viewId) throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public ViewDescriptor[] getViewDescriptors() {
+        // TODO Auto-generated method stub
+        return null;
+    }
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/import-statements
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/import-statements	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/import-statements	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,3 @@
+import org.wyona.yanel.core.api.attributes.WorkflowableV1;
+import org.wyona.yanel.core.attributes.viewable.View;
+import org.wyona.yanel.core.workflow.WorkflowException;
\ No newline at end of file

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/method-stub
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/method-stub	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/interfaces/WorkflowableV1/method-stub	2008-02-11 13:23:05 UTC (rev 31595)
@@ -0,0 +1,49 @@
+    public void doTransition(String transitionID, String revision) throws WorkflowException {
+        // TODO Auto-generated method stub
+        
+    }
+
+    public View getLiveView(String viewid) throws Exception {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public Date getWorkflowDate(String revision) throws WorkflowException {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String getWorkflowIntrospection() throws WorkflowException {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String getWorkflowState(String revision) throws WorkflowException {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String getWorkflowVariable(String name) throws WorkflowException {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public boolean isLive() throws WorkflowException {
+        // TODO Auto-generated method stub
+        return false;
+    }
+
+    public void removeWorkflowVariable(String name) throws WorkflowException {
+        // TODO Auto-generated method stub
+        
+    }
+
+    public void setWorkflowState(String state, String revision) throws WorkflowException {
+        // TODO Auto-generated method stub
+        
+    }
+
+    public void setWorkflowVariable(String name, String value) throws WorkflowException {
+        // TODO Auto-generated method stub
+        
+    }
\ No newline at end of file



More information about the Yanel-commits mailing list