Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta data for actions are not shown #124

Open
micgn opened this issue Nov 6, 2017 · 1 comment
Open

meta data for actions are not shown #124

micgn opened this issue Nov 6, 2017 · 1 comment

Comments

@micgn
Copy link

micgn commented Nov 6, 2017

When I define an action like this

@EdmAction(name = "Process", namespace = NAMESPACE, isBound = true, entitySetPath = "Files")
@EdmReturnType(type = "Edm.Boolean")
public class ProcessFileAction implements Operation<Boolean> { ...

it would be great if the existence of this action would be advertised in terms of meta data. I do not see it with http://localhost:8090/usersupload.svc/ and also not with http://localhost:8090/usersupload.svc/$metadata

Is that a mising feature?

Also I called oDataEdmRegistry.registerClasses for my action class. The action itself does work well: http://localhost:8090/usersupload.svc/files('c41b2830-9f18-4fd2-b4f6-cdf69b479f0e')/net.atos.uisa.cloud.Process

Best regards, Michael

@vinayknl
Copy link
Collaborator

Yes, this feature is not implemented. Marking this as an enhancement, and please feel free to contribute and raise a PR if you are making this fix.
Thanks,
Vinay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants