fr.paris.lutece.plugins.workflow.modules.assignment.business
Class TaskAssignmentConfig
java.lang.Object
fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig
fr.paris.lutece.plugins.workflow.modules.assignment.business.TaskAssignmentConfig
- All Implemented Interfaces:
- fr.paris.lutece.plugins.workflowcore.business.config.ITaskConfig
public class TaskAssignmentConfig
- extends fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig
TaskCommentConfig
Methods inherited from class fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig |
getIdTask, setIdTask |
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 bNotify)
- Parameters:
bNotify
- the _bNotify 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
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 © 2012 Mairie de Paris. All Rights Reserved.