cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Hashcode of a file in an Adapter Module

Former Member
0 Kudos

Hi all

Does anybody know to dynamically get the hashcode of a file in an Adapter Module.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

did you try hashcode method of ModuleData class?

is that what you need?

Regards,

Michal Krawczyk

http://mypigenie.com - XI/PI FAQ

Former Member
0 Kudos

Hi Michal

contentToString()

String serialization for logging purposes.

getPrincipalData()

Retrieves the current principle data, usually the message

getSupplementalData(String name)

Gets one supplement data value.

getSupplementalDataNames()

Returns the names of all currently existing supplement data.

setPrincipalData(Object principalData)

Sets the principle data that represents usually the message to be processed.

setSupplementalData(String name, Object supplementalData)

Sets a supplement data for the rest of the module chain

this all methods I can see. Can u please elaborate a bit

MichalKrawczyk
Active Contributor
0 Kudos

hi,

I see .hashcode too

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI FAQ