/******************************************************************************* * Copyright (c) 2004, 2007-2008 IBM Corporation and Cambridge Semantics Incorporated. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * File: $Source$ * Created by: Generated Source from org.openanzo.jdbc.utils.opgen.jet * Created on: Generated Source from org.openanzo.jdbc.utils.opgen.jet * Revision: $Id$ * * Contributors: * IBM Corporation - initial API and implementation * Cambridge Semantics Incorporated - Fork to Anzo *******************************************************************************/ package org.openanzo.ontologies.system; /** * Interface for RDBDatasource ontology class<br> * Use the org.openanzo.ontologies.system.SystemFactory to create instances of this interface. * <p>(URI: http://openanzo.org/ontologies/2008/07/System#RDBDatasource)</p> * <br> * RDF Schema Standard Properties <br> * comment : Datasource <br> * <br> * <br> */ @SuppressWarnings("all") public interface RDBDatasource extends org.openanzo.ontologies.system.Datasource, org.openanzo.ontologies.system.RDBComponent, org.openanzo.rdf.jastor.Thing { /** * The rdf:type for this ontology class */ public static final org.openanzo.rdf.URI TYPE = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#RDBDatasource"); /** * Clears all values for 'credentials'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #credentialsProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearCredentials(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'className'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #classNameProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearClassName(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'enabled'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #enabledProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearEnabled(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'initOrder'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #initOrderProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearInitOrder(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'dependency' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param dependency The {@link org.openanzo.rdf.Resource} to remove * @see #dependencyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeDependency(org.openanzo.rdf.Resource dependency) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'dependency'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #dependencyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDependency(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'uriPattern'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #uriPatternProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearUriPattern(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'enableCaching'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #enableCachingProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearEnableCaching(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'enableIndexing'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #enableIndexingProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearEnableIndexing(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'isPrimary'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #isPrimaryProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearIsPrimary(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'resetEnabled'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #resetEnabledProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearResetEnabled(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'authorizationRule' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param authorizationRule The {@link org.openanzo.rdf.Resource} to remove * @see #authorizationRuleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeAuthorizationRule(org.openanzo.rdf.Resource authorizationRule) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'authorizationRule'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #authorizationRuleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearAuthorizationRule(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'datasourceCapability' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param datasourceCapability The {@link org.openanzo.rdf.Resource} to remove * @see #datasourceCapabilityProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeDatasourceCapability(org.openanzo.rdf.Resource datasourceCapability) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'datasourceCapability'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #datasourceCapabilityProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDatasourceCapability(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'dbType'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #dbTypeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDbType(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'canonicalTable'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #canonicalTableProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearCanonicalTable(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'clear'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #clearProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearClear(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'client'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #clientProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearClient(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'connectionSetupFunction'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #connectionSetupFunctionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearConnectionSetupFunction(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'connectionTeardownFunction'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #connectionTeardownFunctionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearConnectionTeardownFunction(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'containerName'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #containerNameProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearContainerName(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'dbPassword'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #dbPasswordProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDbPassword(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'dbURL'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #dbURLProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDbURL(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'dbUser'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #dbUserProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDbUser(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'initResource'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #initResourceProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearInitResource(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'nodeCacheSize'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #nodeCacheSizeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearNodeCacheSize(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'perUserConnection'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #perUserConnectionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearPerUserConnection(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'configuration'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #configurationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearConfiguration(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; }