The following are some common project operations that can be used with all activeCollab objects.

•   starObject(void) - object becomes starred
•   unstarObject(void) - object becomes unstarred
•   openObject(void) - opens an object
•   completeObject(void) - completes an object
•   subscribeUser(void) - subscribes an user
•   unsubscribeUser(void) - unsubscribes an user
•   moveToTrash(void) - moves an object to the trash
•   restoreFromTrash(void) - restores an object from the trash
•   addNewSubTask(void) - creates a subtask for an object
•   addNewComment(void) - creates a comment for an object
•   addAttachments(void) - creates an attachment for an object
•   getDetails(void) - return object details as array
•   getComments(void) - returns comments (array of object Comment)
•   getSubTasks(void) - returns subtasks (array of object SubTask)
•   getAttachments(void) - returns attachments (array of object Attachment)