ALBPM Process API

fuego.papi
Interface Presentation

All Superinterfaces:
Serializable
All Known Subinterfaces:
EditablePresentation

public interface Presentation
extends Serializable


Nested Class Summary
static class Presentation.Column
          Column contains every attribute for a column, the main idea is to get and keep all the neccesary info, like size and id etc.
static class Presentation.DefaultPresentationColumnFormat
           
 
Field Summary
static String DEFAULT_ACTIVITY_ID
           
static String DEFAULT_APPLICATIONS_ID
           
static String DEFAULT_ATTACHMENTS_ID
           
static String DEFAULT_FOLDER_ID
           
static String DEFAULT_ID
           
static String DEFAULT_INSTANCES_ID
           
static String DEFAULT_OWNER
           
static long serialCheck
           
static long serialVersionUID
           
 
Method Summary
 Presentation copy(String newPresentationId)
           
 Presentation.Column[] getColumns()
           
 String getId()
           
 Ordering getOrdering()
          Gets the columns which will be use to sort this presentation.
 String getOwner()
           
 PresentationType getType()
           
 boolean isReadOnly()
           
 void setOrdering(Ordering ordering)
          Sets the colums which will be use to sort this presentation.
 

Field Detail

DEFAULT_ACTIVITY_ID

@NonNls
static final String DEFAULT_ACTIVITY_ID
See Also:
Constant Field Values

DEFAULT_APPLICATIONS_ID

@NonNls
static final String DEFAULT_APPLICATIONS_ID
See Also:
Constant Field Values

DEFAULT_ATTACHMENTS_ID

@NonNls
static final String DEFAULT_ATTACHMENTS_ID
See Also:
Constant Field Values

DEFAULT_FOLDER_ID

@NonNls
static final String DEFAULT_FOLDER_ID
See Also:
Constant Field Values

DEFAULT_ID

@NonNls
static final String DEFAULT_ID
See Also:
Constant Field Values

DEFAULT_INSTANCES_ID

@NonNls
static final String DEFAULT_INSTANCES_ID
See Also:
Constant Field Values

DEFAULT_OWNER

@NonNls
static final String DEFAULT_OWNER
See Also:
Constant Field Values

serialCheck

static final long serialCheck
See Also:
Constant Field Values

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

setOrdering

void setOrdering(Ordering ordering)
Sets the colums which will be use to sort this presentation.

Parameters:
ordering - Ordering which contains the columns to sort.

getOrdering

Ordering getOrdering()
Gets the columns which will be use to sort this presentation.

Returns:
Ordering which contains the columns to sort.

getColumns

Presentation.Column[] getColumns()

getId

String getId()

getOwner

String getOwner()

isReadOnly

boolean isReadOnly()

getType

PresentationType getType()

copy

Presentation copy(String newPresentationId)

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved