Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ACK - Enum constant in enum class org.opfab.cards.model.CardOperationTypeEnum
- ACTION - Enum constant in enum class org.opfab.avro.SeverityType
- ACTION - Enum constant in enum class org.opfab.cards.model.SeverityEnum
- actions(List<CardActionEnum>) - Method in class org.opfab.cards.model.Card
- ADD - Enum constant in enum class org.opfab.cards.model.CardOperationTypeEnum
- addActionsItem(CardActionEnum) - Method in class org.opfab.cards.model.Card
- addByhourItem(Integer) - Method in class org.opfab.cards.model.RRule
- addByminuteItem(Integer) - Method in class org.opfab.cards.model.RRule
- addBymonthdayItem(Integer) - Method in class org.opfab.cards.model.RRule
- addBymonthItem(Integer) - Method in class org.opfab.cards.model.RRule
- addBysetposItem(Integer) - Method in class org.opfab.cards.model.RRule
- addByweekdayItem(DayEnum) - Method in class org.opfab.cards.model.RRule
- addChildCardsItem(Card) - Method in class org.opfab.cards.model.InlineResponse200
- addContentItem(LightCard) - Method in class org.opfab.cards.model.LightCardPage
- addEntitiesAcksItem(String) - Method in class org.opfab.cards.model.Card
- addEntitiesAcksItem(String) - Method in class org.opfab.cards.model.LightCard
- addEntitiesAllowedToEditItem(String) - Method in class org.opfab.cards.model.Card
- addEntitiesAllowedToEditItem(String) - Method in class org.opfab.cards.model.LightCard
- addEntitiesAllowedToRespondItem(String) - Method in class org.opfab.cards.model.Card
- addEntitiesAllowedToRespondItem(String) - Method in class org.opfab.cards.model.LightCard
- addEntitiesConnectedItem(String) - Method in class org.opfab.cards.model.Connection
- addEntitiesRequiredToRespondItem(String) - Method in class org.opfab.cards.model.Card
- addEntitiesRequiredToRespondItem(String) - Method in class org.opfab.cards.model.LightCard
- addEntityRecipientsForInformationItem(String) - Method in class org.opfab.cards.model.Card
- addEntityRecipientsForInformationItem(String) - Method in class org.opfab.cards.model.LightCard
- addEntityRecipientsItem(String) - Method in class org.opfab.cards.model.Card
- addEntityRecipientsItem(String) - Method in class org.opfab.cards.model.LightCard
- addExternalRecipientsItem(String) - Method in class org.opfab.cards.model.Card
- addFilterItem(String) - Method in class org.opfab.cards.model.FilterModel
- addFiltersItem(FilterModel) - Method in class org.opfab.cards.model.CardsFilter
- addGroupRecipientsItem(String) - Method in class org.opfab.cards.model.Card
- addGroupRecipientsItem(String) - Method in class org.opfab.cards.model.LightCard
- addGroupsItem(String) - Method in class org.opfab.cards.model.Connection
- addSelectedFieldsItem(String) - Method in class org.opfab.cards.model.CardsFilter
- addTagsItem(String) - Method in class org.opfab.cards.model.Card
- addTagsItem(String) - Method in class org.opfab.cards.model.LightCard
- addTimeSpansItem(TimeSpan) - Method in class org.opfab.cards.model.Card
- addTimeSpansItem(TimeSpan) - Method in class org.opfab.cards.model.LightCard
- addUserRecipientsItem(String) - Method in class org.opfab.cards.model.Card
- addUserRecipientsItem(String) - Method in class org.opfab.cards.model.LightCard
- addUsersReadsItem(String) - Method in class org.opfab.cards.model.LightCard
- adminMode(Boolean) - Method in class org.opfab.cards.model.CardsFilter
- ALARM - Enum constant in enum class org.opfab.avro.SeverityType
- ALARM - Enum constant in enum class org.opfab.cards.model.SeverityEnum
- AND - Enum constant in enum class org.opfab.cards.model.FilterOperationTypeEnum
B
- BLANK - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- build() - Method in class org.opfab.avro.Card.Builder
- build() - Method in class org.opfab.avro.CardCommand.Builder
- build() - Method in class org.opfab.avro.I18n.Builder
- build() - Method in class org.opfab.avro.ResponseCard.Builder
- build() - Method in class org.opfab.avro.TimeSpan.Builder
- byhour(List<Integer>) - Method in class org.opfab.cards.model.RRule
- byminute(List<Integer>) - Method in class org.opfab.cards.model.RRule
- bymonth(List<Integer>) - Method in class org.opfab.cards.model.RRule
- bymonthday(List<Integer>) - Method in class org.opfab.cards.model.RRule
- bysetpos(List<Integer>) - Method in class org.opfab.cards.model.RRule
- byweekday(List<DayEnum>) - Method in class org.opfab.cards.model.RRule
C
- card(Card) - Method in class org.opfab.cards.model.InlineResponse200
- card(LightCard) - Method in class org.opfab.cards.model.CardOperation
- Card - Class in org.opfab.avro
- Card - Class in org.opfab.cards.model
-
A Card sums up information about the status of a given process instance of the publishing service
- Card() - Constructor for class org.opfab.avro.Card
-
Default constructor.
- Card() - Constructor for class org.opfab.cards.model.Card
- Card(String, String, String, String, String, Instant, Instant, Instant, Instant, Instant, SeverityType, List<String>, List<TimeSpan>, I18n, I18n, String, String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, String, String, String, Boolean, Boolean, PublisherTypeEnum, String, PublisherTypeEnum, Integer) - Constructor for class org.opfab.avro.Card
-
All-args constructor.
- Card.Builder - Class in org.opfab.avro
-
RecordBuilder for Card instances.
- CardActionEnum - Enum Class in org.opfab.cards.model
-
Defines the actions to be done when card is received PROPAGATE_READ_ACK_TO_PARENT_CARD KEEP_CHILD_CARDS KEEP_EXISTING_ACKS_AND_READS KEEP_EXISTING_PUBLISH_DATE STORE_ONLY_IN_ARCHIVES NOT_NOTIFIED Note : This enum is created by hand because Swagger can't handle enums.
- CardCommand - Class in org.opfab.avro
- CardCommand() - Constructor for class org.opfab.avro.CardCommand
-
Default constructor.
- CardCommand(CommandType, Card, ResponseCard) - Constructor for class org.opfab.avro.CardCommand
-
All-args constructor.
- CardCommand.Builder - Class in org.opfab.avro
-
RecordBuilder for CardCommand instances.
- CardCommandProtocol - Interface in org.opfab.avro
- CardCommandProtocol.Callback - Interface in org.opfab.avro
- CardCreationReport - Class in org.opfab.cards.model
-
Created card report
- CardCreationReport() - Constructor for class org.opfab.cards.model.CardCreationReport
- cardId(String) - Method in class org.opfab.cards.model.CardOperation
- CardOperation - Class in org.opfab.cards.model
-
Operation to do: Add, Update or Delete a card
- CardOperation() - Constructor for class org.opfab.cards.model.CardOperation
- CardOperationTypeEnum - Enum Class in org.opfab.cards.model
-
the severity of the card subject: ADDOperation lists cards object to add UPDATEOperation lists cards object to update DELETEOperation lists card ids to delete ACKOperation lists card ids to ack UNACKOperation lists card ids to unack Note : This enum is created by hand because Swagger can't handle enums.
- CardProtocol - Interface in org.opfab.avro
- CardProtocol.Callback - Interface in org.opfab.avro
- CardsFilter - Class in org.opfab.cards.model
-
CardsFilter
- CardsFilter() - Constructor for class org.opfab.cards.model.CardsFilter
- childCards(List<Card>) - Method in class org.opfab.cards.model.InlineResponse200
- clearCard() - Method in class org.opfab.avro.CardCommand.Builder
-
Clears the value of the 'card' field.
- clearCommand() - Method in class org.opfab.avro.CardCommand.Builder
-
Clears the value of the 'command' field.
- clearData() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'data' field.
- clearData() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'data' field.
- clearEnd() - Method in class org.opfab.avro.TimeSpan.Builder
-
Clears the value of the 'end' field.
- clearEndDate() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'endDate' field.
- clearEndDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'endDate' field.
- clearEntitiesAllowedToEdit() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'entitiesAllowedToEdit' field.
- clearEntitiesAllowedToEdit() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'entitiesAllowedToEdit' field.
- clearEntitiesAllowedToRespond() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'entitiesAllowedToRespond' field.
- clearEntitiesAllowedToRespond() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'entitiesAllowedToRespond' field.
- clearEntitiesRequiredToRespond() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'entitiesRequiredToRespond' field.
- clearEntitiesRequiredToRespond() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'entitiesRequiredToRespond' field.
- clearEntityRecipients() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'entityRecipients' field.
- clearEntityRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'entityRecipients' field.
- clearExpirationDate() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'expirationDate' field.
- clearExpirationDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'expirationDate' field.
- clearExternalRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'externalRecipients' field.
- clearGroupRecipients() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'groupRecipients' field.
- clearGroupRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'groupRecipients' field.
- clearHasBeenAcknowledged() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'hasBeenAcknowledged' field.
- clearHasBeenAcknowledged() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'hasBeenAcknowledged' field.
- clearHasBeenRead() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'hasBeenRead' field.
- clearHasBeenRead() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'hasBeenRead' field.
- clearId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'id' field.
- clearInitialParentCardUid() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'initialParentCardUid' field.
- clearKey() - Method in class org.opfab.avro.I18n.Builder
-
Clears the value of the 'key' field.
- clearLttd() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'lttd' field.
- clearLttd() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'lttd' field.
- clearParameters() - Method in class org.opfab.avro.I18n.Builder
-
Clears the value of the 'parameters' field.
- clearParentCardId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'parentCardId' field.
- clearProcess() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'process' field.
- clearProcess() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'process' field.
- clearProcessInstanceId() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'processInstanceId' field.
- clearProcessInstanceId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'processInstanceId' field.
- clearProcessVersion() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'processVersion' field.
- clearProcessVersion() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'processVersion' field.
- clearPublishDate() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'publishDate' field.
- clearPublishDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'publishDate' field.
- clearPublisher() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'publisher' field.
- clearPublisher() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'publisher' field.
- clearPublisherType() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'publisherType' field.
- clearPublisherType() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'publisherType' field.
- clearRepresentative() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'representative' field.
- clearRepresentative() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'representative' field.
- clearRepresentativeType() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'representativeType' field.
- clearRepresentativeType() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'representativeType' field.
- clearResponseCard() - Method in class org.opfab.avro.CardCommand.Builder
-
Clears the value of the 'responseCard' field.
- clearSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'secondsBeforeTimeSpanForReminder' field.
- clearSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'secondsBeforeTimeSpanForReminder' field.
- clearSeverity() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'severity' field.
- clearSeverity() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'severity' field.
- clearStart() - Method in class org.opfab.avro.TimeSpan.Builder
-
Clears the value of the 'start' field.
- clearStartDate() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'startDate' field.
- clearStartDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'startDate' field.
- clearState() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'state' field.
- clearState() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'state' field.
- clearSummary() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'summary' field.
- clearSummary() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'summary' field.
- clearSummaryTranslated() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'summaryTranslated' field.
- clearSummaryTranslated() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'summaryTranslated' field.
- clearTags() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'tags' field.
- clearTags() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'tags' field.
- clearTimeSpans() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'timeSpans' field.
- clearTimeSpans() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'timeSpans' field.
- clearTitle() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'title' field.
- clearTitle() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'title' field.
- clearTitleTranslated() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'titleTranslated' field.
- clearTitleTranslated() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'titleTranslated' field.
- clearUid() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'uid' field.
- clearUserRecipients() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'userRecipients' field.
- clearUserRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'userRecipients' field.
- clearWktGeometry() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'wktGeometry' field.
- clearWktGeometry() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'wktGeometry' field.
- clearWktProjection() - Method in class org.opfab.avro.Card.Builder
-
Clears the value of the 'wktProjection' field.
- clearWktProjection() - Method in class org.opfab.avro.ResponseCard.Builder
-
Clears the value of the 'wktProjection' field.
- columnName(String) - Method in class org.opfab.cards.model.FilterModel
- CommandType - Enum Class in org.opfab.avro
- COMPLIANT - Enum constant in enum class org.opfab.avro.SeverityType
- COMPLIANT - Enum constant in enum class org.opfab.cards.model.SeverityEnum
- Connection - Class in org.opfab.cards.model
-
Object representing a user connection (subscription)
- Connection() - Constructor for class org.opfab.cards.model.Connection
- CONTAINS - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- content(List<LightCard>) - Method in class org.opfab.cards.model.LightCardPage
- count(Integer) - Method in class org.opfab.cards.model.RRule
- CREATE_CARD - Enum constant in enum class org.opfab.avro.CommandType
- createDecoder(SchemaStore) - Static method in class org.opfab.avro.Card
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class org.opfab.avro.CardCommand
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class org.opfab.avro.I18n
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class org.opfab.avro.ResponseCard
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - createDecoder(SchemaStore) - Static method in class org.opfab.avro.TimeSpan
-
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. - customDecode(ResolvingDecoder) - Method in class org.opfab.avro.I18n
- customEncode(Encoder) - Method in class org.opfab.avro.I18n
D
- DAILY - Enum constant in enum class org.opfab.cards.model.FreqEnum
- data(Object) - Method in class org.opfab.cards.model.Card
- DayEnum - Enum Class in org.opfab.cards.model
-
Defines the days of the week MO TU WE TH FR SA SU Note : This enum is created by hand because Swagger can't handle enums.
- DELETE - Enum constant in enum class org.opfab.cards.model.CardOperationTypeEnum
- DELETE_CARD - Enum constant in enum class org.opfab.avro.CommandType
- durationInMinutes(Integer) - Method in class org.opfab.cards.model.RRule
E
- end(Instant) - Method in class org.opfab.cards.model.TimeSpan
- endDate(Instant) - Method in class org.opfab.cards.model.Card
- endDate(Instant) - Method in class org.opfab.cards.model.LightCard
- ENDSWITH - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- entitiesAcks(List<String>) - Method in class org.opfab.cards.model.Card
- entitiesAcks(List<String>) - Method in class org.opfab.cards.model.LightCard
- entitiesAllowedToEdit(List<String>) - Method in class org.opfab.cards.model.Card
- entitiesAllowedToEdit(List<String>) - Method in class org.opfab.cards.model.LightCard
- entitiesAllowedToRespond(List<String>) - Method in class org.opfab.cards.model.Card
- entitiesAllowedToRespond(List<String>) - Method in class org.opfab.cards.model.LightCard
- entitiesConnected(List<String>) - Method in class org.opfab.cards.model.Connection
- entitiesRequiredToRespond(List<String>) - Method in class org.opfab.cards.model.Card
- entitiesRequiredToRespond(List<String>) - Method in class org.opfab.cards.model.LightCard
- ENTITY - Enum constant in enum class org.opfab.avro.PublisherTypeEnum
- ENTITY - Enum constant in enum class org.opfab.cards.model.PublisherTypeEnum
- entityRecipients(List<String>) - Method in class org.opfab.cards.model.Card
- entityRecipients(List<String>) - Method in class org.opfab.cards.model.LightCard
- entityRecipientsForInformation(List<String>) - Method in class org.opfab.cards.model.Card
- entityRecipientsForInformation(List<String>) - Method in class org.opfab.cards.model.LightCard
- equals(Object) - Method in class org.opfab.cards.model.Card
- equals(Object) - Method in class org.opfab.cards.model.CardCreationReport
- equals(Object) - Method in class org.opfab.cards.model.CardOperation
- equals(Object) - Method in class org.opfab.cards.model.CardsFilter
- equals(Object) - Method in class org.opfab.cards.model.Connection
- equals(Object) - Method in class org.opfab.cards.model.FieldToTranslate
- equals(Object) - Method in class org.opfab.cards.model.FilterModel
- equals(Object) - Method in class org.opfab.cards.model.I18n
- equals(Object) - Method in class org.opfab.cards.model.InlineResponse200
- equals(Object) - Method in class org.opfab.cards.model.LightCard
- equals(Object) - Method in class org.opfab.cards.model.LightCardPage
- equals(Object) - Method in class org.opfab.cards.model.RRule
- equals(Object) - Method in class org.opfab.cards.model.Subscription
- equals(Object) - Method in class org.opfab.cards.model.TimeSpan
- EQUALS - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- expirationDate(Instant) - Method in class org.opfab.cards.model.Card
- expirationDate(Instant) - Method in class org.opfab.cards.model.LightCard
- EXTERNAL - Enum constant in enum class org.opfab.avro.PublisherTypeEnum
- EXTERNAL - Enum constant in enum class org.opfab.cards.model.PublisherTypeEnum
- externalRecipients(List<String>) - Method in class org.opfab.cards.model.Card
F
- FieldToTranslate - Class in org.opfab.cards.model
-
Card field to translate with i18n value
- FieldToTranslate() - Constructor for class org.opfab.cards.model.FieldToTranslate
- filter(List<String>) - Method in class org.opfab.cards.model.FilterModel
- FilterMatchTypeEnum - Enum Class in org.opfab.cards.model
-
Type of match to do between column value and filter value Note : This enum is created by hand because Swagger can't handle enums.
- FilterModel - Class in org.opfab.cards.model
-
FilterModel
- FilterModel() - Constructor for class org.opfab.cards.model.FilterModel
- FilterOperationTypeEnum - Enum Class in org.opfab.cards.model
-
Type of operation between 2 filter conditions Note : This enum is created by hand because Swagger can't handle enums.
- filters(List<FilterModel>) - Method in class org.opfab.cards.model.CardsFilter
- first(Boolean) - Method in class org.opfab.cards.model.LightCardPage
- firstName(String) - Method in class org.opfab.cards.model.Connection
- FR - Enum constant in enum class org.opfab.cards.model.DayEnum
- freq(FreqEnum) - Method in class org.opfab.cards.model.RRule
- FreqEnum - Enum Class in org.opfab.cards.model
-
Define the frequency for the recurrence SECONDLY MINUTELY HOURLY DAILY WEEKLY MONTHLY YEARLY Note : This enum is created by hand because Swagger can't handle enums.
- fromByteBuffer(ByteBuffer) - Static method in class org.opfab.avro.Card
-
Deserializes a Card from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class org.opfab.avro.CardCommand
-
Deserializes a CardCommand from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class org.opfab.avro.I18n
-
Deserializes a I18n from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class org.opfab.avro.ResponseCard
-
Deserializes a ResponseCard from a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Static method in class org.opfab.avro.TimeSpan
-
Deserializes a TimeSpan from a ByteBuffer.
G
- get(int) - Method in class org.opfab.avro.Card
- get(int) - Method in class org.opfab.avro.CardCommand
- get(int) - Method in class org.opfab.avro.I18n
- get(int) - Method in class org.opfab.avro.ResponseCard
- get(int) - Method in class org.opfab.avro.TimeSpan
- getActions() - Method in class org.opfab.cards.model.Card
-
Get actions
- getAdminMode() - Method in class org.opfab.cards.model.CardsFilter
-
Get adminMode
- getByhour() - Method in class org.opfab.cards.model.RRule
-
Defines a list of hours of the day for the recurrence (from 0 to 23)
- getByminute() - Method in class org.opfab.cards.model.RRule
-
Defines a list of minutes within an hour for the recurrence (from 0 to 59)
- getBymonth() - Method in class org.opfab.cards.model.RRule
-
Defines a list of months of the year for the recurrence (from 1 to 12, 1 representing January)
- getBymonthday() - Method in class org.opfab.cards.model.RRule
-
Defines the month days to apply the recurrence to
- getBysetpos() - Method in class org.opfab.cards.model.RRule
-
Array of integers, positive or negative.
- getByweekday() - Method in class org.opfab.cards.model.RRule
-
Defines a list of days of the week for the recurrence
- getCard() - Method in class org.opfab.avro.CardCommand.Builder
-
Gets the value of the 'card' field.
- getCard() - Method in class org.opfab.avro.CardCommand
-
Gets the value of the 'card' field.
- getCard() - Method in class org.opfab.cards.model.CardOperation
-
Card object to be added or updated.
- getCard() - Method in class org.opfab.cards.model.InlineResponse200
-
Get card
- getCardBuilder() - Method in class org.opfab.avro.CardCommand.Builder
-
Gets the Builder instance for the 'card' field and creates one if it doesn't exist yet.
- getCardId() - Method in class org.opfab.cards.model.CardOperation
-
ID of card to be deleted.
- getChildCards() - Method in class org.opfab.cards.model.InlineResponse200
-
Get childCards
- getClassSchema() - Static method in class org.opfab.avro.Card
- getClassSchema() - Static method in class org.opfab.avro.CardCommand
- getClassSchema() - Static method in enum class org.opfab.avro.CommandType
- getClassSchema() - Static method in class org.opfab.avro.I18n
- getClassSchema() - Static method in enum class org.opfab.avro.PublisherTypeEnum
- getClassSchema() - Static method in class org.opfab.avro.ResponseCard
- getClassSchema() - Static method in enum class org.opfab.avro.SeverityType
- getClassSchema() - Static method in class org.opfab.avro.TimeSpan
- getColumnName() - Method in class org.opfab.cards.model.FilterModel
-
Get columnName
- getCommand() - Method in class org.opfab.avro.CardCommand.Builder
-
Gets the value of the 'command' field.
- getCommand() - Method in class org.opfab.avro.CardCommand
-
Gets the value of the 'command' field.
- getContent() - Method in class org.opfab.cards.model.LightCardPage
-
LightCard objects making up the required result page
- getConversion(int) - Method in class org.opfab.avro.Card
- getConversion(int) - Method in class org.opfab.avro.ResponseCard
- getConversion(int) - Method in class org.opfab.avro.TimeSpan
- getCount() - Method in class org.opfab.cards.model.RRule
-
Defines the number of occurrences at which to range-bound the recurrence
- getData() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'data' field.
- getData() - Method in class org.opfab.avro.Card
-
Gets the value of the 'data' field.
- getData() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'data' field.
- getData() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'data' field.
- getData() - Method in class org.opfab.cards.model.Card
-
Business data
- getDecoder() - Static method in class org.opfab.avro.Card
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class org.opfab.avro.CardCommand
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class org.opfab.avro.I18n
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class org.opfab.avro.ResponseCard
-
Return the BinaryMessageDecoder instance used by this class.
- getDecoder() - Static method in class org.opfab.avro.TimeSpan
-
Return the BinaryMessageDecoder instance used by this class.
- getDurationInMinutes() - Method in class org.opfab.cards.model.RRule
-
Duration in minutes of the event minimum: 0
- getEncoder() - Static method in class org.opfab.avro.Card
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class org.opfab.avro.CardCommand
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class org.opfab.avro.I18n
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class org.opfab.avro.ResponseCard
-
Return the BinaryMessageEncoder instance used by this class.
- getEncoder() - Static method in class org.opfab.avro.TimeSpan
-
Return the BinaryMessageEncoder instance used by this class.
- getEnd() - Method in class org.opfab.avro.TimeSpan.Builder
-
Gets the value of the 'end' field.
- getEnd() - Method in class org.opfab.avro.TimeSpan
-
Gets the value of the 'end' field.
- getEnd() - Method in class org.opfab.cards.model.TimeSpan
-
Span end (must be after start)
- getEndDate() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'endDate' field.
- getEndDate() - Method in class org.opfab.avro.Card
-
Gets the value of the 'endDate' field.
- getEndDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'endDate' field.
- getEndDate() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'endDate' field.
- getEndDate() - Method in class org.opfab.cards.model.Card
-
Card validity end time (must be after startDate)
- getEndDate() - Method in class org.opfab.cards.model.LightCard
-
Card validity end time
- getEntitiesAcks() - Method in class org.opfab.cards.model.Card
-
List of entities that acknowledged the card
- getEntitiesAcks() - Method in class org.opfab.cards.model.LightCard
-
List of entities that have acknowledged the card
- getEntitiesAllowedToEdit() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'entitiesAllowedToEdit' field.
- getEntitiesAllowedToEdit() - Method in class org.opfab.avro.Card
-
Gets the value of the 'entitiesAllowedToEdit' field.
- getEntitiesAllowedToEdit() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'entitiesAllowedToEdit' field.
- getEntitiesAllowedToEdit() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'entitiesAllowedToEdit' field.
- getEntitiesAllowedToEdit() - Method in class org.opfab.cards.model.Card
-
List of entities that can edit the card
- getEntitiesAllowedToEdit() - Method in class org.opfab.cards.model.LightCard
-
List of entities that can edit the card
- getEntitiesAllowedToRespond() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'entitiesAllowedToRespond' field.
- getEntitiesAllowedToRespond() - Method in class org.opfab.avro.Card
-
Gets the value of the 'entitiesAllowedToRespond' field.
- getEntitiesAllowedToRespond() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'entitiesAllowedToRespond' field.
- getEntitiesAllowedToRespond() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'entitiesAllowedToRespond' field.
- getEntitiesAllowedToRespond() - Method in class org.opfab.cards.model.Card
-
List of entities that can respond
- getEntitiesAllowedToRespond() - Method in class org.opfab.cards.model.LightCard
-
List of entities that can respond
- getEntitiesConnected() - Method in class org.opfab.cards.model.Connection
-
List of entities the user is attached to
- getEntitiesRequiredToRespond() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'entitiesRequiredToRespond' field.
- getEntitiesRequiredToRespond() - Method in class org.opfab.avro.Card
-
Gets the value of the 'entitiesRequiredToRespond' field.
- getEntitiesRequiredToRespond() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'entitiesRequiredToRespond' field.
- getEntitiesRequiredToRespond() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'entitiesRequiredToRespond' field.
- getEntitiesRequiredToRespond() - Method in class org.opfab.cards.model.Card
-
List of entities that have to respond.
- getEntitiesRequiredToRespond() - Method in class org.opfab.cards.model.LightCard
-
List of entities that have to respond.
- getEntityRecipients() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'entityRecipients' field.
- getEntityRecipients() - Method in class org.opfab.avro.Card
-
Gets the value of the 'entityRecipients' field.
- getEntityRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'entityRecipients' field.
- getEntityRecipients() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'entityRecipients' field.
- getEntityRecipients() - Method in class org.opfab.cards.model.Card
-
List of entity recipients
- getEntityRecipients() - Method in class org.opfab.cards.model.LightCard
-
List of entity recipients
- getEntityRecipientsForInformation() - Method in class org.opfab.cards.model.Card
-
List of entity recipients for information : Among entityRecipients which one are only for information.
- getEntityRecipientsForInformation() - Method in class org.opfab.cards.model.LightCard
-
List of entity recipients for information : Among entityRecipients which one are only for information.
- getExpirationDate() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'expirationDate' field.
- getExpirationDate() - Method in class org.opfab.avro.Card
-
Gets the value of the 'expirationDate' field.
- getExpirationDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'expirationDate' field.
- getExpirationDate() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'expirationDate' field.
- getExpirationDate() - Method in class org.opfab.cards.model.Card
-
Card deletion time (must be after startDate)
- getExpirationDate() - Method in class org.opfab.cards.model.LightCard
-
Card deletion time
- getExternalRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'externalRecipients' field.
- getExternalRecipients() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'externalRecipients' field.
- getExternalRecipients() - Method in class org.opfab.cards.model.Card
-
List of external recipients
- getFilter() - Method in class org.opfab.cards.model.FilterModel
-
Get filter
- getFilters() - Method in class org.opfab.cards.model.CardsFilter
-
Get filters
- getFirst() - Method in class org.opfab.cards.model.LightCardPage
-
Is true for the first page (page number = 0)
- getFirstName() - Method in class org.opfab.cards.model.Connection
-
First name of user
- getFreq() - Method in class org.opfab.cards.model.RRule
-
Frequency of the recurrence
- getGroupRecipients() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'groupRecipients' field.
- getGroupRecipients() - Method in class org.opfab.avro.Card
-
Gets the value of the 'groupRecipients' field.
- getGroupRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'groupRecipients' field.
- getGroupRecipients() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'groupRecipients' field.
- getGroupRecipients() - Method in class org.opfab.cards.model.Card
-
List of group recipients
- getGroupRecipients() - Method in class org.opfab.cards.model.LightCard
-
List of recipient groups
- getGroups() - Method in class org.opfab.cards.model.Connection
-
Groups of the user
- getHasBeenAcknowledged() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'hasBeenAcknowledged' field.
- getHasBeenAcknowledged() - Method in class org.opfab.avro.Card
-
Gets the value of the 'hasBeenAcknowledged' field.
- getHasBeenAcknowledged() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'hasBeenAcknowledged' field.
- getHasBeenAcknowledged() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'hasBeenAcknowledged' field.
- getHasBeenAcknowledged() - Method in class org.opfab.cards.model.Card
-
Is true if the card was acknowledged by current user
- getHasBeenAcknowledged() - Method in class org.opfab.cards.model.LightCard
-
Is true if the card was acknowledged by current user
- getHasBeenRead() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'hasBeenRead' field.
- getHasBeenRead() - Method in class org.opfab.avro.Card
-
Gets the value of the 'hasBeenRead' field.
- getHasBeenRead() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'hasBeenRead' field.
- getHasBeenRead() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'hasBeenRead' field.
- getHasBeenRead() - Method in class org.opfab.cards.model.Card
-
Is true if the card was read by current user
- getHasBeenRead() - Method in class org.opfab.cards.model.LightCard
-
Is true if the card was read by current user
- getI18nValue() - Method in class org.opfab.cards.model.FieldToTranslate
-
i18n value to translate
- getId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'id' field.
- getId() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'id' field.
- getId() - Method in class org.opfab.cards.model.Card
-
Unique card ID (as defined in the associated process)
- getId() - Method in class org.opfab.cards.model.CardCreationReport
-
ID of the process instance to which this card refers
- getId() - Method in class org.opfab.cards.model.LightCard
-
Unique card ID for associated process
- getIncludeChildCards() - Method in class org.opfab.cards.model.CardsFilter
-
Get includeChildCards
- getInitialParentCardUid() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'initialParentCardUid' field.
- getInitialParentCardUid() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'initialParentCardUid' field.
- getInitialParentCardUid() - Method in class org.opfab.cards.model.Card
-
The uid of the initial parent card if it's a child card (optional).
- getInitialParentCardUid() - Method in class org.opfab.cards.model.LightCard
-
The uid of the initial parent card if it's a child card (optional).
- getInterval() - Method in class org.opfab.cards.model.RRule
-
Represents at which intervals the recurrence rule repeats.
- getKey() - Method in class org.opfab.avro.I18n.Builder
-
Gets the value of the 'key' field.
- getKey() - Method in class org.opfab.avro.I18n
-
Gets the value of the 'key' field.
- getKey() - Method in class org.opfab.cards.model.I18n
-
i18n client side key
- getLast() - Method in class org.opfab.cards.model.LightCardPage
-
Is true for the last page
- getLastName() - Method in class org.opfab.cards.model.Connection
-
Last name of user
- getLatestUpdateOnly() - Method in class org.opfab.cards.model.CardsFilter
-
Get latestUpdateOnly
- getLogin() - Method in class org.opfab.cards.model.Connection
-
Login of user
- getLttd() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'lttd' field.
- getLttd() - Method in class org.opfab.avro.Card
-
Gets the value of the 'lttd' field.
- getLttd() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'lttd' field.
- getLttd() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'lttd' field.
- getLttd() - Method in class org.opfab.cards.model.Card
-
Last time to decide, after this date no action can be triggered on the card
- getLttd() - Method in class org.opfab.cards.model.LightCard
-
Last time to decide, after this date no action can be triggered on the card
- getMatchType() - Method in class org.opfab.cards.model.FilterModel
-
Get matchType
- getNumber() - Method in class org.opfab.cards.model.LightCardPage
-
Page number
- getNumberOfElements() - Method in class org.opfab.cards.model.LightCardPage
-
Number of elements in the current page
- getOperation() - Method in class org.opfab.cards.model.FilterModel
-
Get operation
- getPage() - Method in class org.opfab.cards.model.CardsFilter
-
Page number
- getParameters() - Method in class org.opfab.avro.I18n.Builder
-
Gets the value of the 'parameters' field.
- getParameters() - Method in class org.opfab.avro.I18n
-
Gets the value of the 'parameters' field.
- getParameters() - Method in class org.opfab.cards.model.I18n
-
Optional parameters
- getParentCardId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'parentCardId' field.
- getParentCardId() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'parentCardId' field.
- getParentCardId() - Method in class org.opfab.cards.model.Card
-
The id of the parent card if it's a child card (optional)
- getParentCardId() - Method in class org.opfab.cards.model.LightCard
-
The id of its parent card if it's a child card
- getProcess() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'process' field.
- getProcess() - Method in class org.opfab.avro.Card
-
Gets the value of the 'process' field.
- getProcess() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'process' field.
- getProcess() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'process' field.
- getProcess() - Method in class org.opfab.cards.model.Card
-
ID of the associated process
- getProcess() - Method in class org.opfab.cards.model.FieldToTranslate
-
Id of the process
- getProcess() - Method in class org.opfab.cards.model.LightCard
-
associated process name
- getProcessInstanceId() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'processInstanceId' field.
- getProcessInstanceId() - Method in class org.opfab.avro.Card
-
Gets the value of the 'processInstanceId' field.
- getProcessInstanceId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'processInstanceId' field.
- getProcessInstanceId() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'processInstanceId' field.
- getProcessInstanceId() - Method in class org.opfab.cards.model.Card
-
ID of the associated process instance
- getProcessInstanceId() - Method in class org.opfab.cards.model.LightCard
-
Unique process ID of the associated process instance
- getProcessVersion() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'processVersion' field.
- getProcessVersion() - Method in class org.opfab.avro.Card
-
Gets the value of the 'processVersion' field.
- getProcessVersion() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'processVersion' field.
- getProcessVersion() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'processVersion' field.
- getProcessVersion() - Method in class org.opfab.cards.model.Card
-
Version of the associated process
- getProcessVersion() - Method in class org.opfab.cards.model.FieldToTranslate
-
Version of the process
- getProcessVersion() - Method in class org.opfab.cards.model.LightCard
-
Publishing service version
- getPublishDate() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'publishDate' field.
- getPublishDate() - Method in class org.opfab.avro.Card
-
Gets the value of the 'publishDate' field.
- getPublishDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'publishDate' field.
- getPublishDate() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'publishDate' field.
- getPublishDate() - Method in class org.opfab.cards.model.Card
-
The date the card was published (meaning created by the card service)
- getPublishDate() - Method in class org.opfab.cards.model.LightCard
-
Publication time of the Card
- getPublisher() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'publisher' field.
- getPublisher() - Method in class org.opfab.avro.Card
-
Gets the value of the 'publisher' field.
- getPublisher() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'publisher' field.
- getPublisher() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'publisher' field.
- getPublisher() - Method in class org.opfab.cards.model.Card
-
Unique ID of the entity or service publishing the card
- getPublisher() - Method in class org.opfab.cards.model.LightCard
-
Publishing service unique ID
- getPublisherType() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'publisherType' field.
- getPublisherType() - Method in class org.opfab.avro.Card
-
Gets the value of the 'publisherType' field.
- getPublisherType() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'publisherType' field.
- getPublisherType() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'publisherType' field.
- getPublisherType() - Method in class org.opfab.cards.model.Card
-
Get publisherType
- getPublisherType() - Method in class org.opfab.cards.model.LightCard
-
Get publisherType
- getRangeEnd() - Method in class org.opfab.cards.model.Subscription
-
subscription range end time
- getRangeStart() - Method in class org.opfab.cards.model.Subscription
-
subscription range start time
- getRepresentative() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'representative' field.
- getRepresentative() - Method in class org.opfab.avro.Card
-
Gets the value of the 'representative' field.
- getRepresentative() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'representative' field.
- getRepresentative() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'representative' field.
- getRepresentative() - Method in class org.opfab.cards.model.Card
-
Used in case of sending card as a representative of an entity or a publisher (unique ID of the entity or publisher)
- getRepresentative() - Method in class org.opfab.cards.model.LightCard
-
Used in case of sending card as a representative of an entity or a publisher (unique ID of the entity or publisher)
- getRepresentativeType() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'representativeType' field.
- getRepresentativeType() - Method in class org.opfab.avro.Card
-
Gets the value of the 'representativeType' field.
- getRepresentativeType() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'representativeType' field.
- getRepresentativeType() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'representativeType' field.
- getRepresentativeType() - Method in class org.opfab.cards.model.Card
-
Get representativeType
- getRepresentativeType() - Method in class org.opfab.cards.model.LightCard
-
Get representativeType
- getResponseCard() - Method in class org.opfab.avro.CardCommand.Builder
-
Gets the value of the 'responseCard' field.
- getResponseCard() - Method in class org.opfab.avro.CardCommand
-
Gets the value of the 'responseCard' field.
- getResponseCardBuilder() - Method in class org.opfab.avro.CardCommand.Builder
-
Gets the Builder instance for the 'responseCard' field and creates one if it doesn't exist yet.
- getRRule() - Method in class org.opfab.cards.model.Card
-
Json object representing the recurrence of the card (as defined in the RFC 5545)
- getRRule() - Method in class org.opfab.cards.model.LightCard
-
Json object representing the recurrence of the card (as defined in the RFC 5545)
- getSchema() - Method in class org.opfab.avro.Card
- getSchema() - Method in class org.opfab.avro.CardCommand
- getSchema() - Method in enum class org.opfab.avro.CommandType
- getSchema() - Method in class org.opfab.avro.I18n
- getSchema() - Method in enum class org.opfab.avro.PublisherTypeEnum
- getSchema() - Method in class org.opfab.avro.ResponseCard
- getSchema() - Method in enum class org.opfab.avro.SeverityType
- getSchema() - Method in class org.opfab.avro.TimeSpan
- getSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'secondsBeforeTimeSpanForReminder' field.
- getSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.avro.Card
-
Gets the value of the 'secondsBeforeTimeSpanForReminder' field.
- getSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'secondsBeforeTimeSpanForReminder' field.
- getSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'secondsBeforeTimeSpanForReminder' field.
- getSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.cards.model.Card
-
Get secondsBeforeTimeSpanForReminder minimum: 0
- getSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.cards.model.LightCard
-
Get secondsBeforeTimeSpanForReminder
- getSelectedFields() - Method in class org.opfab.cards.model.CardsFilter
-
Get selectedFields
- getSeverity() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'severity' field.
- getSeverity() - Method in class org.opfab.avro.Card
-
Gets the value of the 'severity' field.
- getSeverity() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'severity' field.
- getSeverity() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'severity' field.
- getSeverity() - Method in class org.opfab.cards.model.Card
-
Card severity
- getSeverity() - Method in class org.opfab.cards.model.LightCard
-
Card severity
- getSize() - Method in class org.opfab.cards.model.CardsFilter
-
Page size (max number of items in page)
- getSize() - Method in class org.opfab.cards.model.LightCardPage
-
Page size (max number of items in page)
- getSpecificData() - Method in class org.opfab.avro.Card
- getSpecificData() - Method in class org.opfab.avro.CardCommand
- getSpecificData() - Method in class org.opfab.avro.I18n
- getSpecificData() - Method in class org.opfab.avro.ResponseCard
- getSpecificData() - Method in class org.opfab.avro.TimeSpan
- getStart() - Method in class org.opfab.avro.TimeSpan.Builder
-
Gets the value of the 'start' field.
- getStart() - Method in class org.opfab.avro.TimeSpan
-
Gets the value of the 'start' field.
- getStart() - Method in class org.opfab.cards.model.TimeSpan
-
Span start
- getStartDate() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'startDate' field.
- getStartDate() - Method in class org.opfab.avro.Card
-
Gets the value of the 'startDate' field.
- getStartDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'startDate' field.
- getStartDate() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'startDate' field.
- getStartDate() - Method in class org.opfab.cards.model.Card
-
Card validity start time
- getStartDate() - Method in class org.opfab.cards.model.LightCard
-
Card validity start time
- getState() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'state' field.
- getState() - Method in class org.opfab.avro.Card
-
Gets the value of the 'state' field.
- getState() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'state' field.
- getState() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'state' field.
- getState() - Method in class org.opfab.cards.model.Card
-
associated process state name
- getState() - Method in class org.opfab.cards.model.LightCard
-
associated process state name
- getSummary() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'summary' field.
- getSummary() - Method in class org.opfab.avro.Card
-
Gets the value of the 'summary' field.
- getSummary() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'summary' field.
- getSummary() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'summary' field.
- getSummary() - Method in class org.opfab.cards.model.Card
-
Card i18n summary
- getSummary() - Method in class org.opfab.cards.model.LightCard
-
Card i18n summary
- getSummaryBuilder() - Method in class org.opfab.avro.Card.Builder
-
Gets the Builder instance for the 'summary' field and creates one if it doesn't exist yet.
- getSummaryBuilder() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the Builder instance for the 'summary' field and creates one if it doesn't exist yet.
- getSummaryTranslated() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'summaryTranslated' field.
- getSummaryTranslated() - Method in class org.opfab.avro.Card
-
Gets the value of the 'summaryTranslated' field.
- getSummaryTranslated() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'summaryTranslated' field.
- getSummaryTranslated() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'summaryTranslated' field.
- getSummaryTranslated() - Method in class org.opfab.cards.model.Card
-
Card summary translated
- getSummaryTranslated() - Method in class org.opfab.cards.model.LightCard
-
Card summary translated
- getTags() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'tags' field.
- getTags() - Method in class org.opfab.avro.Card
-
Gets the value of the 'tags' field.
- getTags() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'tags' field.
- getTags() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'tags' field.
- getTags() - Method in class org.opfab.cards.model.Card
-
Tags associated with the card
- getTags() - Method in class org.opfab.cards.model.LightCard
-
Tags associated with the card
- getTimeSpans() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'timeSpans' field.
- getTimeSpans() - Method in class org.opfab.avro.Card
-
Gets the value of the 'timeSpans' field.
- getTimeSpans() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'timeSpans' field.
- getTimeSpans() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'timeSpans' field.
- getTimeSpans() - Method in class org.opfab.cards.model.Card
-
List of business time span associated to card
- getTimeSpans() - Method in class org.opfab.cards.model.LightCard
-
List of business time span associated to card
- getTitle() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'title' field.
- getTitle() - Method in class org.opfab.avro.Card
-
Gets the value of the 'title' field.
- getTitle() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'title' field.
- getTitle() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'title' field.
- getTitle() - Method in class org.opfab.cards.model.Card
-
Card i18n title
- getTitle() - Method in class org.opfab.cards.model.LightCard
-
Card i18n title
- getTitleBuilder() - Method in class org.opfab.avro.Card.Builder
-
Gets the Builder instance for the 'title' field and creates one if it doesn't exist yet.
- getTitleBuilder() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the Builder instance for the 'title' field and creates one if it doesn't exist yet.
- getTitleTranslated() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'titleTranslated' field.
- getTitleTranslated() - Method in class org.opfab.avro.Card
-
Gets the value of the 'titleTranslated' field.
- getTitleTranslated() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'titleTranslated' field.
- getTitleTranslated() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'titleTranslated' field.
- getTitleTranslated() - Method in class org.opfab.cards.model.Card
-
Card title translated
- getTitleTranslated() - Method in class org.opfab.cards.model.LightCard
-
Card title translated
- getTotalElements() - Method in class org.opfab.cards.model.LightCardPage
-
Total number of elements returned by the query
- getTotalPages() - Method in class org.opfab.cards.model.LightCardPage
-
Total number of pages returned by the query
- getType() - Method in class org.opfab.cards.model.CardOperation
-
Get type
- getTzid() - Method in class org.opfab.cards.model.RRule
-
Time zone identifier (for example 'Europe/Paris', 'Europe/London', ...)
- getUid() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'uid' field.
- getUid() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'uid' field.
- getUid() - Method in class org.opfab.cards.model.Card
-
Unique card ID
- getUid() - Method in class org.opfab.cards.model.CardCreationReport
-
Unique card ID
- getUid() - Method in class org.opfab.cards.model.LightCard
-
Unique card ID
- getUserRecipients() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'userRecipients' field.
- getUserRecipients() - Method in class org.opfab.avro.Card
-
Gets the value of the 'userRecipients' field.
- getUserRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'userRecipients' field.
- getUserRecipients() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'userRecipients' field.
- getUserRecipients() - Method in class org.opfab.cards.model.Card
-
List of user recipients
- getUserRecipients() - Method in class org.opfab.cards.model.LightCard
-
List of recipient users
- getUsersReads() - Method in class org.opfab.cards.model.LightCard
-
List of users who read the read
- getWkst() - Method in class org.opfab.cards.model.RRule
-
Defines the day on which the workweek starts.
- getWktGeometry() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'wktGeometry' field.
- getWktGeometry() - Method in class org.opfab.avro.Card
-
Gets the value of the 'wktGeometry' field.
- getWktGeometry() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'wktGeometry' field.
- getWktGeometry() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'wktGeometry' field.
- getWktGeometry() - Method in class org.opfab.cards.model.Card
-
Contains WKT geometry string ex.
- getWktGeometry() - Method in class org.opfab.cards.model.LightCard
-
Contains WKT geometry string ex.
- getWktProjection() - Method in class org.opfab.avro.Card.Builder
-
Gets the value of the 'wktProjection' field.
- getWktProjection() - Method in class org.opfab.avro.Card
-
Gets the value of the 'wktProjection' field.
- getWktProjection() - Method in class org.opfab.avro.ResponseCard.Builder
-
Gets the value of the 'wktProjection' field.
- getWktProjection() - Method in class org.opfab.avro.ResponseCard
-
Gets the value of the 'wktProjection' field.
- getWktProjection() - Method in class org.opfab.cards.model.Card
-
Contains projection ex.
- getWktProjection() - Method in class org.opfab.cards.model.LightCard
-
Contains projection ex.
- GREATERTHAN - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- groupRecipients(List<String>) - Method in class org.opfab.cards.model.Card
- groupRecipients(List<String>) - Method in class org.opfab.cards.model.LightCard
- groups(List<String>) - Method in class org.opfab.cards.model.Connection
H
- hasBeenAcknowledged(Boolean) - Method in class org.opfab.cards.model.Card
- hasBeenAcknowledged(Boolean) - Method in class org.opfab.cards.model.LightCard
- hasBeenRead(Boolean) - Method in class org.opfab.cards.model.Card
- hasBeenRead(Boolean) - Method in class org.opfab.cards.model.LightCard
- hasCard() - Method in class org.opfab.avro.CardCommand.Builder
-
Checks whether the 'card' field has been set.
- hasCardBuilder() - Method in class org.opfab.avro.CardCommand.Builder
-
Checks whether the 'card' field has an active Builder instance
- hasCommand() - Method in class org.opfab.avro.CardCommand.Builder
-
Checks whether the 'command' field has been set.
- hasCustomCoders() - Method in class org.opfab.avro.I18n
- hasData() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'data' field has been set.
- hasData() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'data' field has been set.
- hasEnd() - Method in class org.opfab.avro.TimeSpan.Builder
-
Checks whether the 'end' field has been set.
- hasEndDate() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'endDate' field has been set.
- hasEndDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'endDate' field has been set.
- hasEntitiesAllowedToEdit() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'entitiesAllowedToEdit' field has been set.
- hasEntitiesAllowedToEdit() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'entitiesAllowedToEdit' field has been set.
- hasEntitiesAllowedToRespond() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'entitiesAllowedToRespond' field has been set.
- hasEntitiesAllowedToRespond() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'entitiesAllowedToRespond' field has been set.
- hasEntitiesRequiredToRespond() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'entitiesRequiredToRespond' field has been set.
- hasEntitiesRequiredToRespond() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'entitiesRequiredToRespond' field has been set.
- hasEntityRecipients() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'entityRecipients' field has been set.
- hasEntityRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'entityRecipients' field has been set.
- hasExpirationDate() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'expirationDate' field has been set.
- hasExpirationDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'expirationDate' field has been set.
- hasExternalRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'externalRecipients' field has been set.
- hasGroupRecipients() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'groupRecipients' field has been set.
- hasGroupRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'groupRecipients' field has been set.
- hasHasBeenAcknowledged() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'hasBeenAcknowledged' field has been set.
- hasHasBeenAcknowledged() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'hasBeenAcknowledged' field has been set.
- hasHasBeenRead() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'hasBeenRead' field has been set.
- hasHasBeenRead() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'hasBeenRead' field has been set.
- hashCode() - Method in class org.opfab.cards.model.Card
- hashCode() - Method in class org.opfab.cards.model.CardCreationReport
- hashCode() - Method in class org.opfab.cards.model.CardOperation
- hashCode() - Method in class org.opfab.cards.model.CardsFilter
- hashCode() - Method in class org.opfab.cards.model.Connection
- hashCode() - Method in class org.opfab.cards.model.FieldToTranslate
- hashCode() - Method in class org.opfab.cards.model.FilterModel
- hashCode() - Method in class org.opfab.cards.model.I18n
- hashCode() - Method in class org.opfab.cards.model.InlineResponse200
- hashCode() - Method in class org.opfab.cards.model.LightCard
- hashCode() - Method in class org.opfab.cards.model.LightCardPage
- hashCode() - Method in class org.opfab.cards.model.RRule
- hashCode() - Method in class org.opfab.cards.model.Subscription
- hashCode() - Method in class org.opfab.cards.model.TimeSpan
- hasId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'id' field has been set.
- hasInitialParentCardUid() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'initialParentCardUid' field has been set.
- hasKey() - Method in class org.opfab.avro.I18n.Builder
-
Checks whether the 'key' field has been set.
- hasLttd() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'lttd' field has been set.
- hasLttd() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'lttd' field has been set.
- hasParameters() - Method in class org.opfab.avro.I18n.Builder
-
Checks whether the 'parameters' field has been set.
- hasParentCardId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'parentCardId' field has been set.
- hasProcess() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'process' field has been set.
- hasProcess() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'process' field has been set.
- hasProcessInstanceId() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'processInstanceId' field has been set.
- hasProcessInstanceId() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'processInstanceId' field has been set.
- hasProcessVersion() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'processVersion' field has been set.
- hasProcessVersion() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'processVersion' field has been set.
- hasPublishDate() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'publishDate' field has been set.
- hasPublishDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'publishDate' field has been set.
- hasPublisher() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'publisher' field has been set.
- hasPublisher() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'publisher' field has been set.
- hasPublisherType() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'publisherType' field has been set.
- hasPublisherType() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'publisherType' field has been set.
- hasRepresentative() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'representative' field has been set.
- hasRepresentative() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'representative' field has been set.
- hasRepresentativeType() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'representativeType' field has been set.
- hasRepresentativeType() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'representativeType' field has been set.
- hasResponseCard() - Method in class org.opfab.avro.CardCommand.Builder
-
Checks whether the 'responseCard' field has been set.
- hasResponseCardBuilder() - Method in class org.opfab.avro.CardCommand.Builder
-
Checks whether the 'responseCard' field has an active Builder instance
- hasSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'secondsBeforeTimeSpanForReminder' field has been set.
- hasSecondsBeforeTimeSpanForReminder() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'secondsBeforeTimeSpanForReminder' field has been set.
- hasSeverity() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'severity' field has been set.
- hasSeverity() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'severity' field has been set.
- hasStart() - Method in class org.opfab.avro.TimeSpan.Builder
-
Checks whether the 'start' field has been set.
- hasStartDate() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'startDate' field has been set.
- hasStartDate() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'startDate' field has been set.
- hasState() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'state' field has been set.
- hasState() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'state' field has been set.
- hasSummary() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'summary' field has been set.
- hasSummary() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'summary' field has been set.
- hasSummaryBuilder() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'summary' field has an active Builder instance
- hasSummaryBuilder() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'summary' field has an active Builder instance
- hasSummaryTranslated() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'summaryTranslated' field has been set.
- hasSummaryTranslated() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'summaryTranslated' field has been set.
- hasTags() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'tags' field has been set.
- hasTags() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'tags' field has been set.
- hasTimeSpans() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'timeSpans' field has been set.
- hasTimeSpans() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'timeSpans' field has been set.
- hasTitle() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'title' field has been set.
- hasTitle() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'title' field has been set.
- hasTitleBuilder() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'title' field has an active Builder instance
- hasTitleBuilder() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'title' field has an active Builder instance
- hasTitleTranslated() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'titleTranslated' field has been set.
- hasTitleTranslated() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'titleTranslated' field has been set.
- hasUid() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'uid' field has been set.
- hasUserRecipients() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'userRecipients' field has been set.
- hasUserRecipients() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'userRecipients' field has been set.
- hasWktGeometry() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'wktGeometry' field has been set.
- hasWktGeometry() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'wktGeometry' field has been set.
- hasWktProjection() - Method in class org.opfab.avro.Card.Builder
-
Checks whether the 'wktProjection' field has been set.
- hasWktProjection() - Method in class org.opfab.avro.ResponseCard.Builder
-
Checks whether the 'wktProjection' field has been set.
- HOURLY - Enum constant in enum class org.opfab.cards.model.FreqEnum
I
- I18n - Class in org.opfab.avro
- I18n - Class in org.opfab.cards.model
-
describes an i18n label
- I18n() - Constructor for class org.opfab.avro.I18n
-
Default constructor.
- I18n() - Constructor for class org.opfab.cards.model.I18n
- I18n(String, Map<String, String>) - Constructor for class org.opfab.avro.I18n
-
All-args constructor.
- I18n.Builder - Class in org.opfab.avro
-
RecordBuilder for I18n instances.
- I18NProtocol - Interface in org.opfab.avro
- I18NProtocol.Callback - Interface in org.opfab.avro
- i18nValue(I18n) - Method in class org.opfab.cards.model.FieldToTranslate
- id(String) - Method in class org.opfab.cards.model.Card
- id(String) - Method in class org.opfab.cards.model.CardCreationReport
- id(String) - Method in class org.opfab.cards.model.LightCard
- IN - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- includeChildCards(Boolean) - Method in class org.opfab.cards.model.CardsFilter
- INFORMATION - Enum constant in enum class org.opfab.avro.SeverityType
- INFORMATION - Enum constant in enum class org.opfab.cards.model.SeverityEnum
- initialParentCardUid(String) - Method in class org.opfab.cards.model.Card
- initialParentCardUid(String) - Method in class org.opfab.cards.model.LightCard
- InlineResponse200 - Class in org.opfab.cards.model
-
InlineResponse200
- InlineResponse200() - Constructor for class org.opfab.cards.model.InlineResponse200
- interval(Integer) - Method in class org.opfab.cards.model.RRule
K
- KEEP_CHILD_CARDS - Enum constant in enum class org.opfab.cards.model.CardActionEnum
- KEEP_EXISTING_ACKS_AND_READS - Enum constant in enum class org.opfab.cards.model.CardActionEnum
- KEEP_EXISTING_PUBLISH_DATE - Enum constant in enum class org.opfab.cards.model.CardActionEnum
- key(String) - Method in class org.opfab.cards.model.I18n
L
- last(Boolean) - Method in class org.opfab.cards.model.LightCardPage
- lastName(String) - Method in class org.opfab.cards.model.Connection
- latestUpdateOnly(Boolean) - Method in class org.opfab.cards.model.CardsFilter
- LESSTHAN - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- LightCard - Class in org.opfab.cards.model
-
LightCard bears the essential information of a Card, to be aggregated in CardOperations.
- LightCard() - Constructor for class org.opfab.cards.model.LightCard
- LightCardPage - Class in org.opfab.cards.model
-
This object contains the result of a paginated query returning LightCards: a list of LightCards as well as additional information on the result: total number of items, page number, page size, etc.
- LightCardPage() - Constructor for class org.opfab.cards.model.LightCardPage
- login(String) - Method in class org.opfab.cards.model.Connection
- lttd(Instant) - Method in class org.opfab.cards.model.Card
- lttd(Instant) - Method in class org.opfab.cards.model.LightCard
M
- matchType(FilterMatchTypeEnum) - Method in class org.opfab.cards.model.FilterModel
- MINUTELY - Enum constant in enum class org.opfab.cards.model.FreqEnum
- MO - Enum constant in enum class org.opfab.cards.model.DayEnum
- MONTHLY - Enum constant in enum class org.opfab.cards.model.FreqEnum
N
- newBuilder() - Static method in class org.opfab.avro.Card
-
Creates a new Card RecordBuilder.
- newBuilder() - Static method in class org.opfab.avro.CardCommand
-
Creates a new CardCommand RecordBuilder.
- newBuilder() - Static method in class org.opfab.avro.I18n
-
Creates a new I18n RecordBuilder.
- newBuilder() - Static method in class org.opfab.avro.ResponseCard
-
Creates a new ResponseCard RecordBuilder.
- newBuilder() - Static method in class org.opfab.avro.TimeSpan
-
Creates a new TimeSpan RecordBuilder.
- newBuilder(Card) - Static method in class org.opfab.avro.Card
-
Creates a new Card RecordBuilder by copying an existing Card instance.
- newBuilder(Card.Builder) - Static method in class org.opfab.avro.Card
-
Creates a new Card RecordBuilder by copying an existing Builder.
- newBuilder(CardCommand) - Static method in class org.opfab.avro.CardCommand
-
Creates a new CardCommand RecordBuilder by copying an existing CardCommand instance.
- newBuilder(CardCommand.Builder) - Static method in class org.opfab.avro.CardCommand
-
Creates a new CardCommand RecordBuilder by copying an existing Builder.
- newBuilder(I18n) - Static method in class org.opfab.avro.I18n
-
Creates a new I18n RecordBuilder by copying an existing I18n instance.
- newBuilder(I18n.Builder) - Static method in class org.opfab.avro.I18n
-
Creates a new I18n RecordBuilder by copying an existing Builder.
- newBuilder(ResponseCard) - Static method in class org.opfab.avro.ResponseCard
-
Creates a new ResponseCard RecordBuilder by copying an existing ResponseCard instance.
- newBuilder(ResponseCard.Builder) - Static method in class org.opfab.avro.ResponseCard
-
Creates a new ResponseCard RecordBuilder by copying an existing Builder.
- newBuilder(TimeSpan) - Static method in class org.opfab.avro.TimeSpan
-
Creates a new TimeSpan RecordBuilder by copying an existing TimeSpan instance.
- newBuilder(TimeSpan.Builder) - Static method in class org.opfab.avro.TimeSpan
-
Creates a new TimeSpan RecordBuilder by copying an existing Builder.
- NOT_NOTIFIED - Enum constant in enum class org.opfab.cards.model.CardActionEnum
- NOTBLANK - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- NOTCONTAINS - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- NOTEQUAL - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- number(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- numberOfElements(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
O
- operation(FilterOperationTypeEnum) - Method in class org.opfab.cards.model.FilterModel
- OR - Enum constant in enum class org.opfab.cards.model.FilterOperationTypeEnum
- org.opfab.avro - package org.opfab.avro
- org.opfab.cards.model - package org.opfab.cards.model
P
- page(BigDecimal) - Method in class org.opfab.cards.model.CardsFilter
- parameters(Map<String, String>) - Method in class org.opfab.cards.model.I18n
- parentCardId(String) - Method in class org.opfab.cards.model.Card
- parentCardId(String) - Method in class org.opfab.cards.model.LightCard
- process(String) - Method in class org.opfab.cards.model.Card
- process(String) - Method in class org.opfab.cards.model.FieldToTranslate
- process(String) - Method in class org.opfab.cards.model.LightCard
- processInstanceId(String) - Method in class org.opfab.cards.model.Card
- processInstanceId(String) - Method in class org.opfab.cards.model.LightCard
- processVersion(String) - Method in class org.opfab.cards.model.Card
- processVersion(String) - Method in class org.opfab.cards.model.FieldToTranslate
- processVersion(String) - Method in class org.opfab.cards.model.LightCard
- PROPAGATE_READ_ACK_TO_PARENT_CARD - Enum constant in enum class org.opfab.cards.model.CardActionEnum
- PROTOCOL - Static variable in interface org.opfab.avro.CardCommandProtocol.Callback
- PROTOCOL - Static variable in interface org.opfab.avro.CardCommandProtocol
- PROTOCOL - Static variable in interface org.opfab.avro.CardProtocol.Callback
- PROTOCOL - Static variable in interface org.opfab.avro.CardProtocol
- PROTOCOL - Static variable in interface org.opfab.avro.I18NProtocol.Callback
- PROTOCOL - Static variable in interface org.opfab.avro.I18NProtocol
- PROTOCOL - Static variable in interface org.opfab.avro.PublisherTypeEnumProtocol.Callback
- PROTOCOL - Static variable in interface org.opfab.avro.PublisherTypeEnumProtocol
- PROTOCOL - Static variable in interface org.opfab.avro.ResponseCardProtocol.Callback
- PROTOCOL - Static variable in interface org.opfab.avro.ResponseCardProtocol
- PROTOCOL - Static variable in interface org.opfab.avro.SeverityTypeProtocol.Callback
- PROTOCOL - Static variable in interface org.opfab.avro.SeverityTypeProtocol
- PROTOCOL - Static variable in interface org.opfab.avro.TimeSpanProtocl.Callback
- PROTOCOL - Static variable in interface org.opfab.avro.TimeSpanProtocl
- publishDate(Instant) - Method in class org.opfab.cards.model.Card
- publishDate(Instant) - Method in class org.opfab.cards.model.LightCard
- publisher(String) - Method in class org.opfab.cards.model.Card
- publisher(String) - Method in class org.opfab.cards.model.LightCard
- publisherType(PublisherTypeEnum) - Method in class org.opfab.cards.model.Card
- publisherType(PublisherTypeEnum) - Method in class org.opfab.cards.model.LightCard
- PublisherTypeEnum - Enum Class in org.opfab.avro
- PublisherTypeEnum - Enum Class in org.opfab.cards.model
-
Define the kind of the card sender EXTERNALThe sender is an external service ENTITYThe sender of the card is a user on behalf of the entity USERThe sender of the card is the user himself Note : This enum is created by hand because Swagger can't handle enums.
- PublisherTypeEnumProtocol - Interface in org.opfab.avro
- PublisherTypeEnumProtocol.Callback - Interface in org.opfab.avro
- put(int, Object) - Method in class org.opfab.avro.Card
- put(int, Object) - Method in class org.opfab.avro.CardCommand
- put(int, Object) - Method in class org.opfab.avro.I18n
- put(int, Object) - Method in class org.opfab.avro.ResponseCard
- put(int, Object) - Method in class org.opfab.avro.TimeSpan
- putParametersItem(String, String) - Method in class org.opfab.cards.model.I18n
R
- rangeEnd(Instant) - Method in class org.opfab.cards.model.Subscription
- rangeStart(Instant) - Method in class org.opfab.cards.model.Subscription
- readExternal(ObjectInput) - Method in class org.opfab.avro.Card
- readExternal(ObjectInput) - Method in class org.opfab.avro.CardCommand
- readExternal(ObjectInput) - Method in class org.opfab.avro.I18n
- readExternal(ObjectInput) - Method in class org.opfab.avro.ResponseCard
- readExternal(ObjectInput) - Method in class org.opfab.avro.TimeSpan
- representative(String) - Method in class org.opfab.cards.model.Card
- representative(String) - Method in class org.opfab.cards.model.LightCard
- representativeType(PublisherTypeEnum) - Method in class org.opfab.cards.model.Card
- representativeType(PublisherTypeEnum) - Method in class org.opfab.cards.model.LightCard
- RESPONSE_CARD - Enum constant in enum class org.opfab.avro.CommandType
- ResponseCard - Class in org.opfab.avro
- ResponseCard() - Constructor for class org.opfab.avro.ResponseCard
-
Default constructor.
- ResponseCard(String, String, String, String, List<String>, String, String, String, String, String, Instant, Instant, Instant, Instant, Instant, SeverityType, List<String>, List<TimeSpan>, I18n, I18n, String, String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, String, String, String, Boolean, Boolean, PublisherTypeEnum, String, PublisherTypeEnum, Integer) - Constructor for class org.opfab.avro.ResponseCard
-
All-args constructor.
- ResponseCard.Builder - Class in org.opfab.avro
-
RecordBuilder for ResponseCard instances.
- ResponseCardProtocol - Interface in org.opfab.avro
- ResponseCardProtocol.Callback - Interface in org.opfab.avro
- rRule(RRule) - Method in class org.opfab.cards.model.Card
- rRule(RRule) - Method in class org.opfab.cards.model.LightCard
- RRule - Class in org.opfab.cards.model
-
An object representing the recurrence of the card (as defined in the RFC 5545)
- RRule() - Constructor for class org.opfab.cards.model.RRule
S
- SA - Enum constant in enum class org.opfab.cards.model.DayEnum
- SCHEMA$ - Static variable in class org.opfab.avro.Card
- SCHEMA$ - Static variable in class org.opfab.avro.CardCommand
- SCHEMA$ - Static variable in enum class org.opfab.avro.CommandType
- SCHEMA$ - Static variable in class org.opfab.avro.I18n
- SCHEMA$ - Static variable in enum class org.opfab.avro.PublisherTypeEnum
- SCHEMA$ - Static variable in class org.opfab.avro.ResponseCard
- SCHEMA$ - Static variable in enum class org.opfab.avro.SeverityType
- SCHEMA$ - Static variable in class org.opfab.avro.TimeSpan
- SECONDLY - Enum constant in enum class org.opfab.cards.model.FreqEnum
- secondsBeforeTimeSpanForReminder(Integer) - Method in class org.opfab.cards.model.Card
- secondsBeforeTimeSpanForReminder(Integer) - Method in class org.opfab.cards.model.LightCard
- selectedFields(List<String>) - Method in class org.opfab.cards.model.CardsFilter
- setActions(List<CardActionEnum>) - Method in class org.opfab.cards.model.Card
- setAdminMode(Boolean) - Method in class org.opfab.cards.model.CardsFilter
- setByhour(List<Integer>) - Method in class org.opfab.cards.model.RRule
- setByminute(List<Integer>) - Method in class org.opfab.cards.model.RRule
- setBymonth(List<Integer>) - Method in class org.opfab.cards.model.RRule
- setBymonthday(List<Integer>) - Method in class org.opfab.cards.model.RRule
- setBysetpos(List<Integer>) - Method in class org.opfab.cards.model.RRule
- setByweekday(List<DayEnum>) - Method in class org.opfab.cards.model.RRule
- setCard(Card) - Method in class org.opfab.avro.CardCommand.Builder
-
Sets the value of the 'card' field.
- setCard(Card) - Method in class org.opfab.avro.CardCommand
-
Sets the value of the 'card' field.
- setCard(Card) - Method in class org.opfab.cards.model.InlineResponse200
- setCard(LightCard) - Method in class org.opfab.cards.model.CardOperation
- setCardBuilder(Card.Builder) - Method in class org.opfab.avro.CardCommand.Builder
-
Sets the Builder instance for the 'card' field
- setCardId(String) - Method in class org.opfab.cards.model.CardOperation
- setChildCards(List<Card>) - Method in class org.opfab.cards.model.InlineResponse200
- setColumnName(String) - Method in class org.opfab.cards.model.FilterModel
- setCommand(CommandType) - Method in class org.opfab.avro.CardCommand.Builder
-
Sets the value of the 'command' field.
- setCommand(CommandType) - Method in class org.opfab.avro.CardCommand
-
Sets the value of the 'command' field.
- setContent(List<LightCard>) - Method in class org.opfab.cards.model.LightCardPage
- setCount(Integer) - Method in class org.opfab.cards.model.RRule
- setData(Object) - Method in class org.opfab.cards.model.Card
- setData(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'data' field.
- setData(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'data' field.
- setData(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'data' field.
- setData(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'data' field.
- setDurationInMinutes(Integer) - Method in class org.opfab.cards.model.RRule
- setEnd(Instant) - Method in class org.opfab.avro.TimeSpan.Builder
-
Sets the value of the 'end' field.
- setEnd(Instant) - Method in class org.opfab.avro.TimeSpan
-
Sets the value of the 'end' field.
- setEnd(Instant) - Method in class org.opfab.cards.model.TimeSpan
- setEndDate(Instant) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'endDate' field.
- setEndDate(Instant) - Method in class org.opfab.avro.Card
-
Sets the value of the 'endDate' field.
- setEndDate(Instant) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'endDate' field.
- setEndDate(Instant) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'endDate' field.
- setEndDate(Instant) - Method in class org.opfab.cards.model.Card
- setEndDate(Instant) - Method in class org.opfab.cards.model.LightCard
- setEntitiesAcks(List<String>) - Method in class org.opfab.cards.model.Card
- setEntitiesAcks(List<String>) - Method in class org.opfab.cards.model.LightCard
- setEntitiesAllowedToEdit(List<String>) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'entitiesAllowedToEdit' field.
- setEntitiesAllowedToEdit(List<String>) - Method in class org.opfab.avro.Card
-
Sets the value of the 'entitiesAllowedToEdit' field.
- setEntitiesAllowedToEdit(List<String>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'entitiesAllowedToEdit' field.
- setEntitiesAllowedToEdit(List<String>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'entitiesAllowedToEdit' field.
- setEntitiesAllowedToEdit(List<String>) - Method in class org.opfab.cards.model.Card
- setEntitiesAllowedToEdit(List<String>) - Method in class org.opfab.cards.model.LightCard
- setEntitiesAllowedToRespond(List<String>) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'entitiesAllowedToRespond' field.
- setEntitiesAllowedToRespond(List<String>) - Method in class org.opfab.avro.Card
-
Sets the value of the 'entitiesAllowedToRespond' field.
- setEntitiesAllowedToRespond(List<String>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'entitiesAllowedToRespond' field.
- setEntitiesAllowedToRespond(List<String>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'entitiesAllowedToRespond' field.
- setEntitiesAllowedToRespond(List<String>) - Method in class org.opfab.cards.model.Card
- setEntitiesAllowedToRespond(List<String>) - Method in class org.opfab.cards.model.LightCard
- setEntitiesConnected(List<String>) - Method in class org.opfab.cards.model.Connection
- setEntitiesRequiredToRespond(List<String>) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'entitiesRequiredToRespond' field.
- setEntitiesRequiredToRespond(List<String>) - Method in class org.opfab.avro.Card
-
Sets the value of the 'entitiesRequiredToRespond' field.
- setEntitiesRequiredToRespond(List<String>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'entitiesRequiredToRespond' field.
- setEntitiesRequiredToRespond(List<String>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'entitiesRequiredToRespond' field.
- setEntitiesRequiredToRespond(List<String>) - Method in class org.opfab.cards.model.Card
- setEntitiesRequiredToRespond(List<String>) - Method in class org.opfab.cards.model.LightCard
- setEntityRecipients(List<String>) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'entityRecipients' field.
- setEntityRecipients(List<String>) - Method in class org.opfab.avro.Card
-
Sets the value of the 'entityRecipients' field.
- setEntityRecipients(List<String>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'entityRecipients' field.
- setEntityRecipients(List<String>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'entityRecipients' field.
- setEntityRecipients(List<String>) - Method in class org.opfab.cards.model.Card
- setEntityRecipients(List<String>) - Method in class org.opfab.cards.model.LightCard
- setEntityRecipientsForInformation(List<String>) - Method in class org.opfab.cards.model.Card
- setEntityRecipientsForInformation(List<String>) - Method in class org.opfab.cards.model.LightCard
- setExpirationDate(Instant) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'expirationDate' field.
- setExpirationDate(Instant) - Method in class org.opfab.avro.Card
-
Sets the value of the 'expirationDate' field.
- setExpirationDate(Instant) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'expirationDate' field.
- setExpirationDate(Instant) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'expirationDate' field.
- setExpirationDate(Instant) - Method in class org.opfab.cards.model.Card
- setExpirationDate(Instant) - Method in class org.opfab.cards.model.LightCard
- setExternalRecipients(List<String>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'externalRecipients' field.
- setExternalRecipients(List<String>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'externalRecipients' field.
- setExternalRecipients(List<String>) - Method in class org.opfab.cards.model.Card
- setFilter(List<String>) - Method in class org.opfab.cards.model.FilterModel
- setFilters(List<FilterModel>) - Method in class org.opfab.cards.model.CardsFilter
- setFirst(Boolean) - Method in class org.opfab.cards.model.LightCardPage
- setFirstName(String) - Method in class org.opfab.cards.model.Connection
- setFreq(FreqEnum) - Method in class org.opfab.cards.model.RRule
- setGroupRecipients(List<String>) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'groupRecipients' field.
- setGroupRecipients(List<String>) - Method in class org.opfab.avro.Card
-
Sets the value of the 'groupRecipients' field.
- setGroupRecipients(List<String>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'groupRecipients' field.
- setGroupRecipients(List<String>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'groupRecipients' field.
- setGroupRecipients(List<String>) - Method in class org.opfab.cards.model.Card
- setGroupRecipients(List<String>) - Method in class org.opfab.cards.model.LightCard
- setGroups(List<String>) - Method in class org.opfab.cards.model.Connection
- setHasBeenAcknowledged(Boolean) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'hasBeenAcknowledged' field.
- setHasBeenAcknowledged(Boolean) - Method in class org.opfab.avro.Card
-
Sets the value of the 'hasBeenAcknowledged' field.
- setHasBeenAcknowledged(Boolean) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'hasBeenAcknowledged' field.
- setHasBeenAcknowledged(Boolean) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'hasBeenAcknowledged' field.
- setHasBeenAcknowledged(Boolean) - Method in class org.opfab.cards.model.Card
- setHasBeenAcknowledged(Boolean) - Method in class org.opfab.cards.model.LightCard
- setHasBeenRead(Boolean) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'hasBeenRead' field.
- setHasBeenRead(Boolean) - Method in class org.opfab.avro.Card
-
Sets the value of the 'hasBeenRead' field.
- setHasBeenRead(Boolean) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'hasBeenRead' field.
- setHasBeenRead(Boolean) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'hasBeenRead' field.
- setHasBeenRead(Boolean) - Method in class org.opfab.cards.model.Card
- setHasBeenRead(Boolean) - Method in class org.opfab.cards.model.LightCard
- setI18nValue(I18n) - Method in class org.opfab.cards.model.FieldToTranslate
- setId(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'id' field.
- setId(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'id' field.
- setId(String) - Method in class org.opfab.cards.model.Card
- setId(String) - Method in class org.opfab.cards.model.CardCreationReport
- setId(String) - Method in class org.opfab.cards.model.LightCard
- setIncludeChildCards(Boolean) - Method in class org.opfab.cards.model.CardsFilter
- setInitialParentCardUid(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'initialParentCardUid' field.
- setInitialParentCardUid(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'initialParentCardUid' field.
- setInitialParentCardUid(String) - Method in class org.opfab.cards.model.Card
- setInitialParentCardUid(String) - Method in class org.opfab.cards.model.LightCard
- setInterval(Integer) - Method in class org.opfab.cards.model.RRule
- setKey(String) - Method in class org.opfab.avro.I18n.Builder
-
Sets the value of the 'key' field.
- setKey(String) - Method in class org.opfab.avro.I18n
-
Sets the value of the 'key' field.
- setKey(String) - Method in class org.opfab.cards.model.I18n
- setLast(Boolean) - Method in class org.opfab.cards.model.LightCardPage
- setLastName(String) - Method in class org.opfab.cards.model.Connection
- setLatestUpdateOnly(Boolean) - Method in class org.opfab.cards.model.CardsFilter
- setLogin(String) - Method in class org.opfab.cards.model.Connection
- setLttd(Instant) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'lttd' field.
- setLttd(Instant) - Method in class org.opfab.avro.Card
-
Sets the value of the 'lttd' field.
- setLttd(Instant) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'lttd' field.
- setLttd(Instant) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'lttd' field.
- setLttd(Instant) - Method in class org.opfab.cards.model.Card
- setLttd(Instant) - Method in class org.opfab.cards.model.LightCard
- setMatchType(FilterMatchTypeEnum) - Method in class org.opfab.cards.model.FilterModel
- setNumber(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- setNumberOfElements(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- setOperation(FilterOperationTypeEnum) - Method in class org.opfab.cards.model.FilterModel
- setPage(BigDecimal) - Method in class org.opfab.cards.model.CardsFilter
- setParameters(Map<String, String>) - Method in class org.opfab.avro.I18n.Builder
-
Sets the value of the 'parameters' field.
- setParameters(Map<String, String>) - Method in class org.opfab.avro.I18n
-
Sets the value of the 'parameters' field.
- setParameters(Map<String, String>) - Method in class org.opfab.cards.model.I18n
- setParentCardId(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'parentCardId' field.
- setParentCardId(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'parentCardId' field.
- setParentCardId(String) - Method in class org.opfab.cards.model.Card
- setParentCardId(String) - Method in class org.opfab.cards.model.LightCard
- setProcess(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'process' field.
- setProcess(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'process' field.
- setProcess(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'process' field.
- setProcess(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'process' field.
- setProcess(String) - Method in class org.opfab.cards.model.Card
- setProcess(String) - Method in class org.opfab.cards.model.FieldToTranslate
- setProcess(String) - Method in class org.opfab.cards.model.LightCard
- setProcessInstanceId(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'processInstanceId' field.
- setProcessInstanceId(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'processInstanceId' field.
- setProcessInstanceId(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'processInstanceId' field.
- setProcessInstanceId(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'processInstanceId' field.
- setProcessInstanceId(String) - Method in class org.opfab.cards.model.Card
- setProcessInstanceId(String) - Method in class org.opfab.cards.model.LightCard
- setProcessVersion(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'processVersion' field.
- setProcessVersion(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'processVersion' field.
- setProcessVersion(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'processVersion' field.
- setProcessVersion(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'processVersion' field.
- setProcessVersion(String) - Method in class org.opfab.cards.model.Card
- setProcessVersion(String) - Method in class org.opfab.cards.model.FieldToTranslate
- setProcessVersion(String) - Method in class org.opfab.cards.model.LightCard
- setPublishDate(Instant) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'publishDate' field.
- setPublishDate(Instant) - Method in class org.opfab.avro.Card
-
Sets the value of the 'publishDate' field.
- setPublishDate(Instant) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'publishDate' field.
- setPublishDate(Instant) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'publishDate' field.
- setPublishDate(Instant) - Method in class org.opfab.cards.model.Card
- setPublishDate(Instant) - Method in class org.opfab.cards.model.LightCard
- setPublisher(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'publisher' field.
- setPublisher(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'publisher' field.
- setPublisher(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'publisher' field.
- setPublisher(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'publisher' field.
- setPublisher(String) - Method in class org.opfab.cards.model.Card
- setPublisher(String) - Method in class org.opfab.cards.model.LightCard
- setPublisherType(PublisherTypeEnum) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'publisherType' field.
- setPublisherType(PublisherTypeEnum) - Method in class org.opfab.avro.Card
-
Sets the value of the 'publisherType' field.
- setPublisherType(PublisherTypeEnum) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'publisherType' field.
- setPublisherType(PublisherTypeEnum) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'publisherType' field.
- setPublisherType(PublisherTypeEnum) - Method in class org.opfab.cards.model.Card
- setPublisherType(PublisherTypeEnum) - Method in class org.opfab.cards.model.LightCard
- setRangeEnd(Instant) - Method in class org.opfab.cards.model.Subscription
- setRangeStart(Instant) - Method in class org.opfab.cards.model.Subscription
- setRepresentative(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'representative' field.
- setRepresentative(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'representative' field.
- setRepresentative(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'representative' field.
- setRepresentative(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'representative' field.
- setRepresentative(String) - Method in class org.opfab.cards.model.Card
- setRepresentative(String) - Method in class org.opfab.cards.model.LightCard
- setRepresentativeType(PublisherTypeEnum) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'representativeType' field.
- setRepresentativeType(PublisherTypeEnum) - Method in class org.opfab.avro.Card
-
Sets the value of the 'representativeType' field.
- setRepresentativeType(PublisherTypeEnum) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'representativeType' field.
- setRepresentativeType(PublisherTypeEnum) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'representativeType' field.
- setRepresentativeType(PublisherTypeEnum) - Method in class org.opfab.cards.model.Card
- setRepresentativeType(PublisherTypeEnum) - Method in class org.opfab.cards.model.LightCard
- setResponseCard(ResponseCard) - Method in class org.opfab.avro.CardCommand.Builder
-
Sets the value of the 'responseCard' field.
- setResponseCard(ResponseCard) - Method in class org.opfab.avro.CardCommand
-
Sets the value of the 'responseCard' field.
- setResponseCardBuilder(ResponseCard.Builder) - Method in class org.opfab.avro.CardCommand.Builder
-
Sets the Builder instance for the 'responseCard' field
- setRRule(RRule) - Method in class org.opfab.cards.model.Card
- setRRule(RRule) - Method in class org.opfab.cards.model.LightCard
- setSecondsBeforeTimeSpanForReminder(Integer) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'secondsBeforeTimeSpanForReminder' field.
- setSecondsBeforeTimeSpanForReminder(Integer) - Method in class org.opfab.avro.Card
-
Sets the value of the 'secondsBeforeTimeSpanForReminder' field.
- setSecondsBeforeTimeSpanForReminder(Integer) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'secondsBeforeTimeSpanForReminder' field.
- setSecondsBeforeTimeSpanForReminder(Integer) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'secondsBeforeTimeSpanForReminder' field.
- setSecondsBeforeTimeSpanForReminder(Integer) - Method in class org.opfab.cards.model.Card
- setSecondsBeforeTimeSpanForReminder(Integer) - Method in class org.opfab.cards.model.LightCard
- setSelectedFields(List<String>) - Method in class org.opfab.cards.model.CardsFilter
- setSeverity(SeverityType) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'severity' field.
- setSeverity(SeverityType) - Method in class org.opfab.avro.Card
-
Sets the value of the 'severity' field.
- setSeverity(SeverityType) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'severity' field.
- setSeverity(SeverityType) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'severity' field.
- setSeverity(SeverityEnum) - Method in class org.opfab.cards.model.Card
- setSeverity(SeverityEnum) - Method in class org.opfab.cards.model.LightCard
- setSize(BigDecimal) - Method in class org.opfab.cards.model.CardsFilter
- setSize(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- setStart(Instant) - Method in class org.opfab.avro.TimeSpan.Builder
-
Sets the value of the 'start' field.
- setStart(Instant) - Method in class org.opfab.avro.TimeSpan
-
Sets the value of the 'start' field.
- setStart(Instant) - Method in class org.opfab.cards.model.TimeSpan
- setStartDate(Instant) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'startDate' field.
- setStartDate(Instant) - Method in class org.opfab.avro.Card
-
Sets the value of the 'startDate' field.
- setStartDate(Instant) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'startDate' field.
- setStartDate(Instant) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'startDate' field.
- setStartDate(Instant) - Method in class org.opfab.cards.model.Card
- setStartDate(Instant) - Method in class org.opfab.cards.model.LightCard
- setState(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'state' field.
- setState(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'state' field.
- setState(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'state' field.
- setState(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'state' field.
- setState(String) - Method in class org.opfab.cards.model.Card
- setState(String) - Method in class org.opfab.cards.model.LightCard
- setSummary(I18n) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'summary' field.
- setSummary(I18n) - Method in class org.opfab.avro.Card
-
Sets the value of the 'summary' field.
- setSummary(I18n) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'summary' field.
- setSummary(I18n) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'summary' field.
- setSummary(I18n) - Method in class org.opfab.cards.model.Card
- setSummary(I18n) - Method in class org.opfab.cards.model.LightCard
- setSummaryBuilder(I18n.Builder) - Method in class org.opfab.avro.Card.Builder
-
Sets the Builder instance for the 'summary' field
- setSummaryBuilder(I18n.Builder) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the Builder instance for the 'summary' field
- setSummaryTranslated(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'summaryTranslated' field.
- setSummaryTranslated(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'summaryTranslated' field.
- setSummaryTranslated(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'summaryTranslated' field.
- setSummaryTranslated(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'summaryTranslated' field.
- setSummaryTranslated(String) - Method in class org.opfab.cards.model.Card
- setSummaryTranslated(String) - Method in class org.opfab.cards.model.LightCard
- setTags(List<String>) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'tags' field.
- setTags(List<String>) - Method in class org.opfab.avro.Card
-
Sets the value of the 'tags' field.
- setTags(List<String>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'tags' field.
- setTags(List<String>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'tags' field.
- setTags(List<String>) - Method in class org.opfab.cards.model.Card
- setTags(List<String>) - Method in class org.opfab.cards.model.LightCard
- setTimeSpans(List<TimeSpan>) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'timeSpans' field.
- setTimeSpans(List<TimeSpan>) - Method in class org.opfab.avro.Card
-
Sets the value of the 'timeSpans' field.
- setTimeSpans(List<TimeSpan>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'timeSpans' field.
- setTimeSpans(List<TimeSpan>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'timeSpans' field.
- setTimeSpans(List<TimeSpan>) - Method in class org.opfab.cards.model.Card
- setTimeSpans(List<TimeSpan>) - Method in class org.opfab.cards.model.LightCard
- setTitle(I18n) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'title' field.
- setTitle(I18n) - Method in class org.opfab.avro.Card
-
Sets the value of the 'title' field.
- setTitle(I18n) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'title' field.
- setTitle(I18n) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'title' field.
- setTitle(I18n) - Method in class org.opfab.cards.model.Card
- setTitle(I18n) - Method in class org.opfab.cards.model.LightCard
- setTitleBuilder(I18n.Builder) - Method in class org.opfab.avro.Card.Builder
-
Sets the Builder instance for the 'title' field
- setTitleBuilder(I18n.Builder) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the Builder instance for the 'title' field
- setTitleTranslated(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'titleTranslated' field.
- setTitleTranslated(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'titleTranslated' field.
- setTitleTranslated(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'titleTranslated' field.
- setTitleTranslated(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'titleTranslated' field.
- setTitleTranslated(String) - Method in class org.opfab.cards.model.Card
- setTitleTranslated(String) - Method in class org.opfab.cards.model.LightCard
- setTotalElements(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- setTotalPages(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- setType(CardOperationTypeEnum) - Method in class org.opfab.cards.model.CardOperation
- setTzid(String) - Method in class org.opfab.cards.model.RRule
- setUid(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'uid' field.
- setUid(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'uid' field.
- setUid(String) - Method in class org.opfab.cards.model.Card
- setUid(String) - Method in class org.opfab.cards.model.CardCreationReport
- setUid(String) - Method in class org.opfab.cards.model.LightCard
- setUserRecipients(List<String>) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'userRecipients' field.
- setUserRecipients(List<String>) - Method in class org.opfab.avro.Card
-
Sets the value of the 'userRecipients' field.
- setUserRecipients(List<String>) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'userRecipients' field.
- setUserRecipients(List<String>) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'userRecipients' field.
- setUserRecipients(List<String>) - Method in class org.opfab.cards.model.Card
- setUserRecipients(List<String>) - Method in class org.opfab.cards.model.LightCard
- setUsersReads(List<String>) - Method in class org.opfab.cards.model.LightCard
- setWkst(DayEnum) - Method in class org.opfab.cards.model.RRule
- setWktGeometry(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'wktGeometry' field.
- setWktGeometry(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'wktGeometry' field.
- setWktGeometry(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'wktGeometry' field.
- setWktGeometry(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'wktGeometry' field.
- setWktGeometry(String) - Method in class org.opfab.cards.model.Card
- setWktGeometry(String) - Method in class org.opfab.cards.model.LightCard
- setWktProjection(String) - Method in class org.opfab.avro.Card.Builder
-
Sets the value of the 'wktProjection' field.
- setWktProjection(String) - Method in class org.opfab.avro.Card
-
Sets the value of the 'wktProjection' field.
- setWktProjection(String) - Method in class org.opfab.avro.ResponseCard.Builder
-
Sets the value of the 'wktProjection' field.
- setWktProjection(String) - Method in class org.opfab.avro.ResponseCard
-
Sets the value of the 'wktProjection' field.
- setWktProjection(String) - Method in class org.opfab.cards.model.Card
- setWktProjection(String) - Method in class org.opfab.cards.model.LightCard
- severity(SeverityEnum) - Method in class org.opfab.cards.model.Card
- severity(SeverityEnum) - Method in class org.opfab.cards.model.LightCard
- SeverityEnum - Enum Class in org.opfab.cards.model
-
Severity of the card content ALARMAction is needed and the emitter process may be in critical state ACTIONAction is needed INFORMATION Card content is informational only COMPLIANT The process related to the card is in a compliant status Note : This enum is created by hand because Swagger can't handle enums.
- SeverityType - Enum Class in org.opfab.avro
- SeverityTypeProtocol - Interface in org.opfab.avro
- SeverityTypeProtocol.Callback - Interface in org.opfab.avro
- size(BigDecimal) - Method in class org.opfab.cards.model.CardsFilter
- size(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- start(Instant) - Method in class org.opfab.cards.model.TimeSpan
- startDate(Instant) - Method in class org.opfab.cards.model.Card
- startDate(Instant) - Method in class org.opfab.cards.model.LightCard
- STARTSWITH - Enum constant in enum class org.opfab.cards.model.FilterMatchTypeEnum
- state(String) - Method in class org.opfab.cards.model.Card
- state(String) - Method in class org.opfab.cards.model.LightCard
- STORE_ONLY_IN_ARCHIVES - Enum constant in enum class org.opfab.cards.model.CardActionEnum
- SU - Enum constant in enum class org.opfab.cards.model.DayEnum
- Subscription - Class in org.opfab.cards.model
-
LightCard Subscription object
- Subscription() - Constructor for class org.opfab.cards.model.Subscription
- summary(I18n) - Method in class org.opfab.cards.model.Card
- summary(I18n) - Method in class org.opfab.cards.model.LightCard
- summaryTranslated(String) - Method in class org.opfab.cards.model.Card
- summaryTranslated(String) - Method in class org.opfab.cards.model.LightCard
T
- tags(List<String>) - Method in class org.opfab.cards.model.Card
- tags(List<String>) - Method in class org.opfab.cards.model.LightCard
- TH - Enum constant in enum class org.opfab.cards.model.DayEnum
- TimeSpan - Class in org.opfab.avro
- TimeSpan - Class in org.opfab.cards.model
-
An object to define a business time span
- TimeSpan() - Constructor for class org.opfab.avro.TimeSpan
-
Default constructor.
- TimeSpan() - Constructor for class org.opfab.cards.model.TimeSpan
- TimeSpan(Instant, Instant) - Constructor for class org.opfab.avro.TimeSpan
-
All-args constructor.
- TimeSpan.Builder - Class in org.opfab.avro
-
RecordBuilder for TimeSpan instances.
- TimeSpanProtocl - Interface in org.opfab.avro
- TimeSpanProtocl.Callback - Interface in org.opfab.avro
- timeSpans(List<TimeSpan>) - Method in class org.opfab.cards.model.Card
- timeSpans(List<TimeSpan>) - Method in class org.opfab.cards.model.LightCard
- title(I18n) - Method in class org.opfab.cards.model.Card
- title(I18n) - Method in class org.opfab.cards.model.LightCard
- titleTranslated(String) - Method in class org.opfab.cards.model.Card
- titleTranslated(String) - Method in class org.opfab.cards.model.LightCard
- toByteBuffer() - Method in class org.opfab.avro.Card
-
Serializes this Card to a ByteBuffer.
- toByteBuffer() - Method in class org.opfab.avro.CardCommand
-
Serializes this CardCommand to a ByteBuffer.
- toByteBuffer() - Method in class org.opfab.avro.I18n
-
Serializes this I18n to a ByteBuffer.
- toByteBuffer() - Method in class org.opfab.avro.ResponseCard
-
Serializes this ResponseCard to a ByteBuffer.
- toByteBuffer() - Method in class org.opfab.avro.TimeSpan
-
Serializes this TimeSpan to a ByteBuffer.
- toString() - Method in class org.opfab.cards.model.Card
- toString() - Method in class org.opfab.cards.model.CardCreationReport
- toString() - Method in class org.opfab.cards.model.CardOperation
- toString() - Method in class org.opfab.cards.model.CardsFilter
- toString() - Method in class org.opfab.cards.model.Connection
- toString() - Method in class org.opfab.cards.model.FieldToTranslate
- toString() - Method in class org.opfab.cards.model.FilterModel
- toString() - Method in class org.opfab.cards.model.I18n
- toString() - Method in class org.opfab.cards.model.InlineResponse200
- toString() - Method in class org.opfab.cards.model.LightCard
- toString() - Method in class org.opfab.cards.model.LightCardPage
- toString() - Method in class org.opfab.cards.model.RRule
- toString() - Method in class org.opfab.cards.model.Subscription
- toString() - Method in class org.opfab.cards.model.TimeSpan
- totalElements(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- totalPages(BigDecimal) - Method in class org.opfab.cards.model.LightCardPage
- TU - Enum constant in enum class org.opfab.cards.model.DayEnum
- type(CardOperationTypeEnum) - Method in class org.opfab.cards.model.CardOperation
- tzid(String) - Method in class org.opfab.cards.model.RRule
U
- uid(String) - Method in class org.opfab.cards.model.Card
- uid(String) - Method in class org.opfab.cards.model.CardCreationReport
- uid(String) - Method in class org.opfab.cards.model.LightCard
- UNACK - Enum constant in enum class org.opfab.cards.model.CardOperationTypeEnum
- UNKNOWN - Enum constant in enum class org.opfab.avro.CommandType
- UPDATE - Enum constant in enum class org.opfab.cards.model.CardOperationTypeEnum
- UPDATE_CARD - Enum constant in enum class org.opfab.avro.CommandType
- USER - Enum constant in enum class org.opfab.avro.PublisherTypeEnum
- USER - Enum constant in enum class org.opfab.cards.model.PublisherTypeEnum
- userRecipients(List<String>) - Method in class org.opfab.cards.model.Card
- userRecipients(List<String>) - Method in class org.opfab.cards.model.LightCard
- usersReads(List<String>) - Method in class org.opfab.cards.model.LightCard
V
- valueOf(String) - Static method in enum class org.opfab.avro.CommandType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.avro.PublisherTypeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.avro.SeverityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.cards.model.CardActionEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.cards.model.CardOperationTypeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.cards.model.DayEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.cards.model.FilterMatchTypeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.cards.model.FilterOperationTypeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.cards.model.FreqEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.cards.model.PublisherTypeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opfab.cards.model.SeverityEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.opfab.avro.CommandType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.avro.PublisherTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.avro.SeverityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.cards.model.CardActionEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.cards.model.CardOperationTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.cards.model.DayEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.cards.model.FilterMatchTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.cards.model.FilterOperationTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.cards.model.FreqEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.cards.model.PublisherTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opfab.cards.model.SeverityEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WE - Enum constant in enum class org.opfab.cards.model.DayEnum
- WEEKLY - Enum constant in enum class org.opfab.cards.model.FreqEnum
- wkst(DayEnum) - Method in class org.opfab.cards.model.RRule
- wktGeometry(String) - Method in class org.opfab.cards.model.Card
- wktGeometry(String) - Method in class org.opfab.cards.model.LightCard
- wktProjection(String) - Method in class org.opfab.cards.model.Card
- wktProjection(String) - Method in class org.opfab.cards.model.LightCard
- writeExternal(ObjectOutput) - Method in class org.opfab.avro.Card
- writeExternal(ObjectOutput) - Method in class org.opfab.avro.CardCommand
- writeExternal(ObjectOutput) - Method in class org.opfab.avro.I18n
- writeExternal(ObjectOutput) - Method in class org.opfab.avro.ResponseCard
- writeExternal(ObjectOutput) - Method in class org.opfab.avro.TimeSpan
Y
A B C D E F G H I K L M N O P R S T U V W YAll Classes and Interfaces|All Packages|Serialized Form