You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present certain collection objects may contain any number of other attributes.
For example, PWG5100.13 defines job-resolvers-supported and job-constraints-supported whose values are collections having a single defined resolver-name but may contain any number of other attributes. (Are there other collections like this?)
JIPP tries to type everything, and so doesn't by default support the inclusion of unknown attributes in a collection. So there's no way in JIPP to properly construct or access this kind of collection.
The text was updated successfully, but these errors were encountered:
Hint: IppCollection implemented in ipp-client-kotlin does not have this limitation and can take/read/write any attribute type as member (also collections).
any job-template attribute of scope Pages, Cell, Impression, or Sheet (PWG5100.6 §4.1.4)
How to add the 'any' job-template attributes to the overrides collection? I can set only pages, document-numbers and document-copies with jipp? Could you please provide a sample?
At present certain collection objects may contain any number of other attributes.
For example, PWG5100.13 defines
job-resolvers-supported
andjob-constraints-supported
whose values are collections having a single definedresolver-name
but may contain any number of other attributes. (Are there other collections like this?)JIPP tries to type everything, and so doesn't by default support the inclusion of unknown attributes in a collection. So there's no way in JIPP to properly construct or access this kind of collection.
The text was updated successfully, but these errors were encountered: