CBEItem

Superclass:
NSObject
Declared In:

Introduction

set made up of Container and Object

Discussion

Class for an Item. This is class is the base class of Objects and Containers.



Methods

-aclTag
-created
-dataLoaded
-deleted
-driveId
-id
-idLoaded
-name
-oldParentId
-ownerId
-parentId
-path
-updated
-username

aclTag


- (NSString*) aclTag; 
Discussion

the ACL of the item


created


- (CBEDate) created; 
Discussion

Returns the creation date in Unix epoch time.


dataLoaded


- (bool) dataLoaded; 
Discussion

if data was loaded


deleted


- (CBEDate) deleted; 
Discussion

Returns the deleted date, if applicable (i.e. is in the bin), in Unix epoch time


driveId


- (CBEContainerId) driveId; 
Discussion

Returns which drive number the container resides on.


id


- (CBEItemId) id; 
Discussion

Returns an Items id.


idLoaded


- (bool) idLoaded; 
Discussion

if the query did get a resultset.


name


- (NSString*) name; 
Discussion

Returns the name of the item.


oldParentId


- (CBEContainerId) oldParentId; 
Discussion

Returns the id of the Items old parent container id in cases where the item has just been moved.


ownerId


- (CBEUserId) ownerId; 
Discussion

Returns the owner id number.


parentId


- (CBEContainerId) parentId; 
Discussion

Returns the id of the Items parent container id.


path


- (NSString*) path; 
Discussion

Returns the path if applicable.


updated


- (CBEDate) updated; 
Discussion

Returns the updated date/time in Unix epoch time


username


- (NSString*) username; 
Discussion

Returns the username of the owner if applicable.