ALBPM Process API

fuego.papi
Interface EditablePresentation

All Superinterfaces:
Presentation, Serializable

public interface EditablePresentation
extends Presentation

This is a Presentation where you could edit and modify.


Nested Class Summary
 
Nested classes/interfaces inherited from interface fuego.papi.Presentation
Presentation.Column, Presentation.DefaultPresentationColumnFormat
 
Field Summary
static long serialCheck
           
static long serialVersionUID
           
 
Fields inherited from interface fuego.papi.Presentation
DEFAULT_ACTIVITY_ID, DEFAULT_APPLICATIONS_ID, DEFAULT_ATTACHMENTS_ID, DEFAULT_FOLDER_ID, DEFAULT_ID, DEFAULT_INSTANCES_ID, DEFAULT_OWNER
 
Method Summary
 void setColumns(Presentation.Column[] columns)
          Set columns for this presentation
 void setReadOnly(boolean isReadOnly)
          Set if this presentation is read only or not.
 
Methods inherited from interface fuego.papi.Presentation
copy, getColumns, getId, getOrdering, getOwner, getType, isReadOnly, setOrdering
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

serialCheck

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

setColumns

void setColumns(Presentation.Column[] columns)
Set columns for this presentation

Parameters:
columns -

setReadOnly

void setReadOnly(boolean isReadOnly)
Set if this presentation is read only or not.

Parameters:
isReadOnly -

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved