IMetadataStructureCache Interface

The metadata structure cache interface.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IMetadataStructureCache

Methods

GetClassIdByAlias Fetches the class id from the cache. Populates the cache if necessary.
GetLogin Gets the specified login account from the cache.
GetNamedACLIdByAlias Fetches the workflow state id from the cache. Populates the cache if necessary.
GetObjectClassAdmin Gets the full (admin) object class from the metadata structure cache.
GetObjectTypeAdmin Gets the full (admin) object type from the metadata structure cache.
GetObjectTypeIdByAlias Fetches the object type id from the cache. Populates the cache if necessary.
GetObjIDByGuid Fetches the value list item or object id by guid.
GetPropertyDefAdmin Gets the full (admin) property definition from the metadata structure cache.
GetPropertyDefIdByAlias Fetches the property def id from the cache. Populates the cache if necessary.
GetStateAdmin Gets the full (admin) workflow state data struct.
GetUser Gets the user account of the specified user from the cache.
GetUserGroupAdmin Gets the specified user group from the cache.
GetUserGroupIdByAlias Fetches the user group id from the cache. Populates the cache if necessary.
GetUserGroupIdByGuid Gets user group id by guid.
GetUserIdByGuid Gets the user id by guid.
GetWorkflowAdmin Gets the full (admin) workflow data struct.
GetWorkflowIdByAlias Fetches the workflow id from the cache. Populates the cache if necessary.
GetWorkflowStateIdByAlias Fetches the workflow state id from the cache. Populates the cache if necessary.
RemoveWorkflowsAdmin Deletes the workflows with the specified IDs.

See Also