mirror of
https://github.com/apache/olingo-odata4.git
synced 2025-02-06 01:59:12 +00:00
[OLINGO-77] Refactored java package names
This commit is contained in:
parent
7b1726a2f9
commit
82ae606001
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Entity Data Model (EDM) <p>Interface representing a Entity Data Model as described in the Conceptual Schema
|
* Entity Data Model (EDM) <p>Interface representing a Entity Data Model as described in the Conceptual Schema
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A CSDL action.
|
* A CSDL action.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An EdmActionImport.
|
* An EdmActionImport.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmAnnotatable can be applied to CSDL elements as described in the Conceptual Schema Definition Language.
|
* EdmAnnotatable can be applied to CSDL elements as described in the Conceptual Schema Definition Language.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
//TODO: EDM Annotation Interfaces
|
//TODO: EDM Annotation Interfaces
|
||||||
public interface EdmAnnotations {
|
public interface EdmAnnotations {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Entity Sets or Singletons can be bound to each other using a navigation property binding
|
* Entity Sets or Singletons can be bound to each other using a navigation property binding
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>A CSDL ComplexType element.</p>
|
* <p>A CSDL ComplexType element.</p>
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An {@link EdmElement} can either be an {@link EdmNavigationProperty},
|
* An {@link EdmElement} can either be an {@link EdmNavigationProperty},
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A CSDL EntityContainer element
|
* A CSDL EntityContainer element
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A CSDL EntitySet element
|
* A CSDL EntitySet element
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
public class EdmException extends RuntimeException {
|
public class EdmException extends RuntimeException {
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An EdmFunction as described in the OData specification
|
* An EdmFunction as described in the OData specification
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
public interface EdmKeyPropertyRef {
|
public interface EdmKeyPropertyRef {
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An {@link EdmEnumType} member element
|
* An {@link EdmEnumType} member element
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmNamed is the base interface for nearly all CSDL constructs.
|
* EdmNamed is the base interface for nearly all CSDL constructs.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A CSDL NavigationProperty element
|
* A CSDL NavigationProperty element
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.
|
* An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.EdmMappable;
|
import org.apache.olingo.odata4.commons.api.edm.helper.EdmMappable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A CSDL parameter element
|
* A CSDL parameter element
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).</p>
|
* <p>EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).</p>
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
public class EdmPrimitiveTypeException extends Exception {
|
public class EdmPrimitiveTypeException extends Exception {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.EdmMappable;
|
import org.apache.olingo.odata4.commons.api.edm.helper.EdmMappable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A CSDL Property element
|
* A CSDL Property element
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An {@link EdmReturnType} of an {@link EdmOperation}.
|
* An {@link EdmReturnType} of an {@link EdmOperation}.
|
@ -16,14 +16,14 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.EdmEntitySetInfo;
|
import org.apache.olingo.odata4.commons.api.edm.helper.EdmEntitySetInfo;
|
||||||
import org.apache.olingo.commons.api.edm.helper.EdmFunctionImportInfo;
|
import org.apache.olingo.odata4.commons.api.edm.helper.EdmFunctionImportInfo;
|
||||||
import org.apache.olingo.commons.api.edm.helper.EdmSingletonInfo;
|
import org.apache.olingo.odata4.commons.api.edm.helper.EdmSingletonInfo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This interface gives access to the metadata of a service,
|
* This interface gives access to the metadata of a service,
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An {@link EdmSingleton} represents a single entity inside the entity model.
|
* An {@link EdmSingleton} represents a single entity inside the entity model.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An {@link EdmTerm} defines a term in a vocabulary.
|
* An {@link EdmTerm} defines a term in a vocabulary.
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.constants.EdmTypeKind;
|
import org.apache.olingo.odata4.commons.api.edm.constants.EdmTypeKind;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmType holds the namespace of a given type and its type as {@link EdmTypeKind}.
|
* EdmType holds the namespace of a given type and its type as {@link EdmTypeKind}.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An {@link EdmTypeDefinition} defines a specialization of one of the possible
|
* An {@link EdmTypeDefinition} defines a specialization of one of the possible
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmTyped indicates if an EDM element is of a special type and holds the multiplicity of that type.
|
* EdmTyped indicates if an EDM element is of a special type and holds the multiplicity of that type.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.constants;
|
package org.apache.olingo.odata4.commons.api.edm.constants;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmConcurrencyMode can be applied to any primitive Entity Data Model (EDM) type.
|
* EdmConcurrencyMode can be applied to any primitive Entity Data Model (EDM) type.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.constants;
|
package org.apache.olingo.odata4.commons.api.edm.constants;
|
||||||
|
|
||||||
public enum EdmOnDelete {
|
public enum EdmOnDelete {
|
||||||
Cascade, None, SetNull, SetDefault;
|
Cascade, None, SetNull, SetDefault;
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.constants;
|
package org.apache.olingo.odata4.commons.api.edm.constants;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmTargetPath specifies the possible default targets for an EDM property which is mapped to an atom element.
|
* EdmTargetPath specifies the possible default targets for an EDM property which is mapped to an atom element.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.constants;
|
package org.apache.olingo.odata4.commons.api.edm.constants;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmTypeKind specifies the type of an EDM element.
|
* EdmTypeKind specifies the type of an EDM element.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.helper;
|
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||||
|
|
||||||
public class AliasInfo {
|
public class AliasInfo {
|
||||||
private String namespace;
|
private String namespace;
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.helper;
|
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||||
|
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.helper;
|
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||||
|
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.helper;
|
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmMappable can be applied to CSDL elements to associate additional information.
|
* EdmMappable can be applied to CSDL elements to associate additional information.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.helper;
|
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EdmMapping holds custom mapping information which can be applied to a CSDL element.
|
* EdmMapping holds custom mapping information which can be applied to a CSDL element.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.helper;
|
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||||
|
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.helper;
|
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||||
|
|
||||||
public class EntityContainerInfo {
|
public class EntityContainerInfo {
|
||||||
private FullQualifiedName containerName;
|
private FullQualifiedName containerName;
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.helper;
|
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A full qualified name of any element in the EDM consists of a name and a namespace.
|
* A full qualified name of any element in the EDM consists of a name and a namespace.
|
@ -24,4 +24,4 @@
|
|||||||
* <p>Many classes and interfaces contain the pragma:" @org.apache.olingo.api.edm.DoNotImplement "
|
* <p>Many classes and interfaces contain the pragma:" @org.apache.olingo.api.edm.DoNotImplement "
|
||||||
* to indicate these classes should only be used and not implemented.</p>
|
* to indicate these classes should only be used and not implemented.</p>
|
||||||
*/
|
*/
|
||||||
package org.apache.olingo.commons.api.edm;
|
package org.apache.olingo.odata4.commons.api.edm;
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class ActionImport extends OperationImport {
|
public class ActionImport extends OperationImport {
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO:finish
|
//TODO:finish
|
||||||
public class Annotation {
|
public class Annotation {
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
public abstract class BindingTarget {
|
public abstract class BindingTarget {
|
||||||
|
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
public class ComplexType extends StructuralType {
|
public class ComplexType extends StructuralType {
|
||||||
|
|
@ -16,14 +16,14 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.AliasInfo;
|
import org.apache.olingo.odata4.commons.api.edm.helper.AliasInfo;
|
||||||
import org.apache.olingo.commons.api.edm.helper.EntityContainerInfo;
|
import org.apache.olingo.odata4.commons.api.edm.helper.EntityContainerInfo;
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
import org.apache.olingo.commons.api.exception.ODataException;
|
import org.apache.olingo.odata4.commons.api.exception.ODataException;
|
||||||
|
|
||||||
public interface EdmProvider {
|
public interface EdmProvider {
|
||||||
|
|
@ -16,14 +16,14 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.AliasInfo;
|
import org.apache.olingo.odata4.commons.api.edm.helper.AliasInfo;
|
||||||
import org.apache.olingo.commons.api.edm.helper.EntityContainerInfo;
|
import org.apache.olingo.odata4.commons.api.edm.helper.EntityContainerInfo;
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
import org.apache.olingo.commons.api.exception.ODataException;
|
import org.apache.olingo.odata4.commons.api.exception.ODataException;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
/**
|
/**
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: finish
|
//TODO: finish
|
||||||
public class EntityContainer {
|
public class EntityContainer {
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class EntitySet extends BindingTarget {
|
public class EntitySet extends BindingTarget {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
//TODO: finish
|
//TODO: finish
|
||||||
//DO we really need this class?
|
//DO we really need this class?
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class EntityType extends StructuralType {
|
public class EntityType extends StructuralType {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class EnumMember {
|
public class EnumMember {
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class EnumType {
|
public class EnumType {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
//TODO: Expression implementation
|
//TODO: Expression implementation
|
||||||
public class Expression {
|
public class Expression {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class FunctionImport extends OperationImport {
|
public class FunctionImport extends OperationImport {
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.EdmMapping;
|
import org.apache.olingo.odata4.commons.api.edm.helper.EdmMapping;
|
||||||
|
|
||||||
public class Mapping implements EdmMapping {
|
public class Mapping implements EdmMapping {
|
||||||
|
|
@ -16,12 +16,12 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.constants.EdmOnDelete;
|
import org.apache.olingo.odata4.commons.api.edm.constants.EdmOnDelete;
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: finish
|
//TODO: finish
|
||||||
public class NavigationProperty {
|
public class NavigationProperty {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
//TODO: finish
|
//TODO: finish
|
||||||
public class NavigationPropertyBinding {
|
public class NavigationPropertyBinding {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
//TODO: finish
|
//TODO: finish
|
||||||
public abstract class OperationImport {
|
public abstract class OperationImport {
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: finish
|
//TODO: finish
|
||||||
public class Parameter {
|
public class Parameter {
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class Property {
|
public class Property {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
public class PropertyRef {
|
public class PropertyRef {
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
//TODO: finish
|
//TODO: finish
|
||||||
public class ReferentialConstraint {
|
public class ReferentialConstraint {
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODDO: finish
|
//TODDO: finish
|
||||||
public class ReturnType {
|
public class ReturnType {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class Singleton extends BindingTarget {
|
public class Singleton extends BindingTarget {
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public abstract class StructuralType {
|
public abstract class StructuralType {
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
public class Target {
|
public class Target {
|
||||||
|
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class Term {
|
public class Term {
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.edm.provider;
|
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Finish
|
//TODO: Finish
|
||||||
public class TypeDefinition {
|
public class TypeDefinition {
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.exception;
|
package org.apache.olingo.odata4.commons.api.exception;
|
||||||
|
|
||||||
public class ODataException extends Exception {
|
public class ODataException extends Exception {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.api.exception;
|
package org.apache.olingo.odata4.commons.api.exception;
|
||||||
|
|
||||||
public class ODataNotImplementedException extends ODataException {
|
public class ODataNotImplementedException extends ODataException {
|
||||||
|
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core;
|
package org.apache.olingo.odata4.commons.core;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.Edm;
|
import org.apache.olingo.odata4.commons.api.edm.Edm;
|
||||||
import org.apache.olingo.commons.api.edm.provider.EdmProvider;
|
import org.apache.olingo.odata4.commons.api.edm.provider.EdmProvider;
|
||||||
import org.apache.olingo.commons.core.edm.provider.EdmProviderImpl;
|
import org.apache.olingo.odata4.commons.core.edm.provider.EdmProviderImpl;
|
||||||
|
|
||||||
public class ODataCommonsCoreImpl {
|
public class ODataCommonsCoreImpl {
|
||||||
|
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm;
|
package org.apache.olingo.odata4.commons.core.edm;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
public class ActionMapKey {
|
public class ActionMapKey {
|
||||||
private final FullQualifiedName actionName;
|
private final FullQualifiedName actionName;
|
@ -16,22 +16,22 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm;
|
package org.apache.olingo.odata4.commons.core.edm;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.Edm;
|
import org.apache.olingo.odata4.commons.api.edm.Edm;
|
||||||
import org.apache.olingo.commons.api.edm.EdmAction;
|
import org.apache.olingo.odata4.commons.api.edm.EdmAction;
|
||||||
import org.apache.olingo.commons.api.edm.EdmComplexType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmComplexType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmEntityContainer;
|
import org.apache.olingo.odata4.commons.api.edm.EdmEntityContainer;
|
||||||
import org.apache.olingo.commons.api.edm.EdmEntityType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmEntityType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmEnumType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmEnumType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmFunction;
|
import org.apache.olingo.odata4.commons.api.edm.EdmFunction;
|
||||||
import org.apache.olingo.commons.api.edm.EdmServiceMetadata;
|
import org.apache.olingo.odata4.commons.api.edm.EdmServiceMetadata;
|
||||||
import org.apache.olingo.commons.api.edm.EdmTypeDefinition;
|
import org.apache.olingo.odata4.commons.api.edm.EdmTypeDefinition;
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
public abstract class EdmImpl implements Edm {
|
public abstract class EdmImpl implements Edm {
|
||||||
|
|
@ -16,13 +16,13 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm;
|
package org.apache.olingo.odata4.commons.core.edm;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
public class FunctionMapKey {
|
public class FunctionMapKey {
|
||||||
|
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Abstract implementation of the EDM primitive-type interface.
|
* Abstract implementation of the EDM primitive-type interface.
|
@ -16,10 +16,10 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import org.apache.commons.codec.binary.Base64;
|
import org.apache.commons.codec.binary.Base64;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Binary.
|
* Implementation of the EDM primitive type Binary.
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Boolean.
|
* Implementation of the EDM primitive type Boolean.
|
@ -16,12 +16,12 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.math.BigInteger;
|
import java.math.BigInteger;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Byte.
|
* Implementation of the EDM primitive type Byte.
|
@ -16,14 +16,14 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.util.Calendar;
|
import java.util.Calendar;
|
||||||
import java.util.TimeZone;
|
import java.util.TimeZone;
|
||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Date.
|
* Implementation of the EDM primitive type Date.
|
@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.util.Calendar;
|
import java.util.Calendar;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
@ -24,7 +24,7 @@ import java.util.TimeZone;
|
|||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type DateTimeOffset.
|
* Implementation of the EDM primitive type DateTimeOffset.
|
@ -16,15 +16,15 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.math.BigInteger;
|
import java.math.BigInteger;
|
||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Decimal.
|
* Implementation of the EDM primitive type Decimal.
|
@ -16,13 +16,13 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Double.
|
* Implementation of the EDM primitive type Double.
|
@ -16,14 +16,14 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.math.BigInteger;
|
import java.math.BigInteger;
|
||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
final class EdmDuration extends SingletonPrimitiveType {
|
final class EdmDuration extends SingletonPrimitiveType {
|
||||||
|
|
@ -16,16 +16,16 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmEnumType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmEnumType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmMember;
|
import org.apache.olingo.odata4.commons.api.edm.EdmMember;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
import org.apache.olingo.commons.api.edm.constants.EdmTypeKind;
|
import org.apache.olingo.odata4.commons.api.edm.constants.EdmTypeKind;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM enum type.
|
* Implementation of the EDM enum type.
|
@ -16,11 +16,11 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Guid.
|
* Implementation of the EDM primitive type Guid.
|
@ -16,12 +16,12 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.math.BigInteger;
|
import java.math.BigInteger;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Int16.
|
* Implementation of the EDM primitive type Int16.
|
@ -16,12 +16,12 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.math.BigInteger;
|
import java.math.BigInteger;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Int32.
|
* Implementation of the EDM primitive type Int32.
|
@ -16,12 +16,12 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import java.math.BigInteger;
|
import java.math.BigInteger;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the EDM primitive type Int64.
|
* Implementation of the EDM primitive type Int64.
|
@ -16,9 +16,9 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||||
|
|
||||||
//TODO: Is this class still necessary?
|
//TODO: Is this class still necessary?
|
||||||
/**
|
/**
|
@ -16,10 +16,10 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.apache.olingo.commons.core.edm.primitivetype;
|
package org.apache.olingo.odata4.commons.core.edm.primitivetype;
|
||||||
|
|
||||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||||
|
|
||||||
//TODO: Should we delete this typekind and use a facade?
|
//TODO: Should we delete this typekind and use a facade?
|
||||||
public enum EdmPrimitiveTypeKind {
|
public enum EdmPrimitiveTypeKind {
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user