| Constructor and Description |
|---|
ActivityRestIn() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getPriority()
Gets the activity priority, optional value.
|
Map<String,String> |
getTemplateParams()
Gets the activity's template params, optional value.
|
String |
getTitle()
Gets the activity title, required value.
|
String |
getTitleId()
Gets activity's title id, optional value.
|
String |
getType()
Gets the activity type, optional value.
|
boolean |
isValid()
Utility to check if this object contains valid inputs.
|
void |
setPriority(Float priority)
Sets the activity priority, optional value.
|
void |
setTemplateParams(Map<String,String> templateParams)
Sets the activity's template params, optional value.
|
void |
setTitle(String title)
Sets the activity title, required value.
|
void |
setTitleId(String titleId)
Sets activity's title id, optional value.
|
void |
setType(String type)
Sets the activity type, optional value.
|
public String getTitle()
public void setTitle(String title)
title - public String getType()
public void setType(String type)
type - the activity typepublic Float getPriority()
public void setPriority(Float priority)
priority - the activity prioritypublic String getTitleId()
public void setTitleId(String titleId)
titleId - the activity title's idpublic Map<String,String> getTemplateParams()
public void setTemplateParams(Map<String,String> templateParams)
templateParams - the template paramspublic boolean isValid()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.