Class: FutureItem

Source Location: /CORE/system/classes/item/FutureItem.php

Class FutureItem

Class Overview

This represents a Future Version of an Item.


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

Located in /CORE/system/classes/item/FutureItem.php [line 41]

DBItem
   |
   --FutureItem
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: FutureItem.php,v 1.5 2008/08/13 13:58:52 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
FutureItem   FutureItem()   Future Item constructor.
mixed   getActivityID()   Return the Activity ID of the Future Version (Workflow dependend!).
int   getAssignedUserID()   Get the User ID of the Assignee for the Future Version.
void   getInitiatorID()  
void   getLayoutName()   Wrapper method to help within the editor.
void   getWorkflow()   Get the Workflow or NULL.
String   getWorkflowName()   Get the Workflow Name of the Future Version.

[ Top ]
Methods
Constructor FutureItem  [line 47]

  FutureItem FutureItem( $result  )

Future Item constructor.

Parameters:
   $result: 


[ Top ]
getActivityID  [line 69]

  mixed getActivityID( )

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


API Tags:
Return:  the Activity ID


[ Top ]
getAssignedUserID  [line 81]

  int getAssignedUserID( )

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

If there is no Assignee, it returns NULL.


API Tags:
Return:  the User ID the Futue Version is assigned to, or NULL


[ Top ]
getInitiatorID  [line 102]

  void getInitiatorID( )



[ Top ]
getLayoutName  [line 111]

  void getLayoutName( )

Wrapper method to help within the editor.



[ Top ]
getWorkflow  [line 92]

  void getWorkflow( )

Get the Workflow or NULL.



[ Top ]
getWorkflowName  [line 58]

  String getWorkflowName( )

Get the Workflow Name of the Future Version.


API Tags:
Return:  the Workflow Name


[ Top ]