|
Agentflow V3.1 |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use PASESharedFile | |
---|---|
pe.pase | |
si.wfinterface |
Uses of PASESharedFile in pe.pase |
---|
Methods in pe.pase that return PASESharedFile | |
---|---|
PASESharedFile |
ServerService.createPASESharedFile()
|
PASESharedFile |
SecurityService.createPASESharedFile()
Create a empty PASESharedFile instance with a generated ID. |
PASESharedFile |
ServerService.getPASESharedFile(java.lang.String fId)
|
PASESharedFile |
SecurityService.getPASESharedFile(java.lang.String fId)
Get a PASESharedFile instance with its ID. |
PASESharedFile |
ServerService.getPASESharedFileByPath(java.lang.String fPath)
|
PASESharedFile |
SecurityService.getPASESharedFileByPath(java.lang.String fPath)
Get a PASESharedFile instance with its path. |
Methods in pe.pase with parameters of type PASESharedFile | |
---|---|
void |
ServerService.insertPASESharedFile(PASESharedFile sFile)
|
void |
SecurityService.insertPASESharedFile(PASESharedFile sFile)
Insert a PASESharedFile instance in database. |
void |
ServerService.updatePASESharedFile(PASESharedFile sFile)
|
void |
SecurityService.updatePASESharedFile(PASESharedFile sFile)
Update a PASESharedFile instance in database. |
Uses of PASESharedFile in si.wfinterface |
---|
Methods in si.wfinterface that return PASESharedFile | |
---|---|
PASESharedFile |
WFCI.createPASESharedFile()
|
PASESharedFile |
WFCI.getPASESharedFile(java.lang.String fId)
|
PASESharedFile |
WFCI.getPASESharedFileByPath(java.lang.String fPath)
|
Methods in si.wfinterface with parameters of type PASESharedFile | |
---|---|
void |
WFCI.insertPASESharedFile(PASESharedFile sFile)
|
void |
WFCI.updatePASESharedFile(PASESharedFile sFile)
|
|
Agentflow V3.1 |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |