Drools :: Core 6.1.0.Beta1

org.drools.core.marshalling.impl
Interface ProtobufMessages.FactHandleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.FactHandle, ProtobufMessages.FactHandle.Builder
Enclosing class:
ProtobufMessages

public static interface ProtobufMessages.FactHandleOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getActivationsCount()
          optional int64 activations_count = 7;
 long getDuration()
          optional int64 duration = 5;
 String getEntryPoint()
          optional string entry_point = 10; the entry point
 com.google.protobuf.ByteString getEntryPointBytes()
          optional string entry_point = 10; the entry point
 int getId()
          optional int32 id = 2;
 boolean getIsExpired()
          optional bool is_expired = 6;
 boolean getIsJustified()
          optional bool is_justified = 11;
 com.google.protobuf.ByteString getObject()
          optional bytes object = 9;
 long getRecency()
          optional int64 recency = 3;
 int getStrategyIndex()
          optional int32 strategy_index = 8; the actual object reference
 long getTimestamp()
          optional int64 timestamp = 4; event only attributes
 ProtobufMessages.FactHandle.HandleType getType()
          optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;
 boolean hasActivationsCount()
          optional int64 activations_count = 7;
 boolean hasDuration()
          optional int64 duration = 5;
 boolean hasEntryPoint()
          optional string entry_point = 10; the entry point
 boolean hasId()
          optional int32 id = 2;
 boolean hasIsExpired()
          optional bool is_expired = 6;
 boolean hasIsJustified()
          optional bool is_justified = 11;
 boolean hasObject()
          optional bytes object = 9;
 boolean hasRecency()
          optional int64 recency = 3;
 boolean hasStrategyIndex()
          optional int32 strategy_index = 8; the actual object reference
 boolean hasTimestamp()
          optional int64 timestamp = 4; event only attributes
 boolean hasType()
          optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasType

boolean hasType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;


getType

ProtobufMessages.FactHandle.HandleType getType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;


hasId

boolean hasId()
optional int32 id = 2;


getId

int getId()
optional int32 id = 2;


hasRecency

boolean hasRecency()
optional int64 recency = 3;


getRecency

long getRecency()
optional int64 recency = 3;


hasTimestamp

boolean hasTimestamp()
optional int64 timestamp = 4;
 event only attributes
 


getTimestamp

long getTimestamp()
optional int64 timestamp = 4;
 event only attributes
 


hasDuration

boolean hasDuration()
optional int64 duration = 5;


getDuration

long getDuration()
optional int64 duration = 5;


hasIsExpired

boolean hasIsExpired()
optional bool is_expired = 6;


getIsExpired

boolean getIsExpired()
optional bool is_expired = 6;


hasActivationsCount

boolean hasActivationsCount()
optional int64 activations_count = 7;


getActivationsCount

long getActivationsCount()
optional int64 activations_count = 7;


hasStrategyIndex

boolean hasStrategyIndex()
optional int32 strategy_index = 8;
 the actual object reference
 


getStrategyIndex

int getStrategyIndex()
optional int32 strategy_index = 8;
 the actual object reference
 


hasObject

boolean hasObject()
optional bytes object = 9;


getObject

com.google.protobuf.ByteString getObject()
optional bytes object = 9;


hasEntryPoint

boolean hasEntryPoint()
optional string entry_point = 10;
 the entry point
 


getEntryPoint

String getEntryPoint()
optional string entry_point = 10;
 the entry point
 


getEntryPointBytes

com.google.protobuf.ByteString getEntryPointBytes()
optional string entry_point = 10;
 the entry point
 


hasIsJustified

boolean hasIsJustified()
optional bool is_justified = 11;


getIsJustified

boolean getIsJustified()
optional bool is_justified = 11;


Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.