Package org.gvsig.vcsgis.lib
Interface VCSGisUserEditable
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.json.SupportFromJson,org.gvsig.json.SupportJson,org.gvsig.json.SupportToJson,VCSGisUser
- All Known Implementing Classes:
UsersRepoTable.UserRepoRow,UsersTable.UserRow,VCSGisUserImpl
- Author:
- jjdelcerro
-
Field Summary
Fields inherited from interface org.gvsig.vcsgis.lib.VCSGisUser
GUEST, ROLE_CHECKOUT, ROLE_COMMIT, ROLE_ENTITIES, ROLE_HISTORY, ROLE_ROWCREATE, ROLE_ROWDELETE, ROLE_ROWUPDATE, ROLE_UPDATE, ROLE_USERS -
Method Summary
Modifier and TypeMethodDescriptionclone()voidcopy(VCSGisUser source, VCSGisUser target) voidsetAllowedOperations(String operations) voidsetDescription(String description) voidsetIdentifier(String identifier) voidvoidsetUserCode(String userCode) Methods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilderMethods inherited from interface org.gvsig.vcsgis.lib.VCSGisUser
copyFrom, getAllowedOperations, getAllowedOperationsAsList, getDescription, getIdentifier, getRoles, getRolesAsList, getUserCode, isAllowedOperation
-
Method Details
-
setUserCode
-
setDescription
-
setIdentifier
-
setAllowedOperations
-
setRoles
-
copy
-
clone
VCSGisUser clone()- Specified by:
clonein interfaceorg.gvsig.tools.lang.Cloneable
-