Class RemoteEntityLinkServiceImpl
java.lang.Object
com.atlassian.greenhopper.entity.remotelink.RemoteEntityLinkServiceImpl
- All Implemented Interfaces:
RemoteEntityLinkService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deletes a remote entity link of an entityvoid
Deletes all the remote entity links of an entityList<com.atlassian.jira.entity.property.EntityProperty>
findByEntityId
(String remoteLinkName, Long entityId) List<com.atlassian.jira.entity.property.EntityProperty>
findByGlobalId
(String remoteLinkName, String globalId) com.atlassian.jira.entity.property.EntityProperty
putEntityPropertyValue
(String remoteLinkName, String globalId, String json, Long entityId)
-
Constructor Details
-
RemoteEntityLinkServiceImpl
public RemoteEntityLinkServiceImpl()
-
-
Method Details
-
putEntityPropertyValue
public String putEntityPropertyValue(String remoteLinkName, String globalId, String json, Long entityId) - Specified by:
putEntityPropertyValue
in interfaceRemoteEntityLinkService
-
findByEntityId
public List<com.atlassian.jira.entity.property.EntityProperty> findByEntityId(String remoteLinkName, Long entityId) - Specified by:
findByEntityId
in interfaceRemoteEntityLinkService
-
findByGlobalId
public List<com.atlassian.jira.entity.property.EntityProperty> findByGlobalId(String remoteLinkName, String globalId) - Specified by:
findByGlobalId
in interfaceRemoteEntityLinkService
-
get
public com.atlassian.jira.entity.property.EntityProperty get(String remoteLinkName, Long entityId, String globalId) - Specified by:
get
in interfaceRemoteEntityLinkService
-
delete
Description copied from interface:RemoteEntityLinkService
Deletes a remote entity link of an entity- Specified by:
delete
in interfaceRemoteEntityLinkService
-
deleteAll
Description copied from interface:RemoteEntityLinkService
Deletes all the remote entity links of an entity- Specified by:
deleteAll
in interfaceRemoteEntityLinkService
-