Interface IEntityFileSystemBeanAdapter<Entry extends IFileSystemEntry<Entry>, Entity, Scope>
- Type Parameters:
Entry- Type of the file system entry.Entity- Type of the entity.Scope- Type of the scope of the entity, such as a client or a project.
- All Superinterfaces:
ICreatedAtSetter<Entity>, ICreatedBySetter<Entity>, IDefaultConstructor<Entity>, IFileSizeGetter<Entity>, IFileSystemEntryAccessor<Entity,Entry>, ILastModifiedAtAccessor<Entity>, ILastModifiedAtGetter<Entity>, ILastModifiedAtSetter<Entity>, ILastModifiedByAccessor<Entity>, ILastModifiedByGetter<Entity>, ILastModifiedBySetter<Entity>, IScopeAccessor<Entity, Scope>, IScopeGetter<Entity, Scope>, IScopeSetter<Entity, Scope>, Serializable
public interface IEntityFileSystemBeanAdapter<Entry extends IFileSystemEntry<Entry>, Entity, Scope>
extends Serializable, IDefaultConstructor<Entity>, ICreatedAtSetter<Entity>, ICreatedBySetter<Entity>, IFileSizeGetter<Entity>, IFileSystemEntryAccessor<Entity,Entry>, ILastModifiedAtAccessor<Entity>, ILastModifiedByAccessor<Entity>, IScopeAccessor<Entity,Scope>
Bean adapter the entities of a
EntityFileSystem. Contains methods related to creating new instances and
getting / setting the properties of the entity which are related to file system entries.-
Method Summary
Methods inherited from interface ICreatedAtSetter
setCreatedAtMethods inherited from interface ICreatedBySetter
setCreatedByMethods inherited from interface IDefaultConstructor
newInstanceMethods inherited from interface IFileSizeGetter
getFileSizeMethods inherited from interface IFileSystemEntryAccessor
getFileSystemEntry, setFileSystemEntryMethods inherited from interface ILastModifiedAtGetter
getLastModifiedAtMethods inherited from interface ILastModifiedAtSetter
setLastModifiedAtMethods inherited from interface ILastModifiedByGetter
getLastModifiedByMethods inherited from interface ILastModifiedBySetter
setLastModifiedByMethods inherited from interface IScopeGetter
getScopeMethods inherited from interface IScopeSetter
setScope