Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
0fc5f9ea
Verified
Commit
0fc5f9ea
authored
1 year ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add class docs for RetrieveEntity
parent
b7e714e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!111
Release 0.12.1
,
!109
F select acl
Pipeline
#44632
canceled
1 year ago
Stage: info
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/caosdb/server/entity/RetrieveEntity.java
+8
-2
8 additions, 2 deletions
src/main/java/org/caosdb/server/entity/RetrieveEntity.java
with
8 additions
and
2 deletions
src/main/java/org/caosdb/server/entity/RetrieveEntity.java
+
8
−
2
View file @
0fc5f9ea
...
...
@@ -24,8 +24,14 @@
*/
package
org.caosdb.server.entity
;
// TODO document the use of this class; it seems to exist of only constructors
/**
* Entity which is to be retrieved (i.e. read-only).
*
* <p>This class only exposes those constructors which are necessary for Entity which are to be
* retrieved (e.g. Entity(id)) and hide the others (e.g. Entity(XML-Represenation)).
*
* @author Timm Fitschen <t.fitschen@indiscale.com>
*/
public
class
RetrieveEntity
extends
Entity
{
public
RetrieveEntity
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment