|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Registration
| Method Summary | |
|---|---|
void |
deleteAllEntities()
Removes all entities form the registry that are accessible by the user. |
void |
deleteEntity(String concept,
String id)
Removes an entity from the registry. |
void |
insertRelationship(String fromEntityId,
String relationshipName,
String toEntityId)
Add a relationship between two entities stored. |
String |
registerEntity(String concept,
Document content,
String id)
Registers an entity in the registry. |
String |
registerEntity(String concept,
String content,
String id)
Registers an entity in the registry. |
String |
registerEntity(String concept,
URI uri,
String id)
Registers an entity in the registry. |
| Methods inherited from interface uk.ac.soton.itinnovation.registry.icomponent.access.CredentialRequired |
|---|
removeCredential, setCredential |
| Method Detail |
|---|
String registerEntity(String concept,
URI uri,
String id)
throws RegistrationException,
AccessException
concept - Concept to which the entity belongsuri - URI of the entityid - unique identifier. If the id is null, a new identifier will be automatically generated.
RegistrationException
AccessException
String registerEntity(String concept,
String content,
String id)
throws RegistrationException,
AccessException
concept - Concept to which the entity belongscontent - String content of entityid - unique identifier. If the id is null, a new identifier will be automatically generated.
RegistrationException
AccessException
String registerEntity(String concept,
Document content,
String id)
throws RegistrationException,
AccessException
concept - Concept to which the entity belongscontent - DOM document of entityid - unique identifier. If the id is null, a new identifier will be automatically generated.
RegistrationException
AccessException
void deleteEntity(String concept,
String id)
throws RegistrationException,
AccessException
concept - id -
RegistrationException
AccessException
void deleteAllEntities()
throws RegistrationException,
AccessException
RegistrationException
AccessException
void insertRelationship(String fromEntityId,
String relationshipName,
String toEntityId)
throws RegistrationException,
AccessException
fromEntityId - relationshipName - toEntityId -
RegistrationException
AccessException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||