[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
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
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
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
/**
|
||||
* A CSDL action.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
/**
|
||||
* An EdmActionImport.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
//TODO: EDM Annotation Interfaces
|
||||
public interface EdmAnnotations {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
/**
|
||||
* <p>A CSDL ComplexType element.</p>
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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},
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
/**
|
||||
* A CSDL EntityContainer element
|
||||
|
@ -57,5 +57,5 @@ public interface EdmEntityContainer extends EdmNamed {
|
|||
* @return {@link EdmFunctionImport}
|
||||
*/
|
||||
EdmFunctionImport getFunctionImport(String name);
|
||||
|
||||
|
||||
}
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
/**
|
||||
* A CSDL EntitySet element
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
public class EdmException extends RuntimeException {
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
public interface EdmKeyPropertyRef {
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
/**
|
||||
* An {@link EdmEnumType} member element
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
/**
|
||||
* A CSDL NavigationProperty element
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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>
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
public class EdmPrimitiveTypeException extends Exception {
|
||||
private static final long serialVersionUID = 1L;
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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}.
|
|
@ -16,14 +16,14 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.olingo.commons.api.edm.helper.EdmEntitySetInfo;
|
||||
import org.apache.olingo.commons.api.edm.helper.EdmFunctionImportInfo;
|
||||
import org.apache.olingo.commons.api.edm.helper.EdmSingletonInfo;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.EdmEntitySetInfo;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.EdmFunctionImportInfo;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.EdmSingletonInfo;
|
||||
|
||||
/**
|
||||
* This interface gives access to the metadata of a service,
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm;
|
||||
package org.apache.olingo.odata4.commons.api.edm;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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}.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.constants;
|
||||
package org.apache.olingo.odata4.commons.api.edm.constants;
|
||||
|
||||
public enum EdmOnDelete {
|
||||
Cascade, None, SetNull, SetDefault;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.helper;
|
||||
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||
|
||||
public class AliasInfo {
|
||||
private String namespace;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.helper;
|
||||
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||
|
||||
import java.net.URI;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.helper;
|
||||
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||
|
||||
import java.net.URI;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.helper;
|
||||
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||
|
||||
import java.net.URI;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.helper;
|
||||
package org.apache.olingo.odata4.commons.api.edm.helper;
|
||||
|
||||
public class EntityContainerInfo {
|
||||
private FullQualifiedName containerName;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -24,4 +24,4 @@
|
|||
* <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>
|
||||
*/
|
||||
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
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
||||
public class ActionImport extends OperationImport {
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO:finish
|
||||
public class Annotation {
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
public abstract class BindingTarget {
|
||||
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
public class ComplexType extends StructuralType {
|
||||
|
|
@ -16,14 +16,14 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.AliasInfo;
|
||||
import org.apache.olingo.commons.api.edm.helper.EntityContainerInfo;
|
||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.commons.api.exception.ODataException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.AliasInfo;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.EntityContainerInfo;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.exception.ODataException;
|
||||
|
||||
public interface EdmProvider {
|
||||
|
|
@ -16,14 +16,14 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.AliasInfo;
|
||||
import org.apache.olingo.commons.api.edm.helper.EntityContainerInfo;
|
||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.commons.api.exception.ODataException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.AliasInfo;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.EntityContainerInfo;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.exception.ODataException;
|
||||
|
||||
//TODO: Finish
|
||||
/**
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: finish
|
||||
public class EntityContainer {
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: Finish
|
||||
public class EntitySet extends BindingTarget {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
//TODO: finish
|
||||
//DO we really need this class?
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: Finish
|
||||
public class EntityType extends StructuralType {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
//TODO: Finish
|
||||
public class EnumMember {
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: Finish
|
||||
public class EnumType {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
//TODO: Expression implementation
|
||||
public class Expression {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
||||
public class FunctionImport extends OperationImport {
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 {
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.constants.EdmOnDelete;
|
||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.constants.EdmOnDelete;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: finish
|
||||
public class NavigationProperty {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
//TODO: finish
|
||||
public class NavigationPropertyBinding {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
//TODO: finish
|
||||
public abstract class OperationImport {
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
||||
public class Parameter {
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
||||
public class Property {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
public class PropertyRef {
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
//TODO: finish
|
||||
public class ReferentialConstraint {
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
||||
public class ReturnType {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.edm.provider;
|
||||
package org.apache.olingo.odata4.commons.api.edm.provider;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: Finish
|
||||
public class Singleton extends BindingTarget {
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: Finish
|
||||
public abstract class StructuralType {
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 {
|
||||
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: Finish
|
||||
public class Term {
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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
|
||||
public class TypeDefinition {
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.exception;
|
||||
package org.apache.olingo.odata4.commons.api.exception;
|
||||
|
||||
public class ODataException extends Exception {
|
||||
private static final long serialVersionUID = 1L;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
******************************************************************************/
|
||||
package org.apache.olingo.commons.api.exception;
|
||||
package org.apache.olingo.odata4.commons.api.exception;
|
||||
|
||||
public class ODataNotImplementedException extends ODataException {
|
||||
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.commons.api.edm.provider.EdmProvider;
|
||||
import org.apache.olingo.commons.core.edm.provider.EdmProviderImpl;
|
||||
import org.apache.olingo.odata4.commons.api.edm.Edm;
|
||||
import org.apache.olingo.odata4.commons.api.edm.provider.EdmProvider;
|
||||
import org.apache.olingo.odata4.commons.core.edm.provider.EdmProviderImpl;
|
||||
|
||||
public class ODataCommonsCoreImpl {
|
||||
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 {
|
||||
private final FullQualifiedName actionName;
|
|
@ -16,22 +16,22 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.List;
|
||||
import java.util.Map;
|
||||
|
||||
import org.apache.olingo.commons.api.edm.Edm;
|
||||
import org.apache.olingo.commons.api.edm.EdmAction;
|
||||
import org.apache.olingo.commons.api.edm.EdmComplexType;
|
||||
import org.apache.olingo.commons.api.edm.EdmEntityContainer;
|
||||
import org.apache.olingo.commons.api.edm.EdmEntityType;
|
||||
import org.apache.olingo.commons.api.edm.EdmEnumType;
|
||||
import org.apache.olingo.commons.api.edm.EdmFunction;
|
||||
import org.apache.olingo.commons.api.edm.EdmServiceMetadata;
|
||||
import org.apache.olingo.commons.api.edm.EdmTypeDefinition;
|
||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.Edm;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmAction;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmComplexType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmEntityContainer;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmEntityType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmEnumType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmFunction;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmServiceMetadata;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmTypeDefinition;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
public abstract class EdmImpl implements Edm {
|
||||
|
|
@ -16,13 +16,13 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.Collections;
|
||||
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 {
|
||||
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
/**
|
||||
* Abstract implementation of the EDM primitive-type interface.
|
|
@ -16,10 +16,10 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM primitive type Binary.
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM primitive type Byte.
|
|
@ -16,14 +16,14 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.TimeZone;
|
||||
import java.util.regex.Matcher;
|
||||
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.
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.Date;
|
||||
|
@ -24,7 +24,7 @@ import java.util.TimeZone;
|
|||
import java.util.regex.Matcher;
|
||||
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.
|
|
@ -16,15 +16,15 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.BigInteger;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM primitive type Decimal.
|
|
@ -16,13 +16,13 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.util.regex.Pattern;
|
||||
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM primitive type Double.
|
|
@ -16,14 +16,14 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.BigInteger;
|
||||
import java.util.regex.Matcher;
|
||||
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 {
|
||||
|
|
@ -16,16 +16,16 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.List;
|
||||
|
||||
import org.apache.olingo.commons.api.edm.EdmEnumType;
|
||||
import org.apache.olingo.commons.api.edm.EdmMember;
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.commons.api.edm.constants.EdmTypeKind;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmEnumType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmMember;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.constants.EdmTypeKind;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM enum type.
|
|
@ -16,11 +16,11 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM primitive type Guid.
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM primitive type Int16.
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM primitive type Int32.
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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 org.apache.olingo.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
|
||||
|
||||
/**
|
||||
* Implementation of the EDM primitive type Int64.
|
|
@ -16,9 +16,9 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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?
|
||||
/**
|
|
@ -16,10 +16,10 @@
|
|||
* specific language governing permissions and limitations
|
||||
* 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.commons.api.edm.helper.FullQualifiedName;
|
||||
import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
|
||||
import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
|
||||
|
||||
//TODO: Should we delete this typekind and use a facade?
|
||||
public enum EdmPrimitiveTypeKind {
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue