adhocracy_core.sheets.asset module¶
Sheets for managing assets.
-
interface
IHasAssetPool[source]¶ Extends:
adhocracy_core.interfaces.ISheet,adhocracy_core.interfaces.ISheetReferenceAutoUpdateMarkerMarker interface for resources that have an asset pool.
-
class
HasAssetPoolSchema(*arg, **kw)[source]¶ Bases:
adhocracy_core.schema.MappingSchemaData structure pointing to an asset pool.
-
interface
IAssetMetadata[source]¶ Extends:
adhocracy_core.interfaces.ISheet,adhocracy_core.interfaces.ISheetReferenceAutoUpdateMarkerMarker interface for asset metadata.
-
interface
AssetReference[source]¶ Extends:
adhocracy_core.interfaces.SheetToSheetReference to an asset.
-
class
AssetMetadataSchema(*arg, **kw)[source]¶ Bases:
adhocracy_core.schema.MappingSchemaData structure storing asset metadata.
-
interface
IAssetData[source]¶ Extends:
adhocracy_core.interfaces.ISheet,adhocracy_core.interfaces.ISheetReferenceAutoUpdateMarkerMarker interface for the actual asset data.
-
class
AssetDataSchema(*arg, **kw)[source]¶ Bases:
adhocracy_core.schema.MappingSchemaData structure storing for the actual asset data.