A B C D E F G H I J L M N O P Q R S T U W 

A

addParam(String, Object) - Method in class com.ibm.maximo.oslc.SavedQuery
 
aggregateOn(String, String, String) - Method in class com.ibm.maximo.oslc.Aggregation
 
Aggregation - Class in com.ibm.maximo.oslc
 
Aggregation(MaximoConnector, String) - Constructor for class com.ibm.maximo.oslc.Aggregation
 
and(String) - Method in class com.ibm.maximo.oslc.QueryWhere
 
apiContext(String) - Method in class com.ibm.maximo.oslc.Options
 
appContext(String) - Method in class com.ibm.maximo.oslc.Options
 
AppURI(String) - Method in class com.ibm.maximo.oslc.Options
 
Attachment - Class in com.ibm.maximo.oslc
Attachment implement the operations on attachment from Resource.
Attachment() - Constructor for class com.ibm.maximo.oslc.Attachment
 
Attachment(String, MaximoConnector) - Constructor for class com.ibm.maximo.oslc.Attachment
 
Attachment(JsonObject, MaximoConnector) - Constructor for class com.ibm.maximo.oslc.Attachment
 
attachment(String, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
attachmentDocMeta(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
AttachmentSet - Class in com.ibm.maximo.oslc
AttachmenSet implement the operations on attachmentset from Resource.
AttachmentSet() - Constructor for class com.ibm.maximo.oslc.AttachmentSet
 
AttachmentSet(MaximoConnector) - Constructor for class com.ibm.maximo.oslc.AttachmentSet
 
AttachmentSet(JsonObject, MaximoConnector) - Constructor for class com.ibm.maximo.oslc.AttachmentSet
 
AttachmentSet(String, MaximoConnector) - Constructor for class com.ibm.maximo.oslc.AttachmentSet
 
attachmentSet(String, String) - Method in class com.ibm.maximo.oslc.Resource
Load the attachmentset for resource Note: there has to be a relation between them
attachmentSet() - Method in class com.ibm.maximo.oslc.Resource
 
auth(String) - Method in class com.ibm.maximo.oslc.Options
 
AUTH_BASIC - Static variable in class com.ibm.maximo.oslc.Options
 
AUTH_FORM - Static variable in class com.ibm.maximo.oslc.Options
 
AUTH_MAXAUTH - Static variable in class com.ibm.maximo.oslc.Options
 
avgOn(String) - Method in class com.ibm.maximo.oslc.Aggregation
 
avgOn(String, String) - Method in class com.ibm.maximo.oslc.Aggregation
 

B

base64Encode(String) - Static method in class com.ibm.maximo.oslc.Util
 
base64Encode(byte[]) - Static method in class com.ibm.maximo.oslc.Util
 
bulk(String, JsonArray) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
bulk(String, JsonArray, Map<String, Object>) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
bulk() - Method in class com.ibm.maximo.oslc.ResourceSet
 
BulkProcessor - Class in com.ibm.maximo.oslc
 
BulkProcessor(MaximoConnector, String) - Constructor for class com.ibm.maximo.oslc.BulkProcessor
 

C

com.ibm.maximo.oslc - package com.ibm.maximo.oslc
 
configuredPageSize() - Method in class com.ibm.maximo.oslc.ResourceSet
 
connect() - Method in class com.ibm.maximo.oslc.MaximoConnector
Connect to Maximo Server
connect(Proxy) - Method in class com.ibm.maximo.oslc.MaximoConnector
Connect to Maximo Server with Proxy
count() - Method in class com.ibm.maximo.oslc.Aggregation
 
count(String) - Method in class com.ibm.maximo.oslc.Aggregation
 
count() - Method in class com.ibm.maximo.oslc.ResourceSet
get current number of Resource by calling RESTful API
create(Attachment) - Method in class com.ibm.maximo.oslc.AttachmentSet
Create a new attachment
create(String, Attachment) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
create(String, Attachment, Map<String, Object>) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
create(JsonObject) - Method in class com.ibm.maximo.oslc.BulkProcessor
 
create(String, JsonObject, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
Create new Resource
create(String, JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
create(JsonObject, String...) - Method in class com.ibm.maximo.oslc.ResourceSet
Create a new Resource with the properties in hearder
create(JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
createAttachment(String, byte[], String, String, String) - Method in class com.ibm.maximo.oslc.MaximoConnector
Create new attachment
createAttachment(String, byte[], String, String, String, Map<String, Object>) - Method in class com.ibm.maximo.oslc.MaximoConnector
 

D

data(byte[]) - Method in class com.ibm.maximo.oslc.Attachment
 
debug(boolean) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
delete() - Method in class com.ibm.maximo.oslc.Attachment
Delete the attachment
delete(int) - Method in class com.ibm.maximo.oslc.AttachmentSet
Delete the Attachment
delete(String) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
delete(String) - Method in class com.ibm.maximo.oslc.BulkProcessor
 
delete(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
Delete the resource/attachment
delete(String, Map<String, Object>) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
delete() - Method in class com.ibm.maximo.oslc.Resource
 
deleteAttachment(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
deleteResource(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
description(String) - Method in class com.ibm.maximo.oslc.Attachment
 
disconnect() - Method in class com.ibm.maximo.oslc.MaximoConnector
Disconnect with Maximo Server

E

encode(String, String) - Static method in class com.ibm.maximo.oslc.MaximoConnector
 
endsWith(String) - Method in class com.ibm.maximo.oslc.QueryWhere
 
equalTo(Object) - Method in class com.ibm.maximo.oslc.QueryWhere
 
exampleForRepPo() - Static method in class com.ibm.maximo.oslc.TestOSLCApi
 

F

fetch() - Method in class com.ibm.maximo.oslc.ResourceSet
Fetching the data for ResourceSet
fetch(Map) - Method in class com.ibm.maximo.oslc.ResourceSet
 
fetchDocMeta() - Method in class com.ibm.maximo.oslc.Attachment
 
fetchMember(String, String...) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
fetchMember(String, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
fetchMember(String, String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
fetchWithAddtionalHeaders(Map<String, Object>) - Method in class com.ibm.maximo.oslc.ResourceSet
Fetching the data for ResourceSet with arbitrary headers
fetchWithAddtionalHeadersAndParams(Map<String, Object>, Map<String, Object>) - Method in class com.ibm.maximo.oslc.ResourceSet
Fetching the data for ResourceSet with arbitrary parameters and headers
fetchWithAddtionalParams(Map<String, Object>) - Method in class com.ibm.maximo.oslc.ResourceSet
Fetching the data for ResourceSet with arbitrary parameters

G

get(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
get(String, Map<String, Object>) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
getAppURI() - Method in class com.ibm.maximo.oslc.ResourceSet
Get current URI
getAttachmentData(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
Load DocumentData
getAttachmentData(String, Map<String, Object>) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
getCurrentURI() - Method in class com.ibm.maximo.oslc.MaximoConnector
 
getDescription() - Method in class com.ibm.maximo.oslc.Attachment
 
getErrorCode() - Method in exception com.ibm.maximo.oslc.OslcException
 
getHost() - Method in class com.ibm.maximo.oslc.Options
 
getLastResponseCode() - Method in class com.ibm.maximo.oslc.MaximoConnector
Get the last response code
getMeta() - Method in class com.ibm.maximo.oslc.Attachment
 
getName() - Method in class com.ibm.maximo.oslc.Attachment
 
getOptions() - Method in class com.ibm.maximo.oslc.MaximoConnector
 
getOsURI() - Method in class com.ibm.maximo.oslc.ResourceSet
 
getPort() - Method in class com.ibm.maximo.oslc.Options
 
getPublicURI() - Method in class com.ibm.maximo.oslc.ResourceSet
 
getStringFromInputStream(InputStream) - Static method in class com.ibm.maximo.oslc.Util
 
getTenantCode() - Method in class com.ibm.maximo.oslc.Options
 
getURI() - Method in class com.ibm.maximo.oslc.Attachment
Get current URI
getURI() - Method in class com.ibm.maximo.oslc.AttachmentSet
Get current URI
getURI() - Method in class com.ibm.maximo.oslc.Resource
Get current URI
groupBy(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
Fetch Group By data
groupBy(String, Map<String, Object>) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
groupBy() - Method in class com.ibm.maximo.oslc.ResourceSet
 
groupByOn(String...) - Method in class com.ibm.maximo.oslc.Aggregation
 
gt(Object) - Method in class com.ibm.maximo.oslc.QueryWhere
 
gte(Object) - Method in class com.ibm.maximo.oslc.QueryWhere
 

H

hasNextPage() - Method in class com.ibm.maximo.oslc.ResourceSet
 
hasTerms(String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
having(String...) - Method in class com.ibm.maximo.oslc.Aggregation
 
host(String) - Method in class com.ibm.maximo.oslc.Options
 
href(String) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
http() - Method in class com.ibm.maximo.oslc.Options
 
HTTP_METHOD_BULK - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
HTTP_METHOD_DELETE - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
HTTP_METHOD_GET - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
HTTP_METHOD_MERGE - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
HTTP_METHOD_MERGESYNC - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
HTTP_METHOD_PATCH - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
HTTP_METHOD_POST - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
HTTP_METHOD_SYNC - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
httpMethod - Variable in class com.ibm.maximo.oslc.MaximoConnector
 
https() - Method in class com.ibm.maximo.oslc.Options
 

I

in(Object...) - Method in class com.ibm.maximo.oslc.QueryWhere
 
invokeAction(String, JsonObject) - Method in class com.ibm.maximo.oslc.Resource
Invoke Action
invokeAction(String, JsonObject, String...) - Method in class com.ibm.maximo.oslc.Resource
 
isBasicAuth() - Method in class com.ibm.maximo.oslc.Options
 
isDebug() - Method in class com.ibm.maximo.oslc.MaximoConnector
 
isFormAuth() - Method in class com.ibm.maximo.oslc.Options
 
isLean() - Method in class com.ibm.maximo.oslc.MaximoConnector
 
isLean() - Method in class com.ibm.maximo.oslc.Options
 
isMaxAuth() - Method in class com.ibm.maximo.oslc.Options
 
isMultiTenancy() - Method in class com.ibm.maximo.oslc.Options
 
isValid() - Method in class com.ibm.maximo.oslc.MaximoConnector
 

J

JsonObject(JsonObject) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
jsonPrettyPrinter(Object) - Static method in class com.ibm.maximo.oslc.Util
This printer only support JsonObject and JsonArray

L

lean(boolean) - Method in class com.ibm.maximo.oslc.Options
 
like(String) - Method in class com.ibm.maximo.oslc.QueryWhere
 
load() - Method in class com.ibm.maximo.oslc.Attachment
load attachment data
load(Map<String, Object>) - Method in class com.ibm.maximo.oslc.Attachment
load attachment data with headers
load() - Method in class com.ibm.maximo.oslc.AttachmentSet
Load the data for attachmentset
load(Map<String, Object>) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
load() - Method in class com.ibm.maximo.oslc.Resource
Load current data with properties in header
load(String...) - Method in class com.ibm.maximo.oslc.Resource
 
load() - Method in class com.ibm.maximo.oslc.ResourceSet
Load the current data
loadMeta() - Method in class com.ibm.maximo.oslc.Attachment
load attachment meta data
loadMeta(Map<String, Object>) - Method in class com.ibm.maximo.oslc.Attachment
 
loadWithAdditionalHeaders(Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.Resource
 
loadWithAdditionalParams(Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.Resource
 
loadWithAdditionalParamsAndHeaders(Map<String, Object>, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.Resource
 
logger - Static variable in class com.ibm.maximo.oslc.MaximoConnector
 
logger - Static variable in class com.ibm.maximo.oslc.ResourceSet
 
lt(Object) - Method in class com.ibm.maximo.oslc.QueryWhere
 
lte(Object) - Method in class com.ibm.maximo.oslc.QueryWhere
 

M

main(String[]) - Static method in class com.ibm.maximo.oslc.QuerySelect
 
main(String[]) - Static method in class com.ibm.maximo.oslc.QueryWhere
 
main(String[]) - Static method in class com.ibm.maximo.oslc.TestOSLCApi
 
maximoConnector(MaximoConnector) - Method in class com.ibm.maximo.oslc.Attachment
Attachment att = new Attachment().mc(params)
MaximoConnector - Class in com.ibm.maximo.oslc
MaximoConnector is a Connector between Oslc Client and Maximo Server.
MaximoConnector() - Constructor for class com.ibm.maximo.oslc.MaximoConnector
 
MaximoConnector(Options) - Constructor for class com.ibm.maximo.oslc.MaximoConnector
 
maximoConnector(MaximoConnector) - Method in class com.ibm.maximo.oslc.Resource
 
maxOn(String) - Method in class com.ibm.maximo.oslc.Aggregation
 
maxOn(String, String) - Method in class com.ibm.maximo.oslc.Aggregation
 
maxrest() - Method in class com.ibm.maximo.oslc.Options
 
member(int) - Method in class com.ibm.maximo.oslc.AttachmentSet
Get the member of attachmentset
member(String) - Method in class com.ibm.maximo.oslc.AttachmentSet
 
member(int) - Method in class com.ibm.maximo.oslc.ResourceSet
get the member in ResourceSet
merge(JsonObject, String, String...) - Method in class com.ibm.maximo.oslc.BulkProcessor
 
merge(String, JsonObject, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
merge(String, JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
merge(JsonObject, String...) - Method in class com.ibm.maximo.oslc.Resource
 
merge(JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.Resource
 
mergeSync(String, JsonObject, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
mergeSync(String, JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
mergeSync(JsonObject, String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
mergeSync(JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
meta(String, String) - Method in class com.ibm.maximo.oslc.Attachment
 
minOn(String) - Method in class com.ibm.maximo.oslc.Aggregation
 
minOn(String, String) - Method in class com.ibm.maximo.oslc.Aggregation
 
mt(boolean) - Method in class com.ibm.maximo.oslc.Options
 

N

name(String) - Method in class com.ibm.maximo.oslc.Attachment
 
name(String) - Method in class com.ibm.maximo.oslc.SavedQuery
 
nextPage() - Method in class com.ibm.maximo.oslc.ResourceSet
Go to nextPage

O

options(Options) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
Options - Class in com.ibm.maximo.oslc
Options is served for MaximoConnector.
Options() - Constructor for class com.ibm.maximo.oslc.Options
 
orderBy(String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
OslcException - Exception in com.ibm.maximo.oslc
 
OslcException(int, String, Throwable) - Constructor for exception com.ibm.maximo.oslc.OslcException
 
OslcException(int, String) - Constructor for exception com.ibm.maximo.oslc.OslcException
 
OslcException(String) - Constructor for exception com.ibm.maximo.oslc.OslcException
 
OslcException(JsonObject) - Constructor for exception com.ibm.maximo.oslc.OslcException
 

P

pageSize(int) - Method in class com.ibm.maximo.oslc.ResourceSet
 
paging(boolean) - Method in class com.ibm.maximo.oslc.ResourceSet
 
params(Map<String, Object>) - Method in class com.ibm.maximo.oslc.SavedQuery
 
password(String) - Method in class com.ibm.maximo.oslc.Options
 
port(int) - Method in class com.ibm.maximo.oslc.Options
 
previousPage() - Method in class com.ibm.maximo.oslc.ResourceSet
Go back to previous page
processBulk() - Method in class com.ibm.maximo.oslc.BulkProcessor
 
processGroupBy() - Method in class com.ibm.maximo.oslc.Aggregation
 

Q

QuerySelect - Class in com.ibm.maximo.oslc
 
QuerySelect() - Constructor for class com.ibm.maximo.oslc.QuerySelect
 
QueryWhere - Class in com.ibm.maximo.oslc
 
QueryWhere() - Constructor for class com.ibm.maximo.oslc.QueryWhere
 

R

readFile2JsonArray(String) - Static method in class com.ibm.maximo.oslc.Util
 
readFile2JsonObject(String) - Static method in class com.ibm.maximo.oslc.Util
 
relatedResource(String) - Method in class com.ibm.maximo.oslc.Resource
 
reload() - Method in class com.ibm.maximo.oslc.Attachment
 
reload() - Method in class com.ibm.maximo.oslc.AttachmentSet
 
reload() - Method in class com.ibm.maximo.oslc.Resource
 
reload(String...) - Method in class com.ibm.maximo.oslc.Resource
 
reload() - Method in class com.ibm.maximo.oslc.ResourceSet
 
reloadMeta() - Method in class com.ibm.maximo.oslc.Attachment
 
resource(String, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
Resource - Class in com.ibm.maximo.oslc
Resource implement the operations on Resource.
Resource(JsonObject) - Constructor for class com.ibm.maximo.oslc.Resource
 
Resource(JsonObject, MaximoConnector) - Constructor for class com.ibm.maximo.oslc.Resource
 
Resource(String) - Constructor for class com.ibm.maximo.oslc.Resource
 
Resource(String, MaximoConnector) - Constructor for class com.ibm.maximo.oslc.Resource
 
resourceSet() - Method in class com.ibm.maximo.oslc.MaximoConnector
 
resourceSet(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
resourceSet(URL) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
ResourceSet - Class in com.ibm.maximo.oslc
ResourceSet implement the operations on ResourceSet.
ResourceSet(String) - Constructor for class com.ibm.maximo.oslc.ResourceSet
 
ResourceSet(MaximoConnector) - Constructor for class com.ibm.maximo.oslc.ResourceSet
 
ResourceSet(String, MaximoConnector) - Constructor for class com.ibm.maximo.oslc.ResourceSet
 
ResourceSet(URL, MaximoConnector) - Constructor for class com.ibm.maximo.oslc.ResourceSet
 

S

savedQuery(String, Map<String, Object>) - Method in class com.ibm.maximo.oslc.ResourceSet
 
savedQuery(SavedQuery) - Method in class com.ibm.maximo.oslc.ResourceSet
 
SavedQuery - Class in com.ibm.maximo.oslc
 
SavedQuery() - Constructor for class com.ibm.maximo.oslc.SavedQuery
 
SavedQuery(String, Map<String, Object>) - Constructor for class com.ibm.maximo.oslc.SavedQuery
 
savedQueryClause() - Method in class com.ibm.maximo.oslc.SavedQuery
 
searchAttributes(String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
select(String...) - Method in class com.ibm.maximo.oslc.QuerySelect
 
select(String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
setAuth(String) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
setAuth(String, Proxy) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
setHeaders(HttpURLConnection, Map<String, Object>) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
setLoaded(boolean) - Method in class com.ibm.maximo.oslc.Resource
Support pre-load resource.
setMethod(HttpURLConnection, String, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
sortBy(String...) - Method in class com.ibm.maximo.oslc.Aggregation
 
stablePaging(boolean) - Method in class com.ibm.maximo.oslc.ResourceSet
 
startsWith(String) - Method in class com.ibm.maximo.oslc.QueryWhere
 
stringValue(Object) - Static method in class com.ibm.maximo.oslc.Util
 
sumOn(String) - Method in class com.ibm.maximo.oslc.Aggregation
 
sumOn(String, String) - Method in class com.ibm.maximo.oslc.Aggregation
 
sync(String, JsonObject, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
sync(String, JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
sync(JsonObject, String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 
sync(JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.ResourceSet
 

T

tenantCode(String) - Method in class com.ibm.maximo.oslc.Options
 
TestOSLCApi - Class in com.ibm.maximo.oslc
Note: the create/update/delete operation will cause the data change.
TestOSLCApi() - Constructor for class com.ibm.maximo.oslc.TestOSLCApi
 
thisPageSize() - Method in class com.ibm.maximo.oslc.AttachmentSet
 
toDoc() - Method in class com.ibm.maximo.oslc.Attachment
 
toDocMeta() - Method in class com.ibm.maximo.oslc.Attachment
Get Attachment data in JSON
toDocMetaBytes() - Method in class com.ibm.maximo.oslc.Attachment
Get Attachment data in JSONBytes
toJSON() - Method in class com.ibm.maximo.oslc.AttachmentSet
Get AttahcmentSet data in JSON
toJSON() - Method in class com.ibm.maximo.oslc.Resource
Get Resource data in JSON
toJSON() - Method in class com.ibm.maximo.oslc.ResourceSet
Get ResourceSet data in JSON
toJSONBytes() - Method in class com.ibm.maximo.oslc.AttachmentSet
Get AttahcmentSet data in JSONBytes
toJSONBytes() - Method in class com.ibm.maximo.oslc.Resource
Get Resource data in JSONBytes
toJSONBytes() - Method in class com.ibm.maximo.oslc.ResourceSet
Get ResourceSet data in JSONBytes
totalCount() - Method in class com.ibm.maximo.oslc.ResourceSet
Count the total number of Resources by calling RESTful API
totalCount(boolean) - Method in class com.ibm.maximo.oslc.ResourceSet
Count the total number of Resources.

U

update(JsonObject, String, String...) - Method in class com.ibm.maximo.oslc.BulkProcessor
 
update(String, JsonObject, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
Update the Resource
update(String, JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.MaximoConnector
 
update(JsonObject, String...) - Method in class com.ibm.maximo.oslc.Resource
Update the Resource
update(JsonObject, Map<String, Object>, String...) - Method in class com.ibm.maximo.oslc.Resource
 
uri(String) - Method in class com.ibm.maximo.oslc.Resource
 
urlEncode(String) - Static method in class com.ibm.maximo.oslc.Util
 
user(String) - Method in class com.ibm.maximo.oslc.Options
 
Util - Class in com.ibm.maximo.oslc
 
Util() - Constructor for class com.ibm.maximo.oslc.Util
 

W

where(String) - Method in class com.ibm.maximo.oslc.QueryWhere
 
where(String) - Method in class com.ibm.maximo.oslc.ResourceSet
 
where(QueryWhere) - Method in class com.ibm.maximo.oslc.ResourceSet
 
whereClause() - Method in class com.ibm.maximo.oslc.QueryWhere
 
wwwURI(String) - Method in class com.ibm.maximo.oslc.Attachment
 
A B C D E F G H I J L M N O P Q R S T U W 

Copyright © 2018. All rights reserved.