Fuego 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.
 
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
           
 
Method Summary
 Presentation copy(String newPresentationId)
           
 Presentation.Column[] getColumns()
           
 String getId()
           
 String getOwner()
           
 PresentationType getType()
           
 boolean isReadOnly()
           
 

Field Detail

DEFAULT_ID


public static final String DEFAULT_ID
See Also:
Constant Field Values

DEFAULT_INSTANCES_ID


public static final String DEFAULT_INSTANCES_ID
See Also:
Constant Field Values

DEFAULT_ACTIVITY_ID


public static final String DEFAULT_ACTIVITY_ID
See Also:
Constant Field Values

DEFAULT_ATTACHMENTS_ID


public static final String DEFAULT_ATTACHMENTS_ID
See Also:
Constant Field Values

DEFAULT_APPLICATIONS_ID


public static final String DEFAULT_APPLICATIONS_ID
See Also:
Constant Field Values

DEFAULT_FOLDER_ID


public static final String DEFAULT_FOLDER_ID
See Also:
Constant Field Values

DEFAULT_OWNER


public static final String DEFAULT_OWNER
See Also:
Constant Field Values
Method Detail

getColumns


public Presentation.Column[] getColumns()

getId


public String getId()

getOwner


public String getOwner()

isReadOnly


public boolean isReadOnly()

getType


public PresentationType getType()

copy


public Presentation copy(String newPresentationId)

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved