Class FutureItem

Description

This represents a Future Version of an Item.


ATTENTION:
It will only be instantiated by the Core, you MAY NOT instantiate it directly!

  • version: $Id: FutureItem.php,v 1.4 2006/11/26 22:04:09 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
DBItem
   |
   --FutureItem
Method Summary
FutureItem FutureItem ( $result)
mixed getActivityID ()
void getInitiatorID ()
void getWorkflow ()
String getWorkflowName ()
Methods
Constructor FutureItem (line 46)

Future Item constructor.

FutureItem FutureItem ( $result)
  • $result
getActivityID (line 68)

Return the Activity ID of the Future Version (Workflow dependend!).

  • return: the Activity ID
mixed getActivityID ()
getAssignedUserID (line 80)

Get the User ID of the Assignee for the Future Version.

If there is no Assignee, it returns NULL.

  • return: the User ID the Futue Version is assigned to, or NULL
int getAssignedUserID ()
getInitiatorID (line 101)
void getInitiatorID ()
getWorkflow (line 91)

Get the Workflow or NULL.

void getWorkflow ()
getWorkflowName (line 57)

Get the Workflow Name of the Future Version.

  • return: the Workflow Name
String getWorkflowName ()

Documentation generated by phpDocumentor 1.3.1