Author: kwright
Date: Fri Sep  6 06:04:30 2013
New Revision: 1520498

URL: http://svn.apache.org/r1520498
Log:
More CONNECTORS-770 related changes

Added:
    
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/ContainableSet.java
   (with props)
    
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/SubscribableSet.java
   (with props)
Modified:
    
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/FolderSet.java
    
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/PropertyDescriptionList.java

Added: 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/ContainableSet.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/ContainableSet.java?rev=1520498&view=auto
==============================================================================
--- 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/ContainableSet.java
 (added)
+++ 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/ContainableSet.java
 Fri Sep  6 06:04:30 2013
@@ -0,0 +1,25 @@
+/* $Id$ */
+
+/**
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements. See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+package com.filenet.api.collection;
+
+/** Stub interface to allow the connector to build fully.
+*/
+public interface ContainableSet
+{
+}

Propchange: 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/ContainableSet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/ContainableSet.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/FolderSet.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/FolderSet.java?rev=1520498&r1=1520497&r2=1520498&view=diff
==============================================================================
--- 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/FolderSet.java
 (original)
+++ 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/FolderSet.java
 Fri Sep  6 06:04:30 2013
@@ -20,6 +20,6 @@ package com.filenet.api.collection;
 
 /** Stub interface to allow the connector to build fully.
 */
-public interface FolderSet extends IndependentObjectSet
+public interface FolderSet extends ContainableSet, SubscribableSet, 
IndependentObjectSet
 {
 }

Modified: 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/PropertyDescriptionList.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/PropertyDescriptionList.java?rev=1520498&r1=1520497&r2=1520498&view=diff
==============================================================================
--- 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/PropertyDescriptionList.java
 (original)
+++ 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/PropertyDescriptionList.java
 Fri Sep  6 06:04:30 2013
@@ -20,6 +20,6 @@ package com.filenet.api.collection;
 
 /** Stub interface to allow the connector to build fully.
 */
-public interface PropertyDescriptionList extends DependentObjectList
+public interface PropertyDescriptionList extends DependentObjectList, 
EngineCollection
 {
 }

Added: 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/SubscribableSet.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/SubscribableSet.java?rev=1520498&view=auto
==============================================================================
--- 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/SubscribableSet.java
 (added)
+++ 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/SubscribableSet.java
 Fri Sep  6 06:04:30 2013
@@ -0,0 +1,25 @@
+/* $Id$ */
+
+/**
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements. See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+package com.filenet.api.collection;
+
+/** Stub interface to allow the connector to build fully.
+*/
+public interface SubscribableSet
+{
+}

Propchange: 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/SubscribableSet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
manifoldcf/trunk/connectors/filenet/build-stub/src/main/java/com/filenet/api/collection/SubscribableSet.java
------------------------------------------------------------------------------
    svn:keywords = Id


Reply via email to