Can somebody tell me, which API can I use, to get all Application on Server (as List<iapplication> or something like that). Thx

asked 04.06.2014 at 12:19

Karel%20Tauser's gravatar image

Karel Tauser
(suspended)
accept rate: 0%


Hi,

i used this one:

import ch.ivyteam.ivy.application.IApplication;
import ch.ivyteam.ivy.server.IServer;
IServer server = ch.ivyteam.ivy.server.ServerFactory.getServer();
in.applications= server.getApplicationConfigurationManager().getApplications();

hope it's what you wanted.

Roland

link

answered 04.06.2014 at 12:43

roland's gravatar image

roland
(suspended)
accept rate: 41%

edited 22.02.2016 at 13:42

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×37

Asked: 04.06.2014 at 12:19

Seen: 1,894 times

Last updated: 22.02.2016 at 13:42