EDMSchema
edm.edom3
Interface EDMSchema
All Superinterfaces:EDMContextDependent, EDMData
All Known Subinterfaces:EDMApplicationSchema, EDMExpressSchema
public interface EDMSchema extends EDMData
Copyright(C) EPM Technology AS.Version:3Author:Arne Toen - EPM Technology AS.
Method Summary
All Methods Instance Methods Abstract MethodsÂ
Modifier and Type Method and Description void
delete()
Deletes the schema.int
getSchemaType()
Get schema type for this application schemaMethods inherited from interface edm.edom3.EDMData
exists, getInstanceId, getName, getOwner, isLocal, isRemote
Methods inherited from interface edm.edom3.EDMContextDependent
getContext
Method Detail
getSchemaType
int getSchemaType() throws EdmiException
Get schema type for this application schemaReturns:schema type for this application schemaThrows:EdmiException - if the method failsSee Also:EDMConstants.SchemaTypes
delete
void delete() throws EdmiException
Deletes the schema.Throws:EdmiException - if the methode fails