Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
5 subscribers
Views
1749 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I am developing a plugin. I want to return a data-subset from my plugin Function
chetany
A Score Level 1
over 9 years ago
I am developing a plugin. I want to return a data-subset from my plugin Function. I need the classes SortInfo and PagingInfo to import. The documentation for these classes in the Java Docs(Public API documentation) indicates that these classes are available in the package com.appiancorp.suiteapi.common.paging. The link to java doc is:
forum.appian.com/.../
I imported the required jars from Appian 7.8 libs. (APPIAN_HOME/ear/suite.ear/libs). But I am not able to find these classes in the package com.appiancorp.suiteapi.common.paging although the documentation mentions them in that package. Please find attached screenshot which shows the classes in package com.appiancorp.suiteapi.common.paging. You can see that the classes PagingInfo and SortInfo are not available. Also the documentation mentions that these classes are available since Appian version 6.6. But, I was not able to find them in Appian version...
OriginalPostID-185555
OriginalPostID-185555
Discussion posts and replies are publicly visible
0
chetany
A Score Level 1
over 9 years ago
... 7.8 or 7.11
Please let me know how I can import those classes.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chetany
A Score Level 1
over 9 years ago
Adding screenshot of class hierarchy for package com.appiancorp.suiteapi.common.paging from Appian Public API.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
A little bit awkward but those classes are in appiancorp-query-0-SNAPSHOT.jar
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chetany
A Score Level 1
over 9 years ago
Thank you Eduardo. I was able to import them.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel