Polish | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
W systemie PlusWorkflow istnieje możliwość podejrzenia dokumentu znajdującego się w elektronicznym archiwum poprzez wywołanie odpowiedniego linku. Podczas wywołania tego linku sprawdzane są wszystkie uprawnienia do dokumentu, więc jeśli użytkownik nie był zalogowany do systemu PlusWorkflow, wcześniej będzie musiał to zrobić. Struktura tego link jest następująca:
gdzie:
Jeśli chcemy wyszukać listę dokumentów lub podać więcej kryteriów wyszukiwania należy skorzystać z innego linku: Poniżej opis takiego wywołania:
|
English | ||||
---|---|---|---|---|
W systemie PlusWorkflow istnieje możliwość podejrzenia dokumentu znajdującego się w elektronicznym archiwum poprzez wywołanie odpowiedniego linku. Podczas wywołania tego linku sprawdzane są wszystkie uprawnienia do dokumentu, więc jeśli użytkownik nie był zalogowany do systemu PlusWorkflow, wcześniej będzie musiał to zrobić. Struktura tego link jest następująca In the PlusWorkflow system it is possible to view a document in an electronic archive by calling the appropriate link. When calling this link, all permissions to the document are checked, so if the user was not logged in to the PlusWorkflow system, will have to do it. The structure of this link is as follows:
gdziewhere: W przypadku, gdy zapytanie określające wyszukany dokument nie jest jednoznaczne, otrzymujemy tylko pierwszy dokument spełniający podane kryteria. W powyższym wywołaniu możliwe podanie jest tylko jednego indeksu z archiwum filtrującego wyniki wyszukiwania
Info | | |||
|
Info | ||
---|---|---|
| ||
When the query specifying the searched document is not clear, we only receive the first document that meets the given criteria. In the above call it is possible to specify only one index from the archive filtering the search results. |
Info | ||
---|---|---|
| ||
http://www.plusworkflow.pl/PlusWorkflowPPD2/ShowDocumentFromArchive.do?type=docclass&objectName=Faktury&indexName=Identyfikator faktury&value=FK/17/000300 lubor |
Jeśli chcemy wyszukać listę dokumentów lub podać więcej kryteriów wyszukiwania należy skorzystać z innego linku:
Poniżej opis takiego wywołaniaIf we want to search for a list of documents or provide more search criteria, please use another link:
Below is the description of such call:
Code Block |
---|
http://<adres_systemu>/Goto.do?search=<typ>&name=<object_name>&{indices[<index_name>]=<value>} |
gdziewhere:
- adres
- system_ systemu - nazwa systemu wraz ze ścieżką do niego i portemtyp - typ przeszukiwanego obiektu: link - zestaw dokumentów, class - klasa dokumentów
- address - the name of the system along with its path and port
- type - type of searched object: link - set of documents, class - class of documents
- object_name - nazwa obiektu (klasy dokumentów lub zestawu
- the name of the object (document class or set)
- index_name - nazwa indeksu (w klasie dokumentów lub zestawie
- index name (in the document class or set)
- value - wartość indeksu dla wyszukiwanego dokumentu. W przypadku gdy typ = class i gdy nie ma podanej wartości, indeks ten zostanie tylko wyświetlony w wynikach wyszukiwania w przypadku gdy system znajdzie więcej niż 1 dokument. W przypadku gdy typ = link wyświetlane są wszystkie indeksy zestawu
title | Uwaga |
---|
- index value for the searched document. In case type = class and when there is no value provided, this index will only be displayed in the search results if the system finds more than 1 document. Where type = link all indexes of the set are displayed
Info | ||
---|---|---|
| ||
|
Info | ||||
---|---|---|---|---|
| Wyszukanie wszystkich dokumentów w których kontrahent to
| |||
http://www.plusworkflow.pl/PlusWorkflowPPD2/Goto.do?search=class&name=Faktury&indices[Kontrahent]=Suncode&indices[Identyfikator faktury]&indices[Numer faktury]
http://www.plusworkflow.pl/PlusWorkflowPPD2/Goto.do?search=class&name=Faktury&indices[Kontrahent]=Suncode&indices[Identyfikator faktury]=FK/17/000300&indices[Numer faktury] |