public class FileInfoSearchResult extends Object implements Serializable
| Constructor and Description |
|---|
FileInfoSearchResult(String fileName,
String filePath,
String projectName,
Object projectId,
String ownerName,
boolean isWritable)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Obtém o nome do arquivo.
|
String |
getFilePath()
Obtém o path do arquivo.
|
String |
getOwnerName()
Obtém o nome do dono do arquivo
|
Object |
getProjectId()
Obtém o id do projeto.
|
String |
getProjectName()
Obtém o id do projeto.
|
boolean |
isWritable()
Verifica se o usuário tem acesso de escrita no projeto.
|
public FileInfoSearchResult(String fileName, String filePath, String projectName, Object projectId, String ownerName, boolean isWritable)
fileName - - nome do arquivo.filePath - - path do arquivo.projectName - - nome do projeto associado.projectId - - id do projeto associado.ownerName - - nome do dono do arquivoisWritable - - indica se o usuário que fez a busca tem permissão de
escrita no projetopublic Object getProjectId()
public String getProjectName()
public String getFileName()
public String getFilePath()
public String getOwnerName()
public boolean isWritable()
true se o usuário pode escrever no projetoCopyright © 2016. All rights reserved.