|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Used to define the columns displayed in a View.
| 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
The default PresentationColumnFormat. |
| Field Summary | |
static String |
DEFAULT_ACTIVITY_ID
Id of the default activity view presentation. |
static String |
DEFAULT_APPLICATIONS_ID
Id of the default applications view presentation. |
static String |
DEFAULT_ATTACHMENTS_ID
Id of the default attachments view presentation. |
static String |
DEFAULT_FOLDER_ID
Id of the default folder view presentation. |
static String |
DEFAULT_ID
Id of the default presentation. |
static String |
DEFAULT_INSTANCES_ID
Id of the default instances view presentation. |
static String |
DEFAULT_OWNER
Id of the default owner. |
| Method Summary | |
Presentation |
copy(String newPresentationId)
Retuns a new Presentation which is a copy of this instance of Presentation with the specified Id. |
Presentation.Column[] |
getColumns()
Gets the columns of this presentation. |
String |
getId()
Gets the Id of the presentation. |
Ordering |
getOrdering()
Gets the columns which will be use to sort this presentation. |
String |
getOwner()
Gets the owner of the presentation. |
PresentationType |
getType()
Gets the type of the presentation. |
boolean |
isReadOnly()
Returns if this presentation is read only. |
void |
setOrdering(Ordering ordering)
Sets the colums which will be use to sort this presentation. |
| Field Detail |
public static final String DEFAULT_ACTIVITY_ID
public static final String DEFAULT_APPLICATIONS_ID
public static final String DEFAULT_ATTACHMENTS_ID
public static final String DEFAULT_FOLDER_ID
public static final String DEFAULT_ID
public static final String DEFAULT_INSTANCES_ID
public static final String DEFAULT_OWNER
| Method Detail |
public Presentation.Column[] getColumns()
public String getId()
public String getOwner()
public boolean isReadOnly()
true if this presentation is read only.public PresentationType getType()
PresentationTypepublic Presentation copy(String newPresentationId)
newPresentationId - Id of the new presentation.
public void setOrdering(Ordering ordering)
ordering - Ordering which contains the columns to sort.public Ordering getOrdering()
Ordering which contains the columns to sort.
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||