jBPM distribution 6.0.0.Beta5

Uses of Interface
org.kie.api.task.model.OrganizationalEntity

Packages that use OrganizationalEntity
org.jbpm.examples.checklist   
org.jbpm.examples.checklist.impl   
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.task.commands   
org.jbpm.services.task.deadlines   
org.jbpm.services.task.identity   
org.jbpm.services.task.impl   
org.jbpm.services.task.impl.command   
org.jbpm.services.task.impl.model   
org.jbpm.services.task.impl.model.xml   
org.jbpm.services.task.impl.model.xml.adapter   
org.jbpm.services.task.internals.lifecycle   
org.jbpm.services.task.subtask   
org.jbpm.services.task.utils   
org.jbpm.services.task.wih.util   
org.kie.api.task   
org.kie.api.task.model   
 

Uses of OrganizationalEntity in org.jbpm.examples.checklist
 

Method parameters in org.jbpm.examples.checklist with type arguments of type OrganizationalEntity
 void ChecklistManager.updateTaskPotentialOwners(long taskId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.examples.checklist.impl
 

Method parameters in org.jbpm.examples.checklist.impl with type arguments of type OrganizationalEntity
 void DefaultChecklistManager.updateTaskPotentialOwners(long taskId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.runtime.manager.impl.task
 

Methods in org.jbpm.runtime.manager.impl.task that return OrganizationalEntity
 OrganizationalEntity SynchronizedTaskService.getOrganizationalEntityById(String entityId)
           
 

Methods in org.jbpm.runtime.manager.impl.task that return types with arguments of type OrganizationalEntity
 Map<Long,List<OrganizationalEntity>> SynchronizedTaskService.getPotentialOwnersForTaskIds(List<Long> taskIds)
           
 

Method parameters in org.jbpm.runtime.manager.impl.task with type arguments of type OrganizationalEntity
 void SynchronizedTaskService.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.commands
 

Methods in org.jbpm.services.task.commands that return types with arguments of type OrganizationalEntity
 List<OrganizationalEntity> NominateTaskCommand.getPotentialOwners()
           
 

Method parameters in org.jbpm.services.task.commands with type arguments of type OrganizationalEntity
static boolean CommandsUtil.isAllowed(User user, List<String> groupIds, List<? extends OrganizationalEntity> entities)
           
 void NominateTaskCommand.setPotentialOwners(List<OrganizationalEntity> potentialOwners)
           
 

Constructor parameters in org.jbpm.services.task.commands with type arguments of type OrganizationalEntity
NominateTaskCommand(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.deadlines
 

Method parameters in org.jbpm.services.task.deadlines with type arguments of type OrganizationalEntity
 void DeadlinesDecorator.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.identity
 

Methods in org.jbpm.services.task.identity that return types with arguments of type OrganizationalEntity
 Iterator<OrganizationalEntity> PropertyUserInfoImpl.getMembersForGroup(Group group)
           
 Iterator<OrganizationalEntity> LDAPUserInfoImpl.getMembersForGroup(Group group)
           
 Iterator<OrganizationalEntity> DefaultUserInfo.getMembersForGroup(Group group)
           
 Map<Long,List<OrganizationalEntity>> UserGroupTaskQueryServiceDecorator.getPotentialOwnersForTaskIds(List<Long> taskIds)
           
 

Methods in org.jbpm.services.task.identity with parameters of type OrganizationalEntity
protected  String LDAPUserInfoImpl.extractUserId(String userDN, OrganizationalEntity entity)
           
 String PropertyUserInfoImpl.getDisplayName(OrganizationalEntity entity)
           
 String LDAPUserInfoImpl.getDisplayName(OrganizationalEntity entity)
           
 String DefaultUserInfo.getDisplayName(OrganizationalEntity entity)
           
 String PropertyUserInfoImpl.getEmailForEntity(OrganizationalEntity entity)
           
 String LDAPUserInfoImpl.getEmailForEntity(OrganizationalEntity entity)
           
 String DefaultUserInfo.getEmailForEntity(OrganizationalEntity entity)
           
 String PropertyUserInfoImpl.getLanguageForEntity(OrganizationalEntity entity)
           
 String LDAPUserInfoImpl.getLanguageForEntity(OrganizationalEntity entity)
           
 String DefaultUserInfo.getLanguageForEntity(OrganizationalEntity entity)
           
protected  String LDAPUserInfoImpl.searchLdap(String context, String filter, String attrId, OrganizationalEntity entity)
           
 

Method parameters in org.jbpm.services.task.identity with type arguments of type OrganizationalEntity
protected  void AbstractUserGroupCallbackDecorator.doCallbackOperationForPotentialOwners(List<OrganizationalEntity> potentialOwners)
           
 void UserGroupTaskInstanceServiceDecorator.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.impl
 

Methods in org.jbpm.services.task.impl that return OrganizationalEntity
 OrganizationalEntity TaskServiceEntryPointImpl.getOrganizationalEntityById(String entityId)
           
 OrganizationalEntity TaskIdentityServiceImpl.getOrganizationalEntityById(String entityId)
           
 

Methods in org.jbpm.services.task.impl that return types with arguments of type OrganizationalEntity
 Map<Long,List<OrganizationalEntity>> TaskServiceEntryPointImpl.getPotentialOwnersForTaskIds(List<Long> taskIds)
           
 Map<Long,List<OrganizationalEntity>> TaskQueryServiceImpl.getPotentialOwnersForTaskIds(List<Long> taskIds)
           
 

Method parameters in org.jbpm.services.task.impl with type arguments of type OrganizationalEntity
 void TaskServiceEntryPointImpl.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 void TaskInstanceServiceImpl.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.impl.command
 

Method parameters in org.jbpm.services.task.impl.command with type arguments of type OrganizationalEntity
 void CommandBasedTaskService.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 void CommandBasedTaskInstanceServiceImpl.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.impl.model
 

Classes in org.jbpm.services.task.impl.model that implement OrganizationalEntity
 class GroupImpl
           
 class OrganizationalEntityImpl
           
 class UserImpl
           
 

Methods in org.jbpm.services.task.impl.model that return types with arguments of type OrganizationalEntity
 List<OrganizationalEntity> PeopleAssignmentsImpl.getBusinessAdministrators()
           
 List<OrganizationalEntity> NotificationImpl.getBusinessAdministrators()
           
 List<OrganizationalEntity> DelegationImpl.getDelegates()
           
 List<OrganizationalEntity> PeopleAssignmentsImpl.getExcludedOwners()
           
 List<OrganizationalEntity> ReassignmentImpl.getPotentialOwners()
           
 List<OrganizationalEntity> PeopleAssignmentsImpl.getPotentialOwners()
           
 List<OrganizationalEntity> PeopleAssignmentsImpl.getRecipients()
           
 List<OrganizationalEntity> NotificationImpl.getRecipients()
           
 List<OrganizationalEntity> PeopleAssignmentsImpl.getTaskStakeholders()
           
 

Method parameters in org.jbpm.services.task.impl.model with type arguments of type OrganizationalEntity
 Status TaskDataImpl.assignOwnerAndStatus(List<OrganizationalEntity> potentialOwners)
          This method will potentially assign the actual owner of this TaskData and set the status of the data.
 void PeopleAssignmentsImpl.setBusinessAdministrators(List<OrganizationalEntity> businessAdministrators)
           
 void NotificationImpl.setBusinessAdministrators(List<OrganizationalEntity> businessAdministrators)
           
 void DelegationImpl.setDelegates(List<OrganizationalEntity> delegates)
           
 void PeopleAssignmentsImpl.setExcludedOwners(List<OrganizationalEntity> excludedOwners)
           
 void ReassignmentImpl.setPotentialOwners(List<OrganizationalEntity> potentialOwners)
           
 void PeopleAssignmentsImpl.setPotentialOwners(List<OrganizationalEntity> potentialOwners)
           
 void PeopleAssignmentsImpl.setRecipients(List<OrganizationalEntity> recipients)
           
 void NotificationImpl.setRecipients(List<OrganizationalEntity> recipients)
           
 void PeopleAssignmentsImpl.setTaskStakeholders(List<OrganizationalEntity> taskStakeholders)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.impl.model.xml
 

Methods in org.jbpm.services.task.impl.model.xml that return types with arguments of type OrganizationalEntity
 List<OrganizationalEntity> JaxbPeopleAssignments.getBusinessAdministrators()
           
 List<OrganizationalEntity> JaxbPeopleAssignments.getPotentialOwners()
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.impl.model.xml.adapter
 

Methods in org.jbpm.services.task.impl.model.xml.adapter that return OrganizationalEntity
 OrganizationalEntity OrganizationalEntityXmlAdapter.unmarshal(String v)
           
 

Methods in org.jbpm.services.task.impl.model.xml.adapter with parameters of type OrganizationalEntity
 String OrganizationalEntityXmlAdapter.marshal(OrganizationalEntity v)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.internals.lifecycle
 

Method parameters in org.jbpm.services.task.internals.lifecycle with type arguments of type OrganizationalEntity
 void MVELLifeCycleManager.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.subtask
 

Method parameters in org.jbpm.services.task.subtask with type arguments of type OrganizationalEntity
 void SubTaskDecorator.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.utils
 

Methods in org.jbpm.services.task.utils that return types with arguments of type OrganizationalEntity
static List<OrganizationalEntity> CollectionUtils.readOrganizationalEntityList(ObjectInput in)
           
 

Method parameters in org.jbpm.services.task.utils with type arguments of type OrganizationalEntity
static void CollectionUtils.writeOrganizationalEntityList(List<OrganizationalEntity> list, ObjectOutput out)
           
 

Uses of OrganizationalEntity in org.jbpm.services.task.wih.util
 

Method parameters in org.jbpm.services.task.wih.util with type arguments of type OrganizationalEntity
protected static List<org.kie.internal.task.api.model.Deadline> HumanTaskHandlerHelper.parseDeadlineString(String deadlineInfo, List<OrganizationalEntity> businessAdministrators, Environment environment)
           
protected static List<org.kie.internal.task.api.model.Notification> HumanTaskHandlerHelper.parseNotifications(String notificationString, List<OrganizationalEntity> businessAdministrators)
           
protected  void PeopleAssignmentHelper.processPeopleAssignments(String peopleAssignmentIds, List<OrganizationalEntity> organizationalEntities, boolean user)
           
static org.kie.internal.task.api.model.Deadlines HumanTaskHandlerHelper.setDeadlines(WorkItem workItem, List<OrganizationalEntity> businessAdministrators, Environment environment)
           
 

Uses of OrganizationalEntity in org.kie.api.task
 

Method parameters in org.kie.api.task with type arguments of type OrganizationalEntity
 void TaskService.nominate(long taskId, String userId, List<OrganizationalEntity> potentialOwners)
           
 

Uses of OrganizationalEntity in org.kie.api.task.model
 

Subinterfaces of OrganizationalEntity in org.kie.api.task.model
 interface Group
           
 interface User
           
 

Methods in org.kie.api.task.model that return types with arguments of type OrganizationalEntity
 List<OrganizationalEntity> PeopleAssignments.getBusinessAdministrators()
           
 List<OrganizationalEntity> PeopleAssignments.getPotentialOwners()
           
 


jBPM distribution 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.