fr.paris.lutece.plugins.workflow.modules.taskassignment.business
Class TaskAssignmentConfig
java.lang.Object
fr.paris.lutece.plugins.workflow.modules.taskassignment.business.TaskAssignmentConfig
public class TaskAssignmentConfig
- extends java.lang.Object
TaskCommentConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASSIGMENT_TYPE_ADMIN_USER
public static final java.lang.String ASSIGMENT_TYPE_ADMIN_USER
- See Also:
- Constant Field Values
ASSIGMENT_TYPE_WORKGROUP
public static final java.lang.String ASSIGMENT_TYPE_WORKGROUP
- See Also:
- Constant Field Values
TaskAssignmentConfig
public TaskAssignmentConfig()
isUseUserName
public boolean isUseUserName()
- Returns:
- the _bUseUserName
setUseUserName
public void setUseUserName(boolean useUserName)
- Parameters:
useUserName
- the _bUseUserName to set
getSubject
public java.lang.String getSubject()
- Returns:
- the _strSubject
setSubject
public void setSubject(java.lang.String subject)
- Parameters:
subject
- the _strSubject to set
isNotify
public boolean isNotify()
- Returns:
- the _bNotification
setNotify
public void setNotify(boolean notify)
- Parameters:
notification
- the _bNotification to set
getMessage
public java.lang.String getMessage()
- Returns:
- the _strMessage
setMessage
public void setMessage(java.lang.String message)
- Parameters:
message
- the _strMessage to set
getIdTask
public int getIdTask()
- Returns:
- the task id
setIdTask
public void setIdTask(int idTask)
- Parameters:
idTask
- the task id
getTitle
public java.lang.String getTitle()
- Returns:
- the title of the field insert in tasks form
setTitle
public void setTitle(java.lang.String title)
- set the title of the field insert in tasks form
- Parameters:
title
- the title of the field insert in tasks form
getWorkgroups
public java.util.List<WorkgroupConfig> getWorkgroups()
- Returns:
- a list wich contains the differents workgroups to displayed in task form
setWorkgroups
public void setWorkgroups(java.util.List<WorkgroupConfig> worgroups)
- set a list wich contains the differents workgroups to displayed in task form
- Parameters:
worgroups
- the list of workgroups
isMultipleOwner
public boolean isMultipleOwner()
- Returns:
- true if the user can choose multiple entity
setMultipleOwner
public void setMultipleOwner(boolean multipleOwner)
- set true if the user can choose multiple entity
- Parameters:
multipleOwner
- true if the user can choose multiple entity
Copyright © 2011 Mairie de Paris. All Rights Reserved.