public interface RecipeBatchProfile extends OsidProfile
The RecipeBatchProfile describes the interoperability
among recipe batch services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsCookbookBatchAdmin()
Tests if bulk administration of cookbook is available.
|
boolean |
supportsDirectionBatchAdmin()
Tests if bulk administration of directions is available.
|
boolean |
supportsProcedureBatchAdmin()
Tests if bulk administration of procedures is available.
|
boolean |
supportsRecipeBatchAdmin()
Tests if bulk administration of recipes is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsRecipeBatchAdmin()
true if a recipe bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsDirectionBatchAdmin()
true if an direction bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsProcedureBatchAdmin()
true if a procedure bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsCookbookBatchAdmin()
true if a cookbook bulk administrative service
is available, false otherwisemandatory - This method must be implemented.