|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trackstudio.securedkernel.SecuredIndexAdapterManager
public class SecuredIndexAdapterManager
This manager is used for accessing to index manager
Constructor Summary | |
---|---|
SecuredIndexAdapterManager()
|
Method Summary | |
---|---|
java.util.Map |
getReferencedTasksForTask(SessionContext sc,
java.lang.String taskId)
Get tasks which have references to this task in their custom fields |
java.util.Map |
getReferencedTasksForUser(SessionContext sc,
java.lang.String userId)
Get tasks which have references to this user in their custom fields |
java.util.Map |
getReferencedUsersForTask(SessionContext sc,
java.lang.String taskId)
Get users which have references to this task in their custom fields |
java.util.Map |
getReferencedUsersForUser(SessionContext sc,
java.lang.String userId)
Get users which have references to this user in their custom fields |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecuredIndexAdapterManager()
Method Detail |
---|
public java.util.Map getReferencedTasksForTask(SessionContext sc, java.lang.String taskId) throws GranException
sc
- session contexttaskId
- task's id
GranException
SecuredUDFValueBean
,
SecuredTaskBean
public java.util.Map getReferencedUsersForTask(SessionContext sc, java.lang.String taskId) throws GranException
sc
- session contexttaskId
- task's id
GranException
SecuredUDFValueBean
,
SecuredUserBean
public java.util.Map getReferencedTasksForUser(SessionContext sc, java.lang.String userId) throws GranException
sc
- session contextuserId
- user's id
GranException
SecuredTaskBean
public java.util.Map getReferencedUsersForUser(SessionContext sc, java.lang.String userId) throws GranException
sc
- session contextuserId
- user's id
GranException
SecuredUDFValueBean
,
SecuredUserBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |